diff options
author | yenatch <yenatch@gmail.com> | 2013-12-09 16:20:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-09 16:20:19 -0500 |
commit | 46d96bc7fdd3f8f190f7ae9af7d1abc725a29648 (patch) | |
tree | 21d2c53835613ba90101705f817f3f4b6630e63a /constants/wram_constants.asm | |
parent | 708df7907f7dd52daea1087e01d5a446293ac7ea (diff) |
more battle anim labels
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index e60725000..e2739e2cf 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -5,6 +5,10 @@ OTPARTYMON EQU 1 BOXMON EQU 2 WILDMON EQU 4 +; Options: ; cfcc +BATTLE_SHIFT EQU 6 +BATTLE_SCENE EQU 7 + ; WalkingDirection: ; d043 STANDING EQU -1 DOWN EQU 0 |