From 32e7c1376b79bd0660e2c19dad14d9c727d520d3 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 11 Jan 2012 00:08:49 -0600 Subject: insert asm for CeladonMansion1Text1 hg-commit-id: 4cd9f49cf4e7 --- pokered.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pokered.asm b/pokered.asm index 6dbb6338..e5ad998c 100644 --- a/pokered.asm +++ b/pokered.asm @@ -17575,8 +17575,9 @@ INCBIN "baserom.gbc",$486a1,$6 CeladonMansion1Text1: ; 0x486a7 TX_FAR _CeladonMansion1Text1 - -INCBIN "baserom.gbc",$486ab,$486b1 - $486ab + db $08 ; asm + ld a, $4d + jp $46a1 CeladonMansion1Text2: ; 0x486b1 TX_FAR _CeladonMansion1Text2 -- cgit v1.2.3