mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Nihon Gate maps/tileset
This adds the Nihon Gate tileset and gives Nihon its own gate style. Kanto can be done another time.
This commit is contained in:
parent
bf65943f9e
commit
61aeb76705
21 changed files with 211 additions and 49 deletions
|
|
@ -630,8 +630,9 @@ ENDM
|
|||
map_const CALS_HOUSE_2F, 5, 4 ; 12
|
||||
map_const SINJOH_RUINS_EXTERIOR, 10, 10 ; 13
|
||||
map_const SINJOH_RUINS_INTERIOR, 10, 10 ; 14
|
||||
map_const ROUTE_49_OLD_CITY_GATE, 5, 4 ; 15
|
||||
map_const BLUE_LAB, 12, 10 ; 16
|
||||
map_const ROUTE_49_OLD_CITY_GATE_1F, 5, 4 ; 15
|
||||
map_const ROUTE_49_OLD_CITY_GATE_2F, 4, 3 ; 16
|
||||
map_const BLUE_LAB, 12, 10 ; 17
|
||||
endgroup
|
||||
|
||||
newgroup BLUE_FOREST ; 36
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
const TILESET_NIHON_WEST ; 2E
|
||||
const TILESET_LAVENDER_CRYPT ; 2F
|
||||
const TILESET_BLUE_LAB ; 30
|
||||
const TILESET_NIHON_GATE ; 31
|
||||
DEF NUM_TILESETS EQU const_value - 1
|
||||
|
||||
; wTileset struct size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue