diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-02-21 17:27:41 -0600 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-02-21 17:32:42 -0600 |
commit | 0a642f8f1442397c75e06b14ae0da3f7f0af3241 (patch) | |
tree | d18edbd3479aa4075156bfb8998127ffde944328 /src/wram.asm | |
parent | 1d291602536740893e66d1adab49c22321ad4706 (diff) |
Replace hardcoded constants and clean up
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/wram.asm b/src/wram.asm index 5ec4410..db424fe 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -63,7 +63,7 @@ wPlayerBench4CardHP:: ; c2cc wPlayerBench5CardHP:: ; c2cd ds $1 ds $1a - + ;The only known use of this is to store ;when an attack causes a pokemon ;to not be able to attack the following turn @@ -131,7 +131,7 @@ wOpponentBench4CardHP:: ; c3cc wOpponentBench5CardHP:: ; c3cd ds $1 ds $1a - + ;The only known use of this is to store ;when an attack causes a pokemon ;to not be able to attack the following turn @@ -334,8 +334,6 @@ wSerialRecvBuf:: ; $cba5 - $cbc4 ds $20 ds $1 - - ;--- Duels 2 ---------------------------------------------- ; In a duel, the main menu current or last selected menu item @@ -785,4 +783,4 @@ wMusicE4:: ; ddea ds $9 wMusicReturnAddress:: ; ddf3 - ds $8
\ No newline at end of file + ds $8 |