From e2e478c199f78cebcb9b160b536bf7f5d043978c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 22:22:34 -0600 Subject: _OaksLabText39 for "Those are PokeBALLs" etc. hg-commit-id: 0ba99920297c --- common.asm | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'common.asm') diff --git a/common.asm b/common.asm index e2e82a7c..dee02ea1 100644 --- a/common.asm +++ b/common.asm @@ -11008,13 +11008,13 @@ asm_5e6bb: ; 0x1d133 jp nz, $522d bit 1, a jr nz, asm_9eaa4 ; 0x1d147 $e - ld hl, $5152 + ld hl, OaksLabText39 call PrintText jp $24d7 ; 0x1d152 -;XXX which text is this? -db $17, $df, $4d, $25, $50 +OaksLabText39: + db $17, $df, $4d, $25, $50 asm_9eaa4: ; 0x1d157 ld a, $5 @@ -39838,7 +39838,15 @@ _TradeCenterMText1: ; 0x94b04 INCLUDE "text/mapRedsHouse1F.tx" INCLUDE "text/mapBluesHouse.tx" -INCBIN "baserom.gbc",$94d5b,$95268 - $94d5b +INCBIN "baserom.gbc",$94d5b,$94ddf - $94d5b + +_OaksLabText39: ; 0x94ddf + db $0 + db "Those are #", $4f + db "BALLs. They", $55 + db "contain #MON!", $57 + +INCBIN "baserom.gbc",$94ddf+39,$95268 - ($94ddf+39) _OaksLabText8: ; 0x95268 db $0, "?", $57 -- cgit v1.2.3