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
|
|
@ -64,4 +64,5 @@ HiddenItemCoords:
|
|||
hidden_item MT_MOON_CRATER, 32, 45 ; Old Amber
|
||||
hidden_item DAYCARE, 4, 1 ; Daycare PC
|
||||
hidden_item MT_MOON_SQUARE, 5, 5 ; Moon Stone
|
||||
hidden_item BRUNSWICK_TRAIL, 23, 11 ; Solar Beam TM below Cactus
|
||||
db -1 ; end
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ HiddenObjectMaps:
|
|||
db MT_MOON_CRATER
|
||||
db DAYCARE
|
||||
db MT_MOON_SQUARE
|
||||
db BRUNSWICK_TRAIL
|
||||
db -1 ; end
|
||||
|
||||
HiddenObjectPointers:
|
||||
|
|
@ -185,6 +186,7 @@ HiddenObjectPointers:
|
|||
dw MtMoonCraterHiddenObjects
|
||||
dw DaycareHiddenItems
|
||||
dw MtMoonSquareHiddenItems
|
||||
dw BrunswickTrailHiddenItems
|
||||
|
||||
MACRO hidden_object
|
||||
db \2 ; y coord
|
||||
|
|
@ -667,3 +669,7 @@ DaycareHiddenItems:
|
|||
MtMoonSquareHiddenItems:
|
||||
hidden_object 5, 5, MOON_STONE, HiddenItems
|
||||
db -1
|
||||
|
||||
BrunswickTrailHiddenItems:
|
||||
hidden_object 23, 11, TM_SOLARBEAM, HiddenItems
|
||||
db -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue