mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 23:40:59 +13:00
BattleCenterM_h map header asm
hg-commit-id: be6202c67598
This commit is contained in:
parent
5972824623
commit
ca251eedc0
10
pokered.asm
10
pokered.asm
|
|
@ -13613,7 +13613,15 @@ AgathaPic:
|
|||
LancePic:
|
||||
INCBIN "pic/trainer/lance.pic"
|
||||
|
||||
INCBIN "baserom.gbc",$4FD04,$7E49-$7D04
|
||||
BattleCenterM_h: ; 0x4fd04 to 0x4fd10 (12 bytes) (id=239)
|
||||
db $15 ; tileset
|
||||
db $04, $05 ; dimensions (y, x)
|
||||
dw $7d5d, $7d4c, $7d10 ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $7d53 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$4fd10,$139
|
||||
|
||||
GetPredefPointer: ; 7E49
|
||||
; stores hl in $CC4F,$CC50
|
||||
|
|
|
|||
Loading…
Reference in a new issue