summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-07-12 19:30:49 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-07-12 19:33:49 -0400
commitf177ec55b1691fda4162b2a7de11b06854e01938 (patch)
treee3afb71e524d92df9f5081afe6c71bca2d360c15 /wram.asm
parent63a1c0e42a2d12ef86f389542a34285afa9183e3 (diff)
Document RNG
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index a753245..b45f4f7 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1921,19 +1921,19 @@ wOBP0:: ; 0xd80d
wOBP1:: ; 0xd80e
ds $1
-wd80f:: ; 0xd80f
+wRNGSub:: ; 0xd80f
ds $1
-wd810:: ; 0xd810 loaded by Func_9fa, RNG related
+wRNGModulus:: ; 0xd810 loaded by UpdateRNG, RNG related
ds $1
-wd811:: ; 0xd811
+wRNGPointer:: ; 0xd811
ds $1
-wd812:: ; 0xd812
+wRNGValues:: ; 0xd812
ds $36
-wd848:: ; 0xd848
+wRNGSub2:: ; 0xd848
ds $1
wUpdateAudioEngineUsingTimerInterrupt:: ; 0xd849