diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-12 16:47:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 16:47:04 -0700 |
commit | 37eb934ee355fecf853cc1f085299529ab03b55b (patch) | |
tree | e3afb71e524d92df9f5081afe6c71bca2d360c15 /wram.asm | |
parent | 63a1c0e42a2d12ef86f389542a34285afa9183e3 (diff) | |
parent | f177ec55b1691fda4162b2a7de11b06854e01938 (diff) |
Merge pull request #23 from PikalaxALT/master
Document RNG
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |