Skip to content

Commit

Permalink
Fix teleporter jump destination choosing
Browse files Browse the repository at this point in the history
Add a button release wait in XMOVEONG::choose_jump, to make it possible
to select a destionation, instead of semi-randomly materializing the
player somewhere in the city.

Closes #33.
  • Loading branch information
laanwj committed Sep 23, 2024
1 parent 6e3e66d commit e4b1823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sundog.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ static const struct {
{ "WINDOWLI", 0x070e, -1 }, /* WINDOWLI:0x12 entry point on creating a dialog (see issue #18) */
{ "WINDOWLI", 0x09e1, -1 }, /* WINDOWLI:0x15 make_zoom return */
{ "XDOINTER", 0x0fa2, -1 }, /* XDOINTER:0x1f new_frame, on return after drawing a dialog */
{ "XMOVEONG", 0x2224, -1 }, /* XMOVEONG:0x30 choose_jump, fixup for teleporter choose destination */
{ "XSLOTS ", 0x00ca, 1 }, /* XSLOTS:0x06 roll_face, fixup for slot machine animation */
};

Expand Down

0 comments on commit e4b1823

Please sign in to comment.