aboutsummaryrefslogtreecommitdiffstats
path: root/ram/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ram/hram.asm')
-rw-r--r--ram/hram.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ram/hram.asm b/ram/hram.asm
index 7c38d138..a827e652 100644
--- a/ram/hram.asm
+++ b/ram/hram.asm
@@ -325,7 +325,7 @@ hItemToRemoveIndex:: db
NEXTU
hItemCounter::
hSavedCoordIndex::
-hMissableObjectIndex::
+hToggleableObjectIndex::
hGymTrashCanRandNumMask::
hInteractedWithBookshelf::
db
@@ -353,7 +353,7 @@ hDivisor2:: db
hQuotient2:: db
NEXTU
-hIsHiddenMissableObject:: db
+hIsToggleableObjectOff:: db
ENDU
hMapROMBank:: db
@@ -373,7 +373,7 @@ hSpriteMapXCoord:: db
NEXTU
hItemAlreadyFound:: db
ds 2
-hDidntFindAnyHiddenObject:: db
+hDidntFindAnyHiddenEvent:: db
NEXTU
ds 1