summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 21dbee05..5138b239 100644
--- a/hram.asm
+++ b/hram.asm
@@ -309,6 +309,10 @@ hCoordsInFrontOfPlayerMatch EQU $FFEA
hSpriteAnimFrameCounter EQU $FFEA
+hItemAlreadyFound EQU $FFEB
+
+hDidntFindAnyHiddenObject EQU $FFEE
+
H_WHOSETURN EQU $FFF3 ; 0 on player’s turn, 1 on enemy’s turn
hLCDCPointer EQU $FFF4
@@ -323,4 +327,6 @@ hFlags_0xFFFA EQU $FFFA
hFieldMoveMonMenuTopMenuItemX EQU $FFFB
+h_0xFFFC EQU $FFFC
+
hGBC EQU $FFFE ; 0 if DMG, != 0 if GBC