diff options
author | red031000 <rubenru09@aol.com> | 2020-08-22 21:06:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 21:06:37 +0100 |
commit | 7a6abfe3982d516b39a13a8fd934dbfe8211cfe6 (patch) | |
tree | 0c7a403f7b9680519acb5a0b086ce84e165e503b /include/game_init.h | |
parent | 4ed13afd18de6f0b94d35e83023094efcfec73f5 (diff) | |
parent | dd904623a1ff019bfa6d88b1e178d87676d31320 (diff) |
Merge pull request #266 from PikalaxALT/pikalax_work
Decompile code related to input handling, initialization/runtime, and script string placeholders
Diffstat (limited to 'include/game_init.h')
-rw-r--r-- | include/game_init.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/include/game_init.h b/include/game_init.h new file mode 100644 index 00000000..7a6e34fb --- /dev/null +++ b/include/game_init.h @@ -0,0 +1,34 @@ +#ifndef POKEDIAMOND_GAME_INIT_H +#define POKEDIAMOND_GAME_INIT_H + +#include "main.h" + +void FUN_02015EA0(void); +void FUN_02015ED4(void); +void FUN_02015EF4(void); +void Main_SetVBlankIntrCB(void (*a0)(void *), void * a1); +void FUN_02015F1C(void); +BOOL FUN_02015F34(void (*a0)(void *), void * a1); +void FUN_02015F6C(void); +void Main_HBlankIntr(BOOL a0); +void FUN_02015FC8(void); +void InitSystemForTheGame(void); +void InitGraphicMemory(void); +void * FUN_020161A4(u32 heap_id, const char * path); +void FUN_020161F8(const char * path, void ** ptr); +u32 FUN_02016230(const s8 * str); +int FUN_020162A0(u32 a0); +int FUN_020162C8(void * a0, u32 a1); +void FUN_020162FC(void); +void * FUN_02016324(const s8 * str, u32 heap_id); +void FUN_020163BC(void); +void FUN_02016438(u8 a0); +void FUN_02016444(u8 a0); +void FUN_02016454(u8 a0); +void FUN_02016464(void); +void FUN_02016568(void); +void FUN_0201669C(int x, int y); +void FUN_020166A8(u8 a0); +void FUN_020166B8(u8 a0); + +#endif //POKEDIAMOND_GAME_INIT_H |