mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Snowy tileset palettes + Blue Forest start
This commit is contained in:
parent
2a3547c22e
commit
e9cab6db16
23 changed files with 111 additions and 12 deletions
|
|
@ -121,6 +121,7 @@ DEF KANTO_LANDMARK EQU const_value
|
|||
;const LANDMARK_ONE_ISLAND
|
||||
DEF NIHON_LANDMARK EQU const_value
|
||||
const LANDMARK_SILENT_HILLS
|
||||
const LANDMARK_BLUE_FOREST
|
||||
DEF NUM_LANDMARKS EQU const_value
|
||||
|
||||
; used in CaughtData
|
||||
|
|
|
|||
|
|
@ -516,8 +516,12 @@ ENDM
|
|||
endgroup
|
||||
|
||||
newgroup SILENT_HILLS ; 27
|
||||
map_const SILENT_HILLS, 10, 10 ; 1
|
||||
map_const DEBUG_ROOM, 20, 20 ; 2
|
||||
map_const SILENT_HILLS, 10, 10 ; 1
|
||||
map_const DEBUG_ROOM, 20, 20 ; 2
|
||||
endgroup
|
||||
|
||||
newgroup BLUE_FOREST ; 27
|
||||
map_const BLUE_FOREST, 20, 18 ; 1
|
||||
endgroup
|
||||
|
||||
DEF NUM_MAP_GROUPS EQU const_value ; 27
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ DEF SCGB_DEFAULT EQU $ff
|
|||
const PREDEFPAL_SILVER_CAVE
|
||||
const PREDEFPAL_DUNGEONS
|
||||
const PREDEFPAL_SILENT_HILLS
|
||||
const PREDEFPAL_BLUE_FOREST
|
||||
const PREDEFPAL_NITE
|
||||
const PREDEFPAL_BLACKOUT
|
||||
const PREDEFPAL_DIPLOMA ; RB_MEWMON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue