summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-06-30 18:26:11 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-06-30 18:26:11 +0200
commitec76e14e6ed4506d4081eb2c1b510747a33c7a53 (patch)
tree0adf241b7ed4c018553d870ff41f04b18933275f /src/macros/wram.asm
parent32f3634c48b336290d10eb232a69412266549c5b (diff)
Rename 'Kind' labels (issue #36)
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 e692a92..cedb0dd 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -15,7 +15,7 @@ card_data_struct: MACRO
\1RetreatCost:: ds 1
\1Weakness:: ds 1
\1Resistance:: ds 1
-\1Kind:: ds 2
+\1Category:: ds 2
\1PokedexNumber:: ds 1
\1Unknown1:: ds 1
\1Level:: ds 1