summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-27 13:22:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-27 23:09:06 -0400
commit446f1846b1c614ab1538d1ce11aa2781c22717f2 (patch)
tree86577424070c79a01431300c391c2ebd29afe487 /hram.asm
parent2738858985dbcff55c2ec237ac6075b4263f3120 (diff)
Identify remaining Mystery Gift labels and constants
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
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 c5dd27195..be774f9f6 100644
--- a/hram.asm
+++ b/hram.asm
@@ -88,8 +88,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