through sub_810C96C
This commit is contained in:
@@ -372,6 +372,9 @@ extern const u8 SecretBase_RedCave1_Text_274E75[];
|
||||
extern const u8 SecretBase_RedCave1_Text_2751E1[];
|
||||
extern const u8 SecretBase_RedCave1_Text_2754F6[];
|
||||
extern const u8 SecretBase_RedCave1_Text_2758CC[];
|
||||
|
||||
// vs_seeker
|
||||
extern const u8 gUnknown_81C137C[];
|
||||
extern const u8 gUnknown_81C13D6[];
|
||||
extern const u8 gUnknown_81C1429[];
|
||||
#endif //GUARD_EVENT_SCRIPTS_H
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
#define GUARD_FIELD_SPECIALS_H
|
||||
|
||||
u8 GetLeadMonIndex(void);
|
||||
void TV_PrintIntToStringVar(u8, int);
|
||||
|
||||
#endif // GUARD_FIELD_SPECIALS_H
|
||||
|
||||
+3
-1
@@ -480,7 +480,9 @@ struct SaveBlock1
|
||||
/*0x14*/ struct WarpData warp2;
|
||||
/*0x1C*/ struct WarpData lastHealLocation;
|
||||
/*0x24*/ struct WarpData warp4;
|
||||
/*0x002C*/ u8 filler2C[0x674];
|
||||
/*0x002C*/ u8 filler2C[0x60C];
|
||||
/*0x638*/ u8 trainerRematchStepCounter;
|
||||
/*0x639*/ u8 trainerRematches[100];
|
||||
/*0x06A0*/ struct MapObject mapObjects[MAP_OBJECTS_COUNT];
|
||||
/*0x08E0*/ struct MapObjectTemplate mapObjectTemplates[64];
|
||||
/*0x0EE0*/ u8 fillerEE0[0x273C];
|
||||
|
||||
@@ -7,5 +7,6 @@ bool8 sub_809847C(void);
|
||||
void LockSelectedMapObject(void);
|
||||
void sub_8098630(void);
|
||||
bool8 sub_8098734(void);
|
||||
void sub_80696C0(void);
|
||||
|
||||
#endif // GUARD_MAP_OBJ_LOCK_H
|
||||
|
||||
@@ -15,5 +15,6 @@ void sub_8197434(u8 a0, u8 a1);
|
||||
void SetStandardWindowBorderStyle(u8 a0, u8 a1);
|
||||
void sub_8197930(void);
|
||||
u8 GetPlayerTextSpeed(void);
|
||||
void sub_80F6F54(u8, u8);
|
||||
|
||||
#endif // GUARD_NEW_MENU_HELPERS_H
|
||||
|
||||
Reference in New Issue
Block a user