diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 14:22:27 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 14:22:27 -0400 |
| commit | f82097b8949c490cd09355dc6d8fee5598498bd4 (patch) | |
| tree | 69309ea07172ab70b2477cb93993afa7128fc3c8 /engine/slots | |
| parent | Fix Town Map coordinates to be in (X, Y) order as comments claim (diff) | |
| download | pokeyellow-f82097b8949c490cd09355dc6d8fee5598498bd4.tar.gz pokeyellow-f82097b8949c490cd09355dc6d8fee5598498bd4.tar.xz pokeyellow-f82097b8949c490cd09355dc6d8fee5598498bd4.zip | |
Identify some map object related constants
Diffstat (limited to 'engine/slots')
| -rwxr-xr-x | engine/slots/game_corner_slots.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slots/game_corner_slots.asm b/engine/slots/game_corner_slots.asm index c233b0e6..48321974 100755 --- a/engine/slots/game_corner_slots.asm +++ b/engine/slots/game_corner_slots.asm @@ -1,10 +1,10 @@ StartSlotMachine: ld a, [wHiddenObjectFunctionArgument] - cp $fd + cp SLOTS_OUTOFORDER jr z, .printOutOfOrder - cp $fe + cp SLOTS_OUTTOLUNCH jr z, .printOutToLunch - cp $ff + cp SLOTS_SOMEONESKEYS jr z, .printSomeonesKeys farcall AbleToPlaySlotsCheck ld a, [wCanPlaySlots] |
