diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:03:19 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:03:19 -0600 |
commit | 49299e799ff6f031bfff326374ee3b34b68d255a (patch) | |
tree | 7f73e7e3f46e58f0e7a796dcc2ddb4b31b0405ae | |
parent | cfc7c7607a6564af7f56b7d5a2f4ea697e84389f (diff) |
FuchsiaGYM_h map header asm
hg-commit-id: 2f892e5efc63
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 53896005..09de9e03 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16157,7 +16157,17 @@ SafariZoneEntrance_h: ; 0x751c1 to 0x751cd (12 bytes) (id=156) dw $53f5 ; objects -INCBIN "baserom.gbc",$751cd,$2e33 +INCBIN "baserom.gbc",$751cd,$75431 - $751cd + +FuchsiaGYM_h: ; 0x75431 to 0x7543d (12 bytes) (id=157) + db $07 ; tileset + db $09, $05 ; dimensions (y, x) + dw $56aa, $54d5, $543d ; blocks, texts, scripts + db $00 ; connections + + dw $5658 ; objects + +INCBIN "baserom.gbc",$7543d,$2bc3 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |