diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:06:51 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:06:51 -0600 |
commit | 1995b33450decb3b11fd6692aaab2e9b33ee1a34 (patch) | |
tree | 16b9d6447a1c11839d1afb170e0dcd550f760c3a | |
parent | 14eaa3af91adb89537c035cbe79e6ed409c96b2f (diff) |
Bruno_h map header asm
hg-commit-id: 0945271a7a2d
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 8120d527..119d5c41 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16267,7 +16267,17 @@ Loreli_h: ; 0x7616f to 0x7617b (12 bytes) (id=245) dw $6280 ; objects -INCBIN "baserom.gbc",$7617b,$1e85 +INCBIN "baserom.gbc",$7617b,$762ca - $7617b + +Bruno_h: ; 0x762ca to 0x762d6 (12 bytes) (id=246) + db $07 ; tileset + db $06, $05 ; dimensions (y, x) + dw $6403, $63a8, $62d6 ; blocks, texts, scripts + db $00 ; connections + + dw $63d7 ; objects + +INCBIN "baserom.gbc",$762d6,$1d2a SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |