diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-10-27 22:00:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 20:00:52 -0600 |
| commit | 716b92626025c092da3a65ff4e66d83a2510d906 (patch) | |
| tree | 379c68eca0c9bf25e965c5c9496fdfaaff24e905 /src/code_8006E9C0.c | |
| parent | 6e9f0ae130967c9252be9232b2ab2f70c8b0f384 (diff) | |
Place variables from data_0DD0A0 to code_800029B0 (#477)
They match when placed there, although its not immediately clear
that they truly belong there. But a match is a match.
Also cleaned up a bunch of .h files that had references to the
newly matched variables.
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'src/code_8006E9C0.c')
| -rw-r--r-- | src/code_8006E9C0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8006E9C0.c b/src/code_8006E9C0.c index 315a0f49f..974c60e71 100644 --- a/src/code_8006E9C0.c +++ b/src/code_8006E9C0.c @@ -3,6 +3,7 @@ #include <memory.h> #include <defines.h> +#include "code_800029B0.h" #include "code_8006E9C0.h" #include "code_80071F00.h" #include "objects.h" @@ -463,7 +464,6 @@ block_26: GLOBAL_ASM("asm/non_matchings/code_8006E9C0/func_8006F008.s") #endif -extern u16 gIsGamePaused; extern s8 D_801657E4; extern bool8 D_801657E6; extern bool8 D_801657E8; |
