From bb1bf5e6a7536378dffc2b995384d6dc8692bea8 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 29 Oct 2016 01:44:13 -0700 Subject: link battle action constants --- constants/misc_constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants') 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 -- cgit v1.2.3