From 9f64c38b0c26b2bfa9e5b1e8577b3e2cdaddd954 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 16:45:55 -0600 Subject: asm for PewterHouse1Text1 hg-commit-id: b5b69e108340 --- pokered.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pokered.asm b/pokered.asm index 02953028..0a8a44fe 100644 --- a/pokered.asm +++ b/pokered.asm @@ -7606,8 +7606,11 @@ PewterHouse1Texts: ; 0x1d5f6 PewterHouse1Text1: ; 0x1d5fc TX_FAR _PewterHouse1Text1 - -INCBIN "baserom.gbc",$1d600,$1d60c - $1d600 + db $08 ; asm + ld a, $3 + call $13d0 + call $3748 + jp $24d7 PewterHouse1Text2: ; 0x1d60c TX_FAR _PewterHouse1Text2 -- cgit v1.2.3