From 6ed8c815118952034ffa69c4615e4db8a0c7bcd5 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 14 Jan 2012 19:48:22 -0600 Subject: IndigoPlateauTexts and IndigoPlateauObject are the same hg-commit-id: f154acbb6735 --- common.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.asm b/common.asm index 842f6c76..12728872 100644 --- a/common.asm +++ b/common.asm @@ -25711,7 +25711,7 @@ Route25Blocks: ; 270 IndigoPlateau_h: ; 0x5091e to 0x50935 (23 bytes) (id=9) db $17 ; tileset db $09, $0a ; dimensions (y, x) - dw IndigoPlateauBlocks, $4936, IndigoPlateauScript ; blocks, texts, scripts + dw IndigoPlateauBlocks, IndigoPlateauTexts, IndigoPlateauScript ; blocks, texts, scripts db SOUTH ; connections ; connections data @@ -25730,6 +25730,7 @@ IndigoPlateauScript: ; 0x50935 ret ; 0x50936 +IndigoPlateauTexts: IndigoPlateauObject: ; 0x50936 (size=20) db $e ; border tile -- cgit v1.2.3