mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
Cleaned Up Pallet Town Header
hg-commit-id: 01c19ef1ce18
This commit is contained in:
parent
6c3eb008fe
commit
4bd2d5dfb9
13
common.asm
13
common.asm
|
|
@ -8132,16 +8132,19 @@ CeladonCityBlocks: ; 450
|
||||||
INCBIN "maps/celadoncity.blk"
|
INCBIN "maps/celadoncity.blk"
|
||||||
|
|
||||||
PalletTown_h:
|
PalletTown_h:
|
||||||
db $00 ; tileset
|
db TileSet_Outside ; tileset
|
||||||
db PalletTownHeight, PalletTownWidth ; dimensions
|
db PalletTownHeight, PalletTownWidth ; dimensions
|
||||||
dw PalletTownBlocks, PalletTownTexts, PalletTownScript
|
dw PalletTownBlocks, PalletTownTexts, PalletTownScript
|
||||||
db NORTH | SOUTH ; connections
|
db NORTH | SOUTH ; connections
|
||||||
|
|
||||||
db ROUTE_1
|
db ROUTE_1
|
||||||
dw Route1Blocks + 150,$C6EB ; pointers
|
dw Route1Blocks + ((Route1Width * 15) + 0) ;y, x Strip Starting Point
|
||||||
db $0A,$0A ; bigness, width
|
dw $C6EB + 0 ;Strip X-Offset to current map
|
||||||
db $23,$00 ; alignments
|
db Route1Width ;"Bigness" (Unsure) ;Something to do with MapData
|
||||||
dw $C809 ; window
|
db Route1Width ;"Map Width" (Unsure) ;Something to do with TileSet
|
||||||
|
db (Route1Height * 2) - 1 ;Player's new Y-Coordinates
|
||||||
|
db (0 * -2) ;Player's new X-Coordinates
|
||||||
|
dw $C6E9 + Route1Height * (Route1Width + 6) ;New UL Block Pos (Window)
|
||||||
|
|
||||||
db ROUTE_21
|
db ROUTE_21
|
||||||
dw Route21Blocks,$C7AB ; pointers
|
dw Route21Blocks,$C7AB ; pointers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue