diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 00:12:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-11 00:12:03 -0600 |
commit | 8ce98b8c1b42f1cc2d01419cdc393422b8e22a68 (patch) | |
tree | d3a986de501d76a490752cf5d97a08fb674f464b | |
parent | 32e7c1376b79bd0660e2c19dad14d9c727d520d3 (diff) |
insert $8 asm for CeladonMansion1Text3 and Text4
hg-commit-id: bb2ad6a49436
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/pokered.asm b/pokered.asm index e5ad998c..eaf51320 100644 --- a/pokered.asm +++ b/pokered.asm @@ -17585,13 +17585,17 @@ CeladonMansion1Text2: ; 0x486b1 CeladonMansion1Text3: ; 0x486b6 TX_FAR _CeladonMansion1Text3 - -INCBIN "baserom.gbc",$486ba,$486c0 - $486ba + db $8 + ld a, $4 + jp $46a1 +; 0x486c0 CeladonMansion1Text4: ; 0x486c0 TX_FAR _CeladonMansion1Text4 - -INCBIN "baserom.gbc",$486c4,$486ca - $486c4 + db $8 + ld a, $f + jp $46a1 +; 0x486ca CeladonMansion1Text5: ; 0x486ca TX_FAR _CeladonMansion1Text5 |