kep-hack/constants/tileset_constants.asm
Llinos Evans 6504863b28 Seagallop Ferry Port
This adds a new tileset for the Seagallop Ferry. Had to remake the tileset from scratch using the S.S. Anne one. Very awkward!

The map could be made to look more like the FRLG one but that's neither here nor there.
2023-11-25 19:22:15 +00:00

37 lines
861 B
NASM

; tileset ids
; Tilesets indexes (see data/tilesets/tileset_headers.asm)
const_def
const OVERWORLD ; 0
const REDS_HOUSE_1 ; 1
const MART ; 2
const FOREST ; 3
const REDS_HOUSE_2 ; 4
const DOJO ; 5
const POKECENTER ; 6
const GYM ; 7
const HOUSE ; 8
const FOREST_GATE ; 9
const MUSEUM ; 10
const UNDERGROUND ; 11
const GATE ; 12
const SHIP ; 13
const SHIP_PORT ; 14
const CEMETERY ; 15
const INTERIOR ; 16
const CAVERN ; 17
const LOBBY ; 18
const MANSION ; 19
const LAB ; 20
const CLUB ; 21
const FACILITY ; 22
const PLATEAU ; 23
const PREGYM ; 24
const CITRINE ; 25
const CELESTE ; 26
const ROCKETHOUSE
const BETAMART
const JACKY
const FOSSILLAB
const SEAGALLOPPORT
DEF NUM_TILESETS EQU const_value