diff options
author | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
commit | f66a74b9fcb762d693e89415836386bcad2475b5 (patch) | |
tree | c7fc925c3be341491ebe75aa8bcda83d5e6dee3a /home.asm | |
parent | 95b1660e59283b6f76dca638985c76a7d81d026f (diff) |
comment slot machine
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3928,7 +3928,7 @@ HandleMenuInputPokemonSelection:: ; 3ac2 (0:3ac2) ld [H_DOWNARROWBLINKCNT2],a ; blinking down arrow timing value 2 .loop1 xor a - ld [wPartyMonAnimCounter],a ; counter for pokemon shaking animation + ld [wAnimCounter],a ; counter for pokemon shaking animation call PlaceMenuCursor call Delay3 .loop2 |