summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index edc9599c..a26c4834 100644
--- a/hram.asm
+++ b/hram.asm
@@ -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