diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:51:43 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:51:43 -0600 |
commit | 4899ee792472adeb034e9b574cf1be9a365a44cf (patch) | |
tree | d991812fdeb878b0daf9042f45f1f237c5ebcbc1 | |
parent | 4dd274387a5d36bef2b67cfe06ee12cbe20ed84a (diff) |
UndergroundPathWETexts is crazy
hg-commit-id: 641154b3c753
-rw-r--r-- | common.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -34864,7 +34864,7 @@ UndergroundPathNSObject: ; 0x61f2a (size=20) UndergroundPathWE_h: ; 0x61f3e to 0x61f4a (12 bytes) (id=121) db $0b ; tileset db $04, $19 ; dimensions (y, x) - dw $41f4, $5f4d, UndergroundPathWEScript ; blocks, texts, scripts + dw $41f4, UndergroundPathWETexts, UndergroundPathWEScript ; blocks, texts, scripts db $00 ; connections dw UndergroundPathWEObject ; objects @@ -34873,7 +34873,8 @@ UndergroundPathWEScript: ; 0x61f4a jp $3c3c ; 0x61f4d -INCBIN "baserom.gbc",$61f4d,$1 +UndergroundPathWETexts: + db $50 UndergroundPathWEObject: ; 0x61f4e (size=20) db $1 ; border tile |