mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Documents the last unknown components of SpecialEncounter. Also some other things, sorry.
11 lines
306 B
C
11 lines
306 B
C
#ifndef POKEPLATINUM_ROAMER_AFTER_BATTLE_H
|
|
#define POKEPLATINUM_ROAMER_AFTER_BATTLE_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "field_battle_data_transfer.h"
|
|
|
|
void RoamerAfterBattle_UpdateRoamers(FieldSystem *fieldSystem, FieldBattleDTO *battleParams);
|
|
|
|
#endif // POKEPLATINUM_ROAMER_AFTER_BATTLE_H
|