mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-20 06:28:38 +13:00
Five + Six island maps with another RBY style remix
This commit is contained in:
parent
5e81a6ce3a
commit
5b4eb17c1e
12 changed files with 597 additions and 14 deletions
|
|
@ -598,7 +598,7 @@ ENDM
|
|||
endgroup
|
||||
|
||||
newgroup FIVE_ISLAND ; 32
|
||||
map_const FIVE_ISLAND, 10, 10 ; 1
|
||||
map_const FIVE_ISLAND, 10, 9 ; 1
|
||||
map_const FIVE_ISLAND_MEADOW, 10, 10 ; 2
|
||||
map_const MEMORIAL_PILLAR, 10, 10 ; 3
|
||||
map_const WATER_LABYRINTH, 10, 10 ; 4
|
||||
|
|
@ -607,7 +607,7 @@ ENDM
|
|||
endgroup
|
||||
|
||||
newgroup SIX_ISLAND ; 33
|
||||
map_const SIX_ISLAND, 10, 10 ; 1
|
||||
map_const SIX_ISLAND, 10, 18 ; 1
|
||||
map_const WATER_PATH, 10, 10 ; 2
|
||||
map_const RUIN_VALLEY, 10, 10 ; 3
|
||||
map_const DOTTED_HOLE, 10, 10 ; 4
|
||||
|
|
|
|||
|
|
@ -127,7 +127,8 @@
|
|||
const MUSIC_FORTUNASF ; 7a
|
||||
const MUSIC_JASPERFOREST ; 7b
|
||||
const MUSIC_SEVII ; 7c
|
||||
const MUSIC_FOURISLAND ; 7d (We're coming up on $80, there's a fix in the pokecrystal design flaws section but that and above may be buggy)
|
||||
const MUSIC_FOURISLAND ; 7d
|
||||
const MUSIC_SIXISLAND ; 7e
|
||||
DEF NUM_MUSIC_SONGS EQU const_value
|
||||
|
||||
; GetMapMusic picks music for these values (see home/map.asm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue