diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-05 19:13:09 -0500 |
commit | 5eed48f05d3634146deb2442cd8f62bbad0ae352 (patch) | |
tree | b4aa235ba1734378e2ebb2ea6aaf9c812d9c5fe4 /wram.asm | |
parent | 1205fe5100c09624350b5e6822b4c063586afcaf (diff) |
Some battle labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -455,8 +455,8 @@ wc64c:: wc64d:: ds 1 wc64e:: ds 2 -wc650:: ds 1 -wc651:: ds 1 +wEnemyTrainerItem1:: ds 1 +wEnemyTrainerItem2:: ds 1 wc652:: ds 4 wc656:: OTName:: ds NAME_LENGTH ; c656 @@ -818,8 +818,8 @@ wc720:: ds 4 ; copy from/to EnemyMonBaseStats, length=7 wc724:: ds 3 wc727:: ds 2 wc729:: ds 2 -wc72b:: ds 1 -wc72c:: ds 1 +wPlayerRageCounter:: ds 1 +wEnemyRageCounter:: ds 1 wc72d:: ds 1 ; if 0 then PrintButItFailed wc72e:: ds 1 wc72f:: ds 1 |