mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-27 18:53:13 -05:00
Resolve review comments
This commit is contained in:
parent
f8e911bcf5
commit
855b7780d9
File diff suppressed because it is too large
Load Diff
|
|
@ -479,7 +479,7 @@ SECTIONS {
|
|||
src/mail.o(.rodata);
|
||||
src/heal_location.o(.rodata);
|
||||
src/region_map.o(.rodata);
|
||||
data/image_processing_effects.o(.rodata);
|
||||
src/image_processing_effects.o(.rodata);
|
||||
src/battle_ai_script_commands.o(.rodata);
|
||||
data/fldeff_flash.o(.rodata);
|
||||
src/field_specials.o(.rodata);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -40,12 +40,9 @@ struct UnkStruct_20399D4
|
|||
bool8 regionMapPermissions[4];
|
||||
u8 field_479B;
|
||||
u8 field_479C;
|
||||
u8 filler_479D[3];
|
||||
u8 field_47A0;
|
||||
u8 filler_47A1[3];
|
||||
u8 field_47A4;
|
||||
u8 filler_47A5[3];
|
||||
u8 field_47A8;
|
||||
u8 ALIGNED(4) field_47A0;
|
||||
u8 ALIGNED(4) field_47A4;
|
||||
u8 ALIGNED(4) field_47A8;
|
||||
u16 field_47AA;
|
||||
u16 field_47AC;
|
||||
u16 field_47AE;
|
||||
|
|
@ -300,8 +297,8 @@ static void sub_80C41D8(u16 a0, u16 a1);
|
|||
static void sub_80C4244(void);
|
||||
static void sub_80C4324(bool8 a0);
|
||||
static void sub_80C4348(void);
|
||||
static u16 sub_80C4380();
|
||||
static u16 sub_80C438C();
|
||||
static u16 sub_80C4380(void);
|
||||
static u16 sub_80C438C(void);
|
||||
static void sub_80C4398(u8 a0, u8 taskId, TaskFunc taskFunc);
|
||||
static void sub_80C440C(u8 taskId);
|
||||
static void sub_80C44E4(u8 taskId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user