diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-06-23 19:06:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 19:06:14 -0500 |
| commit | ff927ba730e45a843c1e183b5f05646f96378af0 (patch) | |
| tree | 530f89782772bb76a76fbdd28247f1c6e3248483 /data/bookshelf_tile_ids.asm | |
| parent | Merge pull request #243 from Nog-Frog/rename-unused-cd40 (diff) | |
| parent | Move more tables from engine/ to data/ (diff) | |
| download | pokeyellow-ff927ba730e45a843c1e183b5f05646f96378af0.tar.gz pokeyellow-ff927ba730e45a843c1e183b5f05646f96378af0.tar.xz pokeyellow-ff927ba730e45a843c1e183b5f05646f96378af0.zip | |
Merge pull request #250 from Rangi42/master
Move more tables from engine/ to data/
Diffstat (limited to 'data/bookshelf_tile_ids.asm')
| -rw-r--r-- | data/bookshelf_tile_ids.asm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/data/bookshelf_tile_ids.asm b/data/bookshelf_tile_ids.asm new file mode 100644 index 00000000..535bf8e9 --- /dev/null +++ b/data/bookshelf_tile_ids.asm @@ -0,0 +1,37 @@ +; format: db tileset id, bookshelf tile id, text id +BookshelfTileIDs: + db PLATEAU, $30 + db_tx_pre IndigoPlateauStatues + db HOUSE, $3D + db_tx_pre TownMapText + db HOUSE, $1E + db_tx_pre BookOrSculptureText + db MANSION, $32 + db_tx_pre BookOrSculptureText + db REDS_HOUSE_1, $32 + db_tx_pre BookOrSculptureText + db LAB, $28 + db_tx_pre BookOrSculptureText + db LOBBY, $16 + db_tx_pre ElevatorText + db GYM, $1D + db_tx_pre BookOrSculptureText + db DOJO, $1D + db_tx_pre BookOrSculptureText + db GATE, $22 + db_tx_pre BookOrSculptureText + db MART, $54 + db_tx_pre PokemonStuffText + db MART, $55 + db_tx_pre PokemonStuffText + db POKECENTER, $54 + db_tx_pre PokemonStuffText + db POKECENTER, $55 + db_tx_pre PokemonStuffText + db LOBBY, $50 + db_tx_pre PokemonStuffText + db LOBBY, $52 + db_tx_pre PokemonStuffText + db SHIP, $36 + db_tx_pre BookOrSculptureText + db $FF |
