diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-17 03:55:32 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-17 04:00:22 -0600 |
commit | 1605f6253564e4e5f67dd295a1ac70145e5c1c9d (patch) | |
tree | a1360fe2cc063b73880edce3dc8de0b96fe432a3 /src/hall_of_fame.c | |
parent | bc4bb5b32e68d225bd714dc36e24a75bc6c3cab4 (diff) |
Decompile credits
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index d40e212bb..83df30d05 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -369,7 +369,7 @@ static const struct HallofFameMon sDummyFameMon = 0x3EA03EA, 0, 0, 0, {0} }; -static const u8 sUnused2[6] = {2, 1, 3, 6, 4, 5}; +static const u8 sUnused2[] = {2, 1, 3, 6, 4, 5, 0, 0}; // code static void VBlankCB_HallOfFame(void) |