Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/tilesets/bookshelf_tile_ids.asm
1271 views
1
MACRO bookshelf_tile
2
db \1, \2
3
db_tx_pre \3
4
ENDM
5
6
BookshelfTileIDs:
7
; tileset id, bookshelf tile id, text id
8
bookshelf_tile PLATEAU, $30, IndigoPlateauStatues
9
bookshelf_tile HOUSE, $3D, TownMapText
10
bookshelf_tile HOUSE, $1E, BookOrSculptureText
11
bookshelf_tile MANSION, $32, BookOrSculptureText
12
bookshelf_tile REDS_HOUSE_1, $32, BookOrSculptureText
13
bookshelf_tile LAB, $28, BookOrSculptureText
14
bookshelf_tile LOBBY, $16, ElevatorText
15
bookshelf_tile GYM, $1D, BookOrSculptureText
16
bookshelf_tile DOJO, $1D, BookOrSculptureText
17
bookshelf_tile GATE, $22, BookOrSculptureText
18
bookshelf_tile MART, $54, PokemonStuffText
19
bookshelf_tile MART, $55, PokemonStuffText
20
bookshelf_tile POKECENTER, $54, PokemonStuffText
21
bookshelf_tile POKECENTER, $55, PokemonStuffText
22
bookshelf_tile LOBBY, $50, PokemonStuffText
23
bookshelf_tile LOBBY, $52, PokemonStuffText
24
bookshelf_tile SHIP, $36, BookOrSculptureText
25
db -1 ; end
26
27