mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
sprinkle in some constants into PalletTown's map header
hg-commit-id: 9943efb479d3
This commit is contained in:
parent
404043a902
commit
11b77e4b19
|
@ -8137,13 +8137,13 @@ PalletTown_h:
|
||||||
dw PalletTownBlocks, PalletTownTexts, PalletTownScript
|
dw PalletTownBlocks, PalletTownTexts, PalletTownScript
|
||||||
db NORTH | SOUTH ; connections
|
db NORTH | SOUTH ; connections
|
||||||
|
|
||||||
db $0C ; Route 1
|
db ROUTE_1
|
||||||
dw $4192,$C6EB ; pointers
|
dw $4192,$C6EB ; pointers
|
||||||
db $0A,$0A ; bigness, width
|
db $0A,$0A ; bigness, width
|
||||||
db $23,$00 ; alignments
|
db $23,$00 ; alignments
|
||||||
dw $C809 ; window
|
dw $C809 ; window
|
||||||
|
|
||||||
db $20 ; Route 21
|
db ROUTE_21
|
||||||
dw $506D,$C7AB ; pointers
|
dw $506D,$C7AB ; pointers
|
||||||
db $0A,$0A ; bigness, width
|
db $0A,$0A ; bigness, width
|
||||||
db $00,$00 ; alignments
|
db $00,$00 ; alignments
|
||||||
|
|
Loading…
Reference in a new issue