diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-04 00:44:12 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-04 00:47:29 -0500 |
commit | f702fc7840e30f00c840ce619a1ea15d763438de (patch) | |
tree | e28c8b27278228f95139f7a73daf214ac680014e /engine/game_corner_slots.asm | |
parent | bc6f0bc08a73a4afafc24d5349d56108d3971e2a (diff) |
Start using text predef macros
also sprite direction constants
Diffstat (limited to 'engine/game_corner_slots.asm')
-rwxr-xr-x | engine/game_corner_slots.asm | 6 |
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 |