diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 12:09:17 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 12:09:17 -0600 |
commit | cd59b24ca904fe0716e66fa7763e14c68ba52eda (patch) | |
tree | e5bdddba47327b8e627552edc8a3277968b38d43 | |
parent | 9c9d28d7d329324802b9f728297ecc188102349a (diff) |
insert $8 asm for Route6Text1
hg-commit-id: f56f59f86532
-rw-r--r-- | pokered.asm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 3c39b768..62acd5c9 100644 --- a/pokered.asm +++ b/pokered.asm @@ -23235,7 +23235,14 @@ Route18Object: ; 0x58c5a (size=66) Route18Blocks: ; 225 INCBIN "maps/route18.blk" -INCBIN "baserom.gbc",$58d7d,$59139 - $58d7d +INCBIN "baserom.gbc",$58d7d,$59120 - $58d7d +Route6Text1: ; 0x59120 + db $8 + ld hl, $50d7 + call $31cc + jp $24d7 +; 0x5912a +INCBIN "baserom.gbc",$5912a,$f Route6Text2: ; 0x59139 db $08 ; asm ld hl, $50e3 |