mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Mt Moon Crater fixes
Now has new music (the Mt. Moon Square theme from GSC, which was originally planned as a victory theme in Gen 1), as well as functioning wild encounters and items.
This commit is contained in:
parent
9938617229
commit
14626866b6
8 changed files with 39 additions and 14 deletions
|
|
@ -251,4 +251,15 @@ DEF SHOW EQU $15
|
|||
const HS_YUJIROU ; EF
|
||||
const HS_YUJIROU_REMATCH ; uhhh F0?
|
||||
const HS_DRAGONITE ; F1
|
||||
const HS_MT_MOON_CRATER_ITEM_1 ; F2
|
||||
const HS_MT_MOON_CRATER_ITEM_2 ; F3
|
||||
const HS_MT_MOON_CRATER_ITEM_3 ; F4
|
||||
const HS_MT_MOON_CRATER_ITEM_4 ; F5
|
||||
const HS_MT_MOON_CRATER_ITEM_5 ; F6
|
||||
const HS_MT_MOON_CRATER_ITEM_6 ; F7
|
||||
const HS_MT_MOON_CRATER_ITEM_7 ; F8
|
||||
const HS_MT_MOON_CRATER_ITEM_8 ; F9
|
||||
const HS_MT_MOON_CRATER_ITEM_9 ; FA
|
||||
const HS_MT_MOON_CRATER_ITEM_10 ; FB
|
||||
const HS_MT_MOON_CRATER_ITEM_11 ; FC getting dangerously close to filling this...
|
||||
DEF NUM_HS_OBJECTS EQU const_value
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
const MUSIC_DIGDA01
|
||||
const MUSIC_FIELD06
|
||||
const MUSIC_MEET_JESSIE_JAMES
|
||||
const MUSIC_MTMOONSQUARE
|
||||
|
||||
const NUM_SONGS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue