aboutsummaryrefslogtreecommitdiffstats
path: root/engine/slots
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-06 21:18:22 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-06 21:18:22 -0400
commit06db7ec55bbc87ed18db72a53fb20fa7b4da9b29 (patch)
treed9631415d7640c39b8883766fa5209f92912c95c /engine/slots
parentUse ASCII quotes in comments (diff)
downloadpokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.gz
pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.tar.xz
pokeyellow-06db7ec55bbc87ed18db72a53fb20fa7b4da9b29.zip
callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar
Diffstat (limited to 'engine/slots')
-rwxr-xr-xengine/slots/game_corner_slots.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slots/game_corner_slots.asm b/engine/slots/game_corner_slots.asm
index 797c381c..c233b0e6 100755
--- a/engine/slots/game_corner_slots.asm
+++ b/engine/slots/game_corner_slots.asm
@@ -6,7 +6,7 @@ StartSlotMachine:
jr z, .printOutToLunch
cp $ff
jr z, .printSomeonesKeys
- callba AbleToPlaySlotsCheck
+ farcall AbleToPlaySlotsCheck
ld a, [wCanPlaySlots]
and a
ret z