summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-08-13 14:54:31 +0200
committerGitHub <noreply@github.com>2018-08-13 14:54:31 +0200
commitf5330d15daed2d77ff48360554a36162843fe199 (patch)
treef8142591ea01c720be6d6b979b2fadb84e3018f0 /src/macros/wram.asm
parent783f5fe610c69006742b4976ab4f183f39512d89 (diff)
parent3581a4baed71f596eedb9c234b910f1d6a7736be (diff)
Merge pull request #48 from xCrystal/master
More home and bank1 progress
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r--src/macros/wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm
index ad6075f..ca8a9d0 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -26,7 +26,7 @@ card_data_struct: MACRO
ENDM
move_data_struct: MACRO
-\1Energy:: ds NUM_TYPES / 2
+\1EnergyCost:: ds NUM_TYPES / 2
\1Name:: ds 2
\1Description:: ds 4
\1Damage:: ds 1