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:
Llinos Evans 2023-12-11 13:16:38 +00:00
parent 2b2c95e52b
commit 5eb44b1794
16 changed files with 29 additions and 1 deletions

View file

@ -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

View file

@ -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