diff options
Diffstat (limited to 'engine/game_corner_slots2.asm')
-rwxr-xr-x | engine/game_corner_slots2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/game_corner_slots2.asm b/engine/game_corner_slots2.asm index 3f7c3f71..6bbaf72d 100755 --- a/engine/game_corner_slots2.asm +++ b/engine/game_corner_slots2.asm @@ -1,4 +1,4 @@ -AbleToPlaySlotsCheck: ; 2fdfd (b:7dfd) +AbleToPlaySlotsCheck: ld a, [wSpriteStateData1 + 2] and $8 jr z, .done ; not able @@ -22,10 +22,10 @@ AbleToPlaySlotsCheck: ; 2fdfd (b:7dfd) ld [wCanPlaySlots], a ret -GameCornerCoinCaseText: ; 2fe26 (b:7e26) +GameCornerCoinCaseText: TX_FAR _GameCornerCoinCaseText db "@" -GameCornerNoCoinsText: ; 2fe2b (b:7e2b) +GameCornerNoCoinsText: TX_FAR _GameCornerNoCoinsText db "@" |