diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-10 01:01:39 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-10 01:01:39 +0200 |
commit | b87856b58eacd3ea7375f001427d53f096b02b68 (patch) | |
tree | 277e77ebd8e281aed47e4b2365c1806802bfc0c9 /include/battle_tower.h | |
parent | cf8898071d0aa02438be2b1b1d03a6e6b33892be (diff) |
Battle Factory is decompiled and documented.
Diffstat (limited to 'include/battle_tower.h')
-rw-r--r-- | include/battle_tower.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_tower.h b/include/battle_tower.h index f07e9e544..5879a73bb 100644 --- a/include/battle_tower.h +++ b/include/battle_tower.h @@ -31,7 +31,7 @@ struct BattleFrontierTrainer u16 speechBefore[6]; u16 speechWin[6]; u16 speechLose[6]; - u16 *btMonPool; + const u16 *btMonPool; }; struct FacilityMon |