From a4707eccaf7cc575bef6aada51ddf034abd917a8 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 5 Sep 2013 17:40:21 -0400 Subject: [PATCH] couple more specials in bank 3 --- main.asm | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/main.asm b/main.asm index ebacb376d..579786206 100644 --- a/main.asm +++ b/main.asm @@ -16536,7 +16536,11 @@ Functionc3ef: ; c3ef ret ; c3fc -INCBIN "baserom.gbc", $c3fc, $c403 - $c3fc +Functionc3fc: ; c3fc + ld a, [ScriptVar] + ld [$dfce], a + ret +; c403 Functionc403: ; c403 @@ -16564,7 +16568,18 @@ SpecialCheckPokerus: ; c419 jp ScriptReturnCarry ; c422 -INCBIN "baserom.gbc", $c422, $c43d - $c422 +Functionc422: ; c422 + callba Function1152b + ld hl, $dc9d + res 0, [hl] + callba Function5d33 + ret +; c434 + +Functionc434: ; c434 + callba Function11542 + jp ScriptReturnCarry +; c43d SpecialSnorlaxAwake: ; 0xc43d ; Check if the Poké Flute channel is playing, and if the player is standing