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 | insert $8 asm for VermilionCityText5 after TX_FAR (diff) | |
| download | pokeyellow-eeba935da9d3f0b47507d67e21fbba229aca8756.tar.gz pokeyellow-eeba935da9d3f0b47507d67e21fbba229aca8756.tar.xz pokeyellow-eeba935da9d3f0b47507d67e21fbba229aca8756.zip | |
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 |
