summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-09-17 14:22:31 +0200
committerxCrystal <rgr.crystal@gmail.com>2016-09-17 14:22:31 +0200
commitb9a54409608c688ab82d1268b6a0868409c92864 (patch)
tree29841dcf52240b8b2395ac32d482d9a98d52de51 /src/wram.asm
parenta1c19ffd9385f84cc9ec1d43cd78173e164208d0 (diff)
rename wCardBuffer and wMoveBuffer to wLoadedCard and wLoadedMove
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 54577e6..f498697 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -511,14 +511,14 @@ wTotalAttachedEnergies:: ; cc23
ds $1
; Used as temporary storage for a loaded card's data
-wCardBuffer1:: ; cc24
- card_data_struct wCardBuffer1
+wLoadedCard1:: ; cc24
+ card_data_struct wLoadedCard1
-wCardBuffer2:: ; cc65
- card_data_struct wCardBuffer2
+wLoadedCard2:: ; cc65
+ card_data_struct wLoadedCard2
-wMoveBuffer:: ; cca6
- move_data_struct wMoveBuffer
+wLoadedMove:: ; cca6
+ move_data_struct wLoadedMove
; big-endian
wDamage:: ; ccb9