diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 16:44:15 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 16:44:15 -0600 |
commit | eeba935da9d3f0b47507d67e21fbba229aca8756 (patch) | |
tree | f6631c8f0ec63bd592ed9ea7374ac23c90bd6f04 | |
parent | b5f656e3c839ef5f3de039ad3eab1ff965f5948e (diff) |
insert $8 asm for CeladonCityText7 after TX_FAR
hg-commit-id: c6893d996b1d
-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 |