mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-27 14:01:30 -04:00
recombine ground_script.c
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
void GroundMap_ExecuteEnter(s16);
|
||||
void GroundMap_ExecuteEvent(s16 scriptIndex, u32);
|
||||
void GroundMap_ExecuteStation(s16, s16, s8, u32);
|
||||
void GroundMap_ExecuteStation(s32 _map, s32 _group, s32 _sector, bool32 _setScriptState);
|
||||
|
||||
bool8 GroundMapNotifyAll(s16);
|
||||
bool8 sub_80A4D48(s16 index);
|
||||
@@ -11,4 +11,4 @@ bool8 sub_80A4D48(s16 index);
|
||||
// ground_map_1.s
|
||||
extern s16 sub_80A5728(void);
|
||||
|
||||
#endif // GUARD_GROUND_MAP_1_H
|
||||
#endif // GUARD_GROUND_MAP_1_H
|
||||
|
||||
@@ -33,7 +33,7 @@ s32 GetPtsToNextRank(void);
|
||||
void SetTeamRankPoints(s32 newPts);
|
||||
void AddToTeamRankPts(s32 newPts);
|
||||
u8 GetRescueTeamRank(void);
|
||||
const u8 *GetTeamRankString(u8 index);
|
||||
const u8 *GetTeamRankString(u32 index);
|
||||
u8 GetIsTeamRenamed(void);
|
||||
u32 SaveRescueTeamInfo(u8 *param_1,u32 param_2);
|
||||
u32 ReadRescueTeamInfo(u8 *param_1, u32 param_2);
|
||||
|
||||
Reference in New Issue
Block a user