diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 20:55:16 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 20:55:16 -0500 |
commit | d8aa438644e86fe7421ad8721fa9b9275ed62023 (patch) | |
tree | 7ac8d718fabd943298ee9bb5edbfd44ad89e3671 /wram.asm | |
parent | ae2970d73bf97e1a99037b25214354330a727f0a (diff) |
More battle command labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -600,7 +600,7 @@ EnemyDamageTaken:: ; c684 wc686:: ds 2 wc688:: ds 1 -wc689:: ds 1 +wKickCounter:: ds 1 wc68a:: BattleScriptBuffer:: ; c68a ds 40 @@ -1898,6 +1898,7 @@ wd264:: ds 1 wFoundMatchingIDInParty:: wNamedObjectIndexBuffer:: wCurTMHM:: +wTypeMatchup:: wd265:: ds 1 wd266:: ds 1 wd267:: ds 1 |