aboutsummaryrefslogtreecommitdiffstats
path: root/engine/game_corner_slots.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/game_corner_slots.asm')
-rwxr-xr-xengine/game_corner_slots.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/game_corner_slots.asm b/engine/game_corner_slots.asm
index 52f61daf..01d42d21 100755
--- a/engine/game_corner_slots.asm
+++ b/engine/game_corner_slots.asm
@@ -27,13 +27,13 @@ StartSlotMachine: ; 37e2d (d:7e2d)
call PromptUserToPlaySlots
ret
.printOutOfOrder
- ld a, $28
+ tx_pre_id GameCornerOutOfOrderText
jr .printText
.printOutToLunch
- ld a, $29
+ tx_pre_id GameCornerOutToLunchText
jr .printText
.printSomeonesKeys
- ld a, $2a
+ tx_pre_id GameCornerSomeonesKeysText
.printText
push af
call EnableAutoTextBoxDrawing