diff options
author | YamaArashi <shadow962@live.com> | 2015-02-08 01:44:41 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-08 01:44:41 -0800 |
commit | 3870f5e10a1e17f35c78b176272df6b1f516f24e (patch) | |
tree | 18905298246c725b735003f6c3b91f5e56203827 /wram.asm | |
parent | 1347023128e141dc4cfc71ee6bc689f909e96919 (diff) |
named misc functions
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -979,8 +979,13 @@ wCriticalHitOrOHKO:: ; d05e W_MOVEMISSED:: ; d05f ds 1 -wd060:: ds 1 -wd061:: ds 1 +wPlayerStatsToDouble:: ; d060 +; always 0 + ds 1 + +wPlayerStatsToHalve:: ; d061 +; always 0 + ds 1 W_PLAYERBATTSTATUS1:: ; d062 ; bit 0 - bide @@ -1010,8 +1015,13 @@ W_PLAYERBATTSTATUS3:: ; d064 ; bit 3 - tranformed ds 1 -wd065:: ds 1 -wd066:: ds 1 +wEnemyStatsToDouble:: ; d065 +; always 0 + ds 1 + +wEnemyStatsToHalve:: ; d066 +; always 0 + ds 1 W_ENEMYBATTSTATUS1:: ; d067 ds 1 @@ -1213,7 +1223,7 @@ W_SPRITEDECODETABLE1PTR:: ; d0b3 wd0b5:: ds 1 -W_LISTTYPE:: ; d0b6 +wNameListType:: ; d0b6 ds 1 wPredefBank:: ; d0b7 |