diff options
author | yenatch <yenatch@gmail.com> | 2015-03-14 02:08:30 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-03-14 02:08:30 -0400 |
commit | ec76703936ae690411a29c4f6ff11eef41ebdfd3 (patch) | |
tree | f06149eb62213a0401c515c6f922e803ce5109d2 /home.asm | |
parent | 1c2a1076cb6420f12b458809bf2bec2737ce82ae (diff) | |
parent | 332b7b3090445902d53cd6d424c3c7f7da308136 (diff) |
Merge pull request #87 from YamaArashi/master
commented mon_party_sprites.asm
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3923,7 +3923,7 @@ HandleMenuInputPokemonSelection:: ; 3ac2 (0:3ac2) ld [H_DOWNARROWBLINKCNT2],a ; blinking down arrow timing value 2 .loop1 xor a - ld [W_SUBANIMTRANSFORM],a ; counter for pokemon shaking animation + ld [wPartyMonAnimCounter],a ; counter for pokemon shaking animation call PlaceMenuCursor call Delay3 .loop2 |