diff options
author | YamaArashi <shadow962@live.com> | 2016-10-29 01:44:13 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-29 01:44:13 -0700 |
commit | bb1bf5e6a7536378dffc2b995384d6dc8692bea8 (patch) | |
tree | a6c040568768094c3c61c7f0630ef6d26a2c35e3 /constants/misc_constants.asm | |
parent | d1162fec71ca789cae66dfe826aa0eae0e134b53 (diff) |
link battle action constants
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index b2571b86..e9e4b7bf 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -200,3 +200,7 @@ LINK_STATE_START_BATTLE EQU $03 ; pre-battle initialisation LINK_STATE_BATTLING EQU $04 ; in a link battle LINK_STATE_RESET EQU $05 ; reset game (unused) LINK_STATE_TRADING EQU $32 ; in a link trade + +LINKBATTLE_RUN EQU $F +LINKBATTLE_STRUGGLE EQU $E +LINKBATTLE_NO_ACTION EQU $D ; never sent |