mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
improve map headers
hg-commit-id: ccd7006b60e3
This commit is contained in:
parent
76080c3978
commit
888bf6db4a
|
@ -36971,7 +36971,7 @@ FuchsiaMeetingRoomBlocks: ; 28
|
||||||
CinnabarGym_h: ; 0x7573e to 0x7574a (12 bytes) (id=166)
|
CinnabarGym_h: ; 0x7573e to 0x7574a (12 bytes) (id=166)
|
||||||
db $16 ; tileset
|
db $16 ; tileset
|
||||||
db $09, $0a ; dimensions (y, x)
|
db $09, $0a ; dimensions (y, x)
|
||||||
dw $5b26, CinnabarGymTexts, CinnabarGymScript ; blocks, texts, scripts
|
dw CinnabarGymBlocks, CinnabarGymTexts, CinnabarGymScript ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw CinnabarGymObject ; objects
|
dw CinnabarGymObject ; objects
|
||||||
|
@ -37441,7 +37441,7 @@ Lab3Blocks: ; 16
|
||||||
Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170)
|
Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170)
|
||||||
db $14 ; tileset
|
db $14 ; tileset
|
||||||
db $04, $04 ; dimensions (y, x)
|
db $04, $04 ; dimensions (y, x)
|
||||||
dw Lab4Blocks, $5d34, $5d31 ; blocks, texts, scripts
|
dw Lab4Blocks, Lab4Texts, Lab4Script ; blocks, texts, scripts
|
||||||
db $00 ; connections
|
db $00 ; connections
|
||||||
|
|
||||||
dw Lab4Object ; objects
|
dw Lab4Object ; objects
|
||||||
|
@ -37450,7 +37450,10 @@ Lab4Script: ; 0x75d31
|
||||||
jp $3c3c
|
jp $3c3c
|
||||||
; 0x75d34
|
; 0x75d34
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$75d34,$38
|
Lab4Texts:
|
||||||
|
dw Lab4Text1, Lab4Text2
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc",$75d34 + 4,$38 -4
|
||||||
|
|
||||||
Lab4Text1: ; 0x75d6c
|
Lab4Text1: ; 0x75d6c
|
||||||
db $8
|
db $8
|
||||||
|
|
Loading…
Reference in a new issue