Decompile mossdeep hym

This commit is contained in:
DizzyEggg
2018-11-19 17:16:01 +01:00
parent 6a5b20ee8a
commit d22c2110de
19 changed files with 363 additions and 916 deletions
-5
View File
@@ -61,11 +61,6 @@
#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) >= (b) ? (a) : (b))
extern u8 gStringVar1[];
extern u8 gStringVar2[];
extern u8 gStringVar3[];
extern u8 gStringVar4[];
// There are many quirks in the source code which have overarching behavioral differences from
// a number of other files. For example, diploma.c seems to declare rodata before each use while
// other files declare out of order and must be at the beginning. There are also a number of