From a0ee496a54dbdaa65fbd5e0d57748e233df14956 Mon Sep 17 00:00:00 2001 From: chaos-lord Date: Thu, 20 Jul 2017 23:18:03 +0100 Subject: fixed matching --- engine/pinball_game/catchem_mode.asm | 4 ++-- engine/pinball_game/evolution_mode/evolution_mode_red_field.asm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'engine') diff --git a/engine/pinball_game/catchem_mode.asm b/engine/pinball_game/catchem_mode.asm index 8b81460..2780437 100644 --- a/engine/pinball_game/catchem_mode.asm +++ b/engine/pinball_game/catchem_mode.asm @@ -1157,8 +1157,8 @@ PlayLowTimeSfx: ; 0x107f8 ret Func_10825: ; 0x10825 - call Retrieve8DigitBCDValueAtwd47a ;retreive ???, put it on the stack - push bc + call Retrieve8DigitBCDValueAtwd47a ;retreive somethign score related, put it on the stack + push bc ;store data on stack to bge read in by LoadScoreTextFromStack push de call AddBCDEToCurBufferValue call FillBottomMessageBufferWithBlackTile diff --git a/engine/pinball_game/evolution_mode/evolution_mode_red_field.asm b/engine/pinball_game/evolution_mode/evolution_mode_red_field.asm index f9f0ce6..60bba51 100644 --- a/engine/pinball_game/evolution_mode/evolution_mode_red_field.asm +++ b/engine/pinball_game/evolution_mode/evolution_mode_red_field.asm @@ -4,7 +4,7 @@ HandleRedEvoModeCollision: ; 0x20581 jp z, Func_2080f ;voltorb cp SPECIAL_COLLISION_STARYU_ALLY_TRIGGER jp z, Func_20839 - cp SPECIAL_COLLISION_SHELLDER + cp SPECIAL_COLLISION_BELLSPROUT jp z, Func_2085a ;bellsprout cp SPECIAL_COLLISION_STARYU jp z, Func_20887 ;staryu -- cgit v1.2.3