diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-16 18:26:05 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-16 18:26:05 +0100 |
commit | 6f4ef01cefe01b5c02e963c842f9f1515e12a5dc (patch) | |
tree | 687e3b20899f01884b3053ec9af9556c28041bc8 /arm9/modules | |
parent | 7da64ed729153ceb36a639365de5ae183257426a (diff) |
header weirdness
Diffstat (limited to 'arm9/modules')
-rw-r--r-- | arm9/modules/52/include/module_52.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/52/include/module_52.h b/arm9/modules/52/include/module_52.h index 46caf4e9..4c47a82d 100644 --- a/arm9/modules/52/include/module_52.h +++ b/arm9/modules/52/include/module_52.h @@ -2,7 +2,6 @@ #define POKEDIAMOND_MODULE_52_H #include "global.h" -#include "save_block_2.h" #include "event_data.h" #include "main.h" #include "math_util.h" @@ -10,6 +9,7 @@ #include "overlay_manager.h" #include "player_data.h" #include "sav_system_info.h" +#include "save_block_2.h" #include "unk_02024E64.h" #include "unk_020286F8.h" @@ -39,4 +39,4 @@ struct MOD52_Struct u32 terminator; }; -#endif //POKEDIAMOND_MODULE_52_H
\ No newline at end of file +#endif // POKEDIAMOND_MODULE_52_H
\ No newline at end of file |