Port trainer data archive packing to C++

This commit is contained in:
Rachel 2025-01-30 20:28:42 -08:00
parent 38436e0741
commit 7e5f0e62b8
938 changed files with 297 additions and 2017 deletions

View File

@ -31,3 +31,4 @@ AI_FLAG_UNUSED_28
AI_FLAG_ROAMING_POKEMON
AI_FLAG_SAFARI
AI_FLAG_CATCH_TUTORIAL
AI_FLAG_ALL

View File

@ -9,6 +9,8 @@
#include "constants/moves.h"
#define TRAINER_MON_FORM_SHIFT 10
#define MAX_TRAINER_ITEMS 4
#define MAX_DV 255

Some files were not shown because too many files have changed in this diff Show More