diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 00:40:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 00:40:48 -0600 |
commit | 0707a7c0cd9b52c5e4b1f26cf44add4e488eabf7 (patch) | |
tree | 897b08568a4577af6d736e395ce2a0078ab2b0c2 | |
parent | ff898355e68ebec2f11d9a7b90a4b55ca04c0f8a (diff) |
IndigoPlateauLobby_h map header asm
hg-commit-id: c20e21db4f64
-rw-r--r-- | pokered.asm | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm index 063a79b9..d4332520 100644 --- a/pokered.asm +++ b/pokered.asm @@ -289,7 +289,7 @@ MapHeaderPointers: ; $01AE dw $5e20 dw $5e72 dw $5e72 - dw $5c4f + dw IndigoPlateauLobby_h dw $5eb7 dw $4c65 dw $4d51 @@ -5439,7 +5439,19 @@ VermilionHouse3_h: ; 0x19c06 to 0x19c12 (12 bytes) (bank=6) (id=196) dw $5c25 ; objects -INCBIN "baserom.gbc",$19C12,$4000-$1C18 +INCBIN "baserom.gbc",$19C12,$19C4F-$19C12 + +;INCBIN "baserom.gbc",$19C4F,$19C5B-$19C4F + +IndigoPlateauLobby_h: ; 0x19c4f to 0x19c5b (12 bytes) (bank=6) (id=174) + db $02 ; tileset + db $06, $08 ; dimensions (y, x) + dw $5ccf, $5c7f, $5c5b ; blocks, texts, scripts + db $00 ; connections + + dw $5c95 ; objects + +INCBIN "baserom.gbc",$19C5B,$23A5 SECTION "bank7",DATA,BANK[$7] INCBIN "baserom.gbc",$1C000,$21E |