diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 13:49:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-17 13:49:26 -0500 |
commit | efee40447ef4bce70cb97fa9c653fe350af000d1 (patch) | |
tree | 01bcbcb178aeee30eec62c0a61dfedaf73da3eff /wram.asm | |
parent | 7203e9d2cc757a95bac02ec019ffa094f516c9dd (diff) |
Mobile trade animations, pokepic animations
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -1014,6 +1014,7 @@ wEnemySwitchMonParam:: wc717:: ds 1 wc718:: wEnemySwitchMonIndex:: ds 1 +wTempLevel:: wc719:: ds 1 LastPlayerMon:: ; c71a wc71a:: ds 1 @@ -3113,20 +3114,17 @@ w2_d16e:: ds 1 wPokeAnimCoord:: ds 2 wPokeAnimFrontpicHeight:: ds 1 ; PokeAnim Data -w2_d172:: ds 1 +wPokeAnimExtraFlag:: ds 1 w2_d173:: ds 1 -w2_d174:: ds 1 -w2_d175:: ds 1 -w2_d176:: ds 1 -w2_d177:: ds 1 -w2_d178:: ds 1 -w2_d179:: ds 1 -w2_d17a:: ds 1 -w2_d17b:: ds 1 -w2_d17c:: ds 1 +wPokeAnimPointerBank:: ds 1 +wPokeAnimPointerAddr:: ds 2 +wPokeAnimFramesBank:: ds 1 +wPokeAnimFramesAddr:: ds 2 +wPokeAnimBitmaskBank:: ds 1 +wPokeAnimBitmaskAddr:: ds 2 w2_d17d:: ds 1 w2_d17e:: ds 1 -w2_d17f:: ds 1 +wPokeAnimRepeatTimer:: ds 1 w2_d180:: ds 1 wPokeAnimWaitCounter:: ds 1 w2_d182:: ds 1 |