diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-07 04:24:06 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-07 04:24:06 -0700 |
| commit | 525f1b96f390a7b7625574405cad56277f200ef3 (patch) | |
| tree | a715da91e46ebd5ba8a2e5eb808f49cf7ff854a2 /wram.asm | |
| parent | more info on the bide bug (diff) | |
| download | pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.gz pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.tar.xz pokeyellow-525f1b96f390a7b7625574405cad56277f200ef3.zip | |
named CountSetBits output variable
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
