diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
| commit | 82512e449115aa9d004e24a3d1526dd32570c56d (patch) | |
| tree | 7e391804d1cae21509101795de3384c30122628b /engine/slot_machine.asm | |
| parent | make route22 rival events more consistent (diff) | |
| download | pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.tar.gz pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.tar.xz pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.zip | |
named animation functions/variables
Diffstat (limited to 'engine/slot_machine.asm')
| -rwxr-xr-x | engine/slot_machine.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 990687ff..8e98f662 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -711,12 +711,12 @@ SlotMachine_PayCoinsToPlayer: ; 3776b (d:776b) SlotMachine_PutOutLitBalls: ; 377ce (d:77ce) ld a, $23 - ld [wd08a], a + ld [wNewSlotMachineBallTile], a jr SlotMachine_UpdateThreeCoinBallTiles SlotMachine_LightBalls: ; 377d5 (d:77d5) ld a, $14 - ld [wd08a], a + ld [wNewSlotMachineBallTile], a ld a, [wSlotMachineBet] dec a jr z, SlotMachine_UpdateOneCoinBallTiles @@ -739,7 +739,7 @@ SlotMachine_UpdateOneCoinBallTiles: ; 377fb (d:77fb) coord hl, 3, 6 SlotMachine_UpdateBallTiles: ; 377fe (d:77fe) - ld a, [wd08a] + ld a, [wNewSlotMachineBallTile] ld [hl], a ld bc, 13 add hl, bc |
