mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
Begin work on the Kanto Safari Zone.
Some maps are broken up or edited to allow for seamless transitions instead of needing several warps. (Area 1 is split vertically, Area 2 needs a horizontal split. The connection between area 1 and 2 also will have to be shifted up from where it is in RBY to prevent border blocks showing up where they shouldn't.)
This commit is contained in:
parent
bb65f6a796
commit
3949670f4f
23 changed files with 160 additions and 20 deletions
|
|
@ -318,15 +318,6 @@ INCBIN "data/tilesets/nihon01_metatiles.bin"
|
|||
TilesetNihon1Coll::
|
||||
INCLUDE "data/tilesets/nihon01_collision.asm"
|
||||
|
||||
TilesetForestKantoGFX::
|
||||
INCBIN "gfx/tilesets/forest_kanto.2bpp.lz"
|
||||
|
||||
TilesetForestKantoMeta::
|
||||
INCBIN "data/tilesets/forest_kanto_metatiles.bin"
|
||||
|
||||
TilesetForestKantoColl::
|
||||
INCLUDE "data/tilesets/forest_kanto_collision.asm"
|
||||
|
||||
TilesetMuseumGFX::
|
||||
INCBIN "gfx/tilesets/museum.2bpp.lz"
|
||||
|
||||
|
|
@ -460,9 +451,6 @@ INCBIN "data/tilesets/aerodactyl_word_room_attributes.bin"
|
|||
TilesetNihon1Attr::
|
||||
INCBIN "data/tilesets/nihon01_attributes.bin"
|
||||
|
||||
TilesetForestKantoAttr::
|
||||
INCBIN "data/tilesets/forest_kanto_attributes.bin"
|
||||
|
||||
SECTION "Tileset Data 12", ROMX
|
||||
|
||||
TilesetMuseumAttr::
|
||||
|
|
@ -654,3 +642,15 @@ INCBIN "data/tilesets/lavendercrypt_metatiles.bin"
|
|||
|
||||
TilesetLavenderCryptColl::
|
||||
INCLUDE "data/tilesets/lavendercrypt_collision.asm"
|
||||
|
||||
TilesetForestKantoGFX::
|
||||
INCBIN "gfx/tilesets/forest_kanto.2bpp.lz"
|
||||
|
||||
TilesetForestKantoMeta::
|
||||
INCBIN "data/tilesets/forest_kanto_metatiles.bin"
|
||||
|
||||
TilesetForestKantoColl::
|
||||
INCLUDE "data/tilesets/forest_kanto_collision.asm"
|
||||
|
||||
TilesetForestKantoAttr::
|
||||
INCBIN "data/tilesets/forest_kanto_attributes.bin"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue