diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-23 19:45:29 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-23 19:45:29 +0100 |
commit | 248861c859c92d16c1e9cb08c3c682743a6d4bfb (patch) | |
tree | 7339a2acd23bdf6754ba5cac46500247ea32490c /main.asm | |
parent | 904194e9a9e7853c2de4e408010fe17038fec7f9 (diff) |
Labeled the catch mode mystery data and catch mode "catch the mon" phase Variables
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ INCLUDE "data/mon_gfx/mon_gfx_pointers.asm" INCLUDE "data/mon_animated_sprite_types.asm" INCLUDE "data/collision/mon_collision_mask_pointers.asm" -Data_13685: ; 0x13685 +CatchSpriteFrameDurations: ; 0x13685 ; Each 3-byte entry is related to an evolution line. Don't know what this is for, yet. db $12, $12, $10 ; EVOLINE_BULBASAUR db $10, $10, $10 ; EVOLINE_CHARMANDER |