mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
brunswick items
In the glade and trail could possibly move some to the grotto itself; I wasn't sure what to put there I realised that I don't have polishedmap on this laptop so you'll want to move the items elsewhere
This commit is contained in:
parent
2b2c95e52b
commit
5eb44b1794
16 changed files with 29 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ DEF SHOW EQU $15
|
|||
const HS_ROUTE_25_ITEM ; 29 X
|
||||
const HS_CACTUS ; 2A
|
||||
const HS_BRUNSWICK_ZAPDOS_G_1 ; 2B
|
||||
const HS_BRUNSWICK_TRAIL_ITEM1
|
||||
const HS_DAISY_SITTING ; 2C
|
||||
const HS_DAISY_WALKING ; 2D
|
||||
const HS_TOWN_MAP ; 2E
|
||||
|
|
@ -251,5 +252,9 @@ DEF SHOW EQU $15
|
|||
const HS_GLADE_GZAP_1 ; EE
|
||||
const HS_GLADE_GZAP_2 ; EF
|
||||
const HS_GLADE_GZAP_3 ; F0
|
||||
const HS_GLADE_ITEM1
|
||||
const HS_GLADE_ITEM2
|
||||
const HS_GLADE_ITEM3
|
||||
const HS_GLADE_ITEM4
|
||||
const HS_CINNABAR_VOLCANO_FLOORS_ITEM ; F1
|
||||
DEF NUM_HS_OBJECTS EQU const_value ; F2 - FE all go unused.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue