diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-01-04 20:17:46 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-01-04 20:55:03 -0800 |
| commit | 48fa5b4618f538dbc44525b77142ccea5a0858b8 (patch) | |
| tree | bcafdf49459e2c22aebbdfdce67f90c45ecddddb /src/save.c | |
| parent | 7036ec73af7864e2728016ae931f872373c56e06 (diff) | |
sort out functions.h
Diffstat (limited to 'src/save.c')
| -rw-r--r-- | src/save.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ #include "main.h" #include "functions.h" #include "game.h" +#include "fileselect.h" typedef struct SaveFileStatus { u16 checksum1; @@ -90,7 +91,7 @@ const SaveFileEEPROMAddresses gSaveFileEEPROMAddresses[] = { { 0x500, 0x30, 0x10 { 0x20, 0x60, 0x1060, 0xf80, 0x1f80 }, { 0x8, 0xfa0, 0x1fa0, 0xfa0, 0x1fa0 } }; #endif -void sub_0807CD9C() { +void sub_0807CD9C(void) { UpdateGlobalProgress(); } |
