diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:07:02 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:07:02 -0600 |
commit | 638cf29252b912d47b0c4b90179723dda97a2127 (patch) | |
tree | 736eb3eb0ea7ecfb5216250a3c13aae534bb76e1 | |
parent | 1995b33450decb3b11fd6692aaab2e9b33ee1a34 (diff) |
Agatha_h map header asm
hg-commit-id: 7ccf3950d450
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 119d5c41..3d92eb89 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16277,7 +16277,17 @@ Bruno_h: ; 0x762ca to 0x762d6 (12 bytes) (id=246) dw $63d7 ; objects -INCBIN "baserom.gbc",$762d6,$1d2a +INCBIN "baserom.gbc",$762d6,$76421 - $762d6 + +Agatha_h: ; 0x76421 to 0x7642d (12 bytes) (id=247) + db $0f ; tileset + db $06, $05 ; dimensions (y, x) + dw $6560, $6505, $642d ; blocks, texts, scripts + db $00 ; connections + + dw $6534 ; objects + +INCBIN "baserom.gbc",$7642d,$1bd3 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |