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 /engine/pinball_game/evolution_mode.asm | |
parent | 904194e9a9e7853c2de4e408010fe17038fec7f9 (diff) |
Labeled the catch mode mystery data and catch mode "catch the mon" phase Variables
Diffstat (limited to 'engine/pinball_game/evolution_mode.asm')
-rwxr-xr-x | engine/pinball_game/evolution_mode.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pinball_game/evolution_mode.asm b/engine/pinball_game/evolution_mode.asm index d939a9c..cf09641 100755 --- a/engine/pinball_game/evolution_mode.asm +++ b/engine/pinball_game/evolution_mode.asm @@ -30,7 +30,7 @@ ConcludeEvolutionMode: ; 0x10ac8 xor a
ld [wInSpecialMode], a
ld [wWildMonIsHittable], a
- ld [wd5b6], a
+ ld [NumberOfCatchModeTilesFlipped], a
ld [wNumMonHits], a
ld [wd551], a
ld [wd554], a
|