kep-hack/data/tilesets/bookshelf_tile_ids.asm
May Evans 71de0f07a5 Groundwork for Viridian Pre-Gym
This map is fully functional but has a lot of bits to iron out, as well as a need for Gym Trainers. I'm also not wholly satisfied with Yujirou's team; maybe remove Eevee?

Yes, I designed an entire tileset for this. Fear me. Bow before me. Actually, don't, this was beyond rational thought.

Current issues;
- Yujirou's sprite doesn't work properly.
- Needs Gym Trainers (hell)
- Yujirou needs an event for being beaten, the refight, and more.
2023-03-30 02:12:45 +01:00

27 lines
1.1 KiB
NASM

MACRO bookshelf_tile
db \1, \2
db_tx_pre \3
ENDM
BookshelfTileIDs:
; tileset id, bookshelf tile id, text id
bookshelf_tile PLATEAU, $30, IndigoPlateauStatues
bookshelf_tile HOUSE, $3D, TownMapText
bookshelf_tile HOUSE, $1E, BookOrSculptureText
bookshelf_tile MANSION, $32, BookOrSculptureText
bookshelf_tile REDS_HOUSE_1, $32, BookOrSculptureText
bookshelf_tile LAB, $28, BookOrSculptureText
bookshelf_tile LOBBY, $16, ElevatorText
bookshelf_tile GYM, $1D, BookOrSculptureText
bookshelf_tile DOJO, $1D, BookOrSculptureText
bookshelf_tile GATE, $22, BookOrSculptureText
bookshelf_tile MART, $54, PokemonStuffText
bookshelf_tile MART, $55, PokemonStuffText
bookshelf_tile POKECENTER, $54, PokemonStuffText
bookshelf_tile POKECENTER, $55, PokemonStuffText
bookshelf_tile LOBBY, $50, PokemonStuffText
bookshelf_tile LOBBY, $52, PokemonStuffText
bookshelf_tile SHIP, $36, BookOrSculptureText
bookshelf_tile PREGYM, $57, PokemonStuffText
db -1 ; end