summaryrefslogtreecommitdiff
path: root/src/macros
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-08-02 18:35:14 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-08-02 18:35:14 +0200
commit515993ce2a08b795cc1e958cf8e4a0171892337f (patch)
tree59ee83b52074b3985e661f59de151b93b16e6d55 /src/macros
parent232f962d8d1c456a0ac0125cf9efe4c7de90bd8c (diff)
Disassemble Pokemon card page functions
Diffstat (limited to 'src/macros')
-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