From 8ce98b8c1b42f1cc2d01419cdc393422b8e22a68 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 11 Jan 2012 00:12:03 -0600 Subject: [PATCH] insert $8 asm for CeladonMansion1Text3 and Text4 hg-commit-id: bb2ad6a49436 --- pokered.asm | 12 ++++++++---- 1 file 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