mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
Port trainer data archive packing to C++
This commit is contained in:
parent
38436e0741
commit
7e5f0e62b8
|
|
@ -31,3 +31,4 @@ AI_FLAG_UNUSED_28
|
|||
AI_FLAG_ROAMING_POKEMON
|
||||
AI_FLAG_SAFARI
|
||||
AI_FLAG_CATCH_TUTORIAL
|
||||
AI_FLAG_ALL
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue
Block a user