pokeplatinum/include/overlay006/roamer_after_battle.h
TheSylphIsIn 5cfa8894af Finish documenting special_encounter
Documents the last unknown components of SpecialEncounter. Also some other things, sorry.
2025-02-04 16:52:48 -05:00

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