diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-05-21 19:14:28 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-05-21 19:14:28 +0200 |
commit | 972037ab368c93a844905db9ed432b06ed605679 (patch) | |
tree | 4590da5b9449c972b15523365a336def4490b72a /src/wram.asm | |
parent | 45b8d56bd93c7c5049b3dd31faed01ba560ab293 (diff) |
rename text macro to textpointer and text/line/done for better text readability
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 3dde46c..0fbb3f0 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -454,7 +454,7 @@ wcc09:: ; cc09 wcc0a:: ; cc0a ds $1 -wDuelHasPlayedEnergy:: ; cc0b +wAlreadyPlayedEnergy:: ; cc0b ds $1 wcc0c:: ; cc0c |