diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:04:19 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:04:19 -0500 |
| commit | d3cd6e1e1a64a0093128918f9e02a79dc6d510cb (patch) | |
| tree | 212ced67fff5042b40b2225d30087e41e83abf0a /wram.asm | |
| parent | More BankF documentation (diff) | |
| download | pokeyellow-d3cd6e1e1a64a0093128918f9e02a79dc6d510cb.tar.gz pokeyellow-d3cd6e1e1a64a0093128918f9e02a79dc6d510cb.tar.xz pokeyellow-d3cd6e1e1a64a0093128918f9e02a79dc6d510cb.zip | |
BankF documentation from HasMonFainted to Func_3d536
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1700,7 +1700,7 @@ W_PLAYERCONFUSEDCOUNTER:: ; d06b wPlayerToxicCounter:: ; d06c ds 1 -W_PLAYERDISABLEDMOVE:: ; d06d +wPlayerDisabledMove:: ; d06d ; high nibble: which move is disabled (1-4) ; low nibble: disable turns left ds 1 @@ -1749,7 +1749,7 @@ wObjectToShow:: ; d07a ds 1 -W_ANIMATIONID:: ; d07c +wAnimationID:: ; d07c ; ID number of the current battle animation ds 1 |
