through sub_8055B38
This commit is contained in:
@@ -1319,7 +1319,7 @@
|
||||
|
||||
#define FLAG_SYS_SAFARI_MODE (SYS_FLAGS + 0x0)
|
||||
#define FLAG_SYS_VS_SEEKER_CHARGING (SYS_FLAGS + 0x1)
|
||||
#define FLAG_SYS_UNK_802 (SYS_FLAGS + 0x2)
|
||||
#define FLAG_SYS_CRUISE_MODE (SYS_FLAGS + 0x2)
|
||||
#define FLAG_SYS_WHITE_FLUTE_ACTIVE (SYS_FLAGS + 0x3)
|
||||
#define FLAG_SYS_BLACK_FLUTE_ACTIVE (SYS_FLAGS + 0x4)
|
||||
#define FLAG_SYS_USE_STRENGTH (SYS_FLAGS + 0x5)
|
||||
|
||||
@@ -58,5 +58,6 @@ void ResetMysteryEventFlags(void);
|
||||
void ResetMysteryEventVars(void);
|
||||
bool32 IsNationalPokedexEnabled(void);
|
||||
void sub_806E190(void);
|
||||
void ClearTempFieldEventData(void);
|
||||
|
||||
#endif // GUARD_EVENT_DATA_H
|
||||
|
||||
@@ -31,5 +31,7 @@ void CutMoveOpenDottedHoleDoor(void);
|
||||
void RunMassageCooldownStepCounter(void);
|
||||
void IncrementResortGorgeousStepCounter(void);
|
||||
void IncrementBirthIslandRockStepCount(void);
|
||||
void ResetCyclingRoadChallengeData(void);
|
||||
void ResetFieldTasksArgs(void);
|
||||
|
||||
#endif // GUARD_FIELD_SPECIALS_H
|
||||
|
||||
@@ -143,6 +143,7 @@ void sub_807AC98(void);
|
||||
void SetRainStrengthFromSoundEffect(u16 soundEffect);
|
||||
void sub_807A790(s8 gammaIndex);
|
||||
void sub_807A7C4(u8 gammaIndex, u8 gammaTargetIndex, u8 gammaStepDelay);
|
||||
void ApplyWeatherGammaShiftToPal(u8 paletteIndex);
|
||||
|
||||
extern const u16 gCloudsWeatherPalette[];
|
||||
extern const u16 gSandstormWeatherPalette[];
|
||||
|
||||
+5
-2
@@ -34,7 +34,10 @@ u32 GetMetatileAttributeFromRawMetatileBehavior(u32 original, u8 bit);
|
||||
u32 MapGridGetMetatileAttributeAt(s16 x, s16 y, u8 attr);
|
||||
void MapGridSetMetatileImpassabilityAt(s32 x, s32 y, bool32 arg2);
|
||||
bool8 CameraMove(s32 x, s32 y);
|
||||
void copy_map_tileset1_tileset2_to_vram(struct MapLayout const *mapLayout);
|
||||
void apply_map_tileset1_tileset2_palette(struct MapLayout const *mapLayout);
|
||||
void copy_map_tileset1_tileset2_to_vram(struct MapLayout const * mapLayout);
|
||||
void apply_map_tileset1_tileset2_palette(struct MapLayout const * mapLayout);
|
||||
void InitMap(void);
|
||||
void copy_map_tileset2_to_vram_2(const struct MapLayout * mapLayout);
|
||||
void apply_map_tileset2_palette(const struct MapLayout * mapLayout);
|
||||
|
||||
#endif //GUARD_FIELDMAP_H
|
||||
|
||||
+2
-2
@@ -141,7 +141,7 @@ extern u8 gUnknown_2036E28;
|
||||
extern bool8 (* gFieldCallback2)(void);
|
||||
|
||||
void SetLastHealLocationWarp(u8 healLocaionId);
|
||||
void sub_8055864(u8 mapGroup, u8 mapNum);
|
||||
void LoadMapFromCameraTransition(u8 mapGroup, u8 mapNum);
|
||||
void CB2_Overworld(void);
|
||||
void CB2_OverworldBasic(void);
|
||||
void CB2_NewGame(void);
|
||||
@@ -153,7 +153,7 @@ void Overworld_FadeOutMapMusic(void);
|
||||
void CB2_LoadMap(void);
|
||||
bool8 BGMusicStopped(void);
|
||||
bool8 IsMapTypeIndoors(u8 mapType);
|
||||
bool32 sub_8055C9C(void);
|
||||
bool32 Overworld_IsBikingAllowed(void);
|
||||
void Overworld_ResetStateAfterDigEscRope(void);
|
||||
bool32 sub_8058244(void);
|
||||
u8 GetCurrentMapType(void);
|
||||
|
||||
@@ -59,5 +59,7 @@ void sub_8112628(u8 movementActionId);
|
||||
void sub_81126AC(u8 movementActionId, u8 duration);
|
||||
void sub_8112588(u8 localId, u8 mapNum, u8 mapGroup, u8 movementActionId, u8 duration);
|
||||
void sub_8112C9C(void);
|
||||
void sub_8110920(void);
|
||||
void sub_8111708(void);
|
||||
|
||||
#endif //GUARD_QUEST_LOG_H
|
||||
|
||||
+2
-2
@@ -49,10 +49,10 @@ u8 *mapheader_get_tagged_pointer(u8 tag);
|
||||
void mapheader_run_script_by_tag(u8 tag);
|
||||
u8 *mapheader_get_first_match_from_tagged_ptr_list(u8 tag);
|
||||
void RunOnLoadMapScript(void);
|
||||
void mapheader_run_script_with_tag_x3(void);
|
||||
void RunOnTransitionMapScript(void);
|
||||
void mapheader_run_script_with_tag_x5(void);
|
||||
void mapheader_run_script_with_tag_x7(void);
|
||||
void mapheader_run_script_with_tag_x6(void);
|
||||
void RunOnDiveWarpMapScript(void);
|
||||
bool8 TryRunOnFrameMapScript(void);
|
||||
void mapheader_run_first_tag4_script_list_match(void);
|
||||
u32 CalculateRamScriptChecksum(void);
|
||||
|
||||
@@ -15,5 +15,6 @@ u8 sub_810CF54();
|
||||
void sub_810D0D0(void);
|
||||
void sub_810CB90(void);
|
||||
bool8 sub_810C4EC(void);
|
||||
void TryUpdateRandomTrainerRematches(u16 mapGroup, u16 mapNum);
|
||||
|
||||
#endif //GUARD_VS_SEEKER_H
|
||||
|
||||
Reference in New Issue
Block a user