diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:05:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:05:58 -0600 |
commit | 71a8ed8a30a8ac40d540225a816716bc3b698bcf (patch) | |
tree | 3a6c7bc377bc0d9d7f5e50ee0724faede37b62d1 | |
parent | a4a24081f6edca1383951c8e43d92c3c55103c01 (diff) |
CinnibarPokecenter_h map header asm
Someone should fix all these typos.
hg-commit-id: 34e75fbee1e8
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 22025757..29b57019 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16227,7 +16227,17 @@ Lab4_h: ; 0x75d25 to 0x75d31 (12 bytes) (id=170) dw $5df0 ; objects -INCBIN "baserom.gbc",$75d31,$22cf +INCBIN "baserom.gbc",$75d31,$75e20 - $75d31 + +CinnibarPokecenter_h: ; 0x75e20 to 0x75e2c (12 bytes) (id=171) + db $06 ; tileset + db $04, $07 ; dimensions (y, x) + dw $4030, $5e32, $5e2c ; blocks, texts, scripts + db $00 ; connections + + dw $5e46 ; objects + +INCBIN "baserom.gbc",$75e2c,$21d4 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |