diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:00:00 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:00:00 -0600 |
commit | 7c0b5118f46782b10ec9180b2f54195fced0770d (patch) | |
tree | e7b3fb34114fc11d049df4ece3db492bf5c51e6a | |
parent | d1667322a72525649f84c7a31f90333158732b08 (diff) |
UnknownDungeon1_h map header asm
hg-commit-id: a6434b4b2892
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 0ab7650e..54129260 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16097,7 +16097,17 @@ PewterMart_h: ; 0x74ca1 to 0x74cad (12 bytes) (id=56) dw $4cda ; objects -INCBIN "baserom.gbc",$74cad,$3353 +INCBIN "baserom.gbc",$74cad,$74d00 - $74cad + +UnknownDungeon1_h: ; 0x74d00 to 0x74d0c (12 bytes) (id=228) + db $11 ; tileset + db $09, $0f ; dimensions (y, x) + dw $4d76, $4d0f, $4d0c ; blocks, texts, scripts + db $00 ; connections + + dw $4d15 ; objects + +INCBIN "baserom.gbc",$74d0c,$32f4 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |