diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:35 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:35 -0600 |
| commit | 4f772b5ad95d333957bf415d81a852de2879ba9e (patch) | |
| tree | 0e1d763d0ce1cd55dfdb390cee131ecc3fcc0815 | |
| parent | HallofFameRoom_h map header asm (diff) | |
| download | pokeyellow-4f772b5ad95d333957bf415d81a852de2879ba9e.tar.gz pokeyellow-4f772b5ad95d333957bf415d81a852de2879ba9e.tar.xz pokeyellow-4f772b5ad95d333957bf415d81a852de2879ba9e.zip | |
MuseumF1_h map header asm
hg-commit-id: 17f5c5ba0a40
| -rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 9516e1ec..b041349a 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14661,7 +14661,17 @@ RedsHouse2FObject: dw $C6EF + 4 + (4 + 6) * 0 + 3 db 1,7 -INCBIN "baserom.gbc",$5C0DC,$4000-$DC +INCBIN "baserom.gbc",$5c0dc,$5c0eb - $5c0dc + +MuseumF1_h: ; 0x5c0eb to 0x5c0f7 (12 bytes) (id=52) + db $0a ; tileset + db $04, $0a ; dimensions (y, x) + dw $4020, $412b, $40f7 ; blocks, texts, scripts + db $00 ; connections + + dw $42c1 ; objects + +INCBIN "baserom.gbc",$5c0f7,$3f09 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |
