diff options
-rw-r--r-- | pokered.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index efd07b72..02953028 100644 --- a/pokered.asm +++ b/pokered.asm @@ -6308,8 +6308,10 @@ CeladonCityText6: ; 0x199e7 CeladonCityText7: ; 0x199ec TX_FAR _CeladonCityText7 - -INCBIN "baserom.gbc",$199f0,$199f9 - $199f0 + db $08 ; asm + ld a, $6f + call $13d0 + jp $24d7 CeladonCityText8: ; 0x199f9 TX_FAR _CeladonCityText8 |