diff options
author | YamaArashi <shadow962@live.com> | 2015-07-13 00:32:03 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-13 00:32:03 -0700 |
commit | 95b1660e59283b6f76dca638985c76a7d81d026f (patch) | |
tree | 3317ff2cfbde1d2e357500816a741c7d2e9a9b39 /engine/slot_machine.asm | |
parent | bcfca2e267a6ee023271d90e27e4a7fde06f66fc (diff) |
menu wram variable names
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-x | engine/slot_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 0b9f8bc9..6dae7293 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -78,7 +78,7 @@ MainSlotMachineLoop: ; 37395 (d:7395) xor a ld [wCurrentMenuItem], a ld [wLastMenuItem], a - ld [wcc37], a + ld [wMenuWatchMovingOutOfBounds], a ld hl, wTileMap + $ea ld b, $5 ld c, $4 |