mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Merge branch 'ZetaNull:master' into master
This commit is contained in:
commit
37fbf884f3
19 changed files with 687 additions and 145 deletions
|
|
@ -345,6 +345,15 @@ INCBIN "data/tilesets/forest_kanto_metatiles.bin"
|
|||
TilesetForestKantoColl::
|
||||
INCLUDE "data/tilesets/forest_kanto_collision.asm"
|
||||
|
||||
TilesetMuseumGFX::
|
||||
INCBIN "gfx/tilesets/museum.2bpp.lz"
|
||||
|
||||
TilesetMuseumMeta::
|
||||
INCBIN "data/tilesets/museum_metatiles.bin"
|
||||
|
||||
TilesetMuseumColl::
|
||||
INCLUDE "data/tilesets/museum_collision.asm"
|
||||
|
||||
|
||||
SECTION "Tileset Data 9", ROMX
|
||||
|
||||
|
|
@ -469,6 +478,9 @@ INCBIN "data/tilesets/forest_kanto_attributes.bin"
|
|||
|
||||
SECTION "Tileset Data 12", ROMX
|
||||
|
||||
TilesetMuseumAttr::
|
||||
INCBIN "data/tilesets/museum_attributes.bin"
|
||||
|
||||
TilesetTraditionalHouseGFX::
|
||||
INCBIN "gfx/tilesets/traditional_house.2bpp.lz"
|
||||
|
||||
|
|
|
|||
BIN
gfx/tilesets/museum.png
Normal file
BIN
gfx/tilesets/museum.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue