summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-10-30 12:26:04 -0400
committerGitHub <noreply@github.com>2020-10-30 12:26:04 -0400
commitd831e40b99853c8e29e3939bb100b6ecf03b1028 (patch)
tree7d97e9277ee405a77046481100bf11adbc325367 /hram.asm
parent26ddba8cfd8f035c06bd6419b64a6c4d7dbc226f (diff)
parentdb72c5103e807c4960ff62ca1764cac151288586 (diff)
Merge pull request #64 from Rangi42/unreferenced
Comment, remove, or revise many unreferenced labels
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm14
1 files changed, 10 insertions, 4 deletions
diff --git a/hram.asm b/hram.asm
index edc9599c..47cd297b 100644
--- a/hram.asm
+++ b/hram.asm
@@ -7,6 +7,7 @@ hRTCDayLo:: db
hRTCHours:: db
hRTCMinutes:: db
hRTCSeconds:: db
+
ds 2
hHours:: db
@@ -27,7 +28,7 @@ hVBlank:: db
hMapEntryMethod:: db
hMenuReturn:: db
-hUnusedFFA3:: db
+hUnusedByte:: db
hJoypadReleased:: db
hJoypadPressed:: db
@@ -49,7 +50,6 @@ hMoveMon:: db
UNION
hMapObjectIndexBuffer:: db
hObjectStructIndexBuffer:: db
-
NEXTU
hConnectionStripLength:: db
hConnectedMapWidth:: db
@@ -85,8 +85,14 @@ NEXTU
hPrintNumBuffer:: ds 10
NEXTU
-; miscellaneous
- ds 9
+; Mystery Gift
+hMGExchangedByte:: db
+hMGExchangedWord:: dw
+hMGNumBits:: db
+hMGChecksum:: dw
+ ds 1
+hMGUnusedMsgLength:: db
+hMGRole:: db
hMGStatusFlags:: db
ENDU