aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-07 04:24:06 -0700
committerYamaArashi <shadow962@live.com>2015-08-07 04:24:06 -0700
commit525f1b96f390a7b7625574405cad56277f200ef3 (patch)
treea715da91e46ebd5ba8a2e5eb808f49cf7ff854a2 /wram.asm
parentmore info on the bide bug (diff)
downloadpokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.gz
pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.xz
pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.zip
named CountSetBits output variable
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index c470d6a4..690ffef9 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1882,6 +1882,8 @@ wFirstMonsNotOutYet:: ; d11d
; which will be the first mon sent out.
ds 1
+wNumSetBits:: ; d11e
+
wd11e:: ds 1 ; used as a Pokemon and Item storage value. Also used as an output value for CountSetBits
wForcePlayerToChooseMon:: ; d11f