summaryrefslogtreecommitdiff
path: root/engine/slots
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-08-17 14:22:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-08-17 14:22:27 -0400
commitf82097b8949c490cd09355dc6d8fee5598498bd4 (patch)
tree69309ea07172ab70b2477cb93993afa7128fc3c8 /engine/slots
parent3b003960d413090cb1f68da61399e186ea5716bd (diff)
Identify some map object related constants
Diffstat (limited to 'engine/slots')
-rwxr-xr-xengine/slots/game_corner_slots.asm6
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]