From c98fb2c11272680a20b9cfb9efe2ce482d3779dd Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Fri, 22 Oct 2021 13:20:01 -0400 Subject: Decomped DecideAction() (#66) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Decomped DecideAction() * Defined dungeon Pokémon array sizes --- include/constants/dungeon_action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants/dungeon_action.h') diff --git a/include/constants/dungeon_action.h b/include/constants/dungeon_action.h index f5e0290..287a1ed 100644 --- a/include/constants/dungeon_action.h +++ b/include/constants/dungeon_action.h @@ -3,6 +3,7 @@ enum DungeonAction { + DUNGEON_ACTION_NONE = 0x0, DUNGEON_ACTION_WAIT = 0x1, DUNGEON_ACTION_WALK = 0x2, // Switching between Pokémon in the moves menu. -- cgit v1.2.3