diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:57:29 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:57:29 -0600 |
commit | d1667322a72525649f84c7a31f90333158732b08 (patch) | |
tree | a5ffd6c2a38111aa91418cf27221cb40122c11cb | |
parent | 9fc9ccb0da8620383f2d5ca049b4a5ca24b025fe (diff) |
PewterMart_h map header asm
hg-commit-id: 29eca234ff35
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 64ef92b7..0ab7650e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16087,7 +16087,17 @@ ViridianGym_h: ; 0x74897 to 0x748a3 (12 bytes) (id=45) dw $4bde ; objects -INCBIN "baserom.gbc",$748a3,$375d +INCBIN "baserom.gbc",$748a3,$74ca1 - $748a3 + +PewterMart_h: ; 0x74ca1 to 0x74cad (12 bytes) (id=56) + db $02 ; tileset + db $04, $04 ; dimensions (y, x) + dw $4010, $4cb6, $4cad ; blocks, texts, scripts + db $00 ; connections + + dw $4cda ; objects + +INCBIN "baserom.gbc",$74cad,$3353 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |