diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:48:22 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:48:22 -0600 |
commit | 6ed8c815118952034ffa69c4615e4db8a0c7bcd5 (patch) | |
tree | 9429e3fd74f3191a28485d18e4656e577f19a8cd /common.asm | |
parent | 0dadb5af6303ccdbc86052b7b6a729e9113207c8 (diff) |
IndigoPlateauTexts and IndigoPlateauObject are the same
hg-commit-id: f154acbb6735
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |