From 9e3a61333d8a58fd39692f586bf69920b3e20ac8 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 12 Jan 2012 16:29:30 -0600 Subject: add two opcodes after CeladonMansion1Texts hg-commit-id: 06a506394786 --- pokered.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pokered.asm b/pokered.asm index 6a870bc0..760b90e7 100644 --- a/pokered.asm +++ b/pokered.asm @@ -18649,7 +18649,10 @@ INCBIN "baserom.gbc",$48694,$48697 - $48694 CeladonMansion1Texts: ; 0x48697 dw CeladonMansion1Text1, CeladonMansion1Text2, CeladonMansion1Text3, CeladonMansion1Text4, CeladonMansion1Text5 -INCBIN "baserom.gbc",$486a1,$6 +;0x486a1 + call $13d0 + jp TextScriptEnd +; 0x486a7 CeladonMansion1Text1: ; 0x486a7 TX_FAR _CeladonMansion1Text1 -- cgit v1.2.3