diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-04-18 22:31:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 22:31:05 -0600 |
| commit | eda4a3f1173d1b129ca765464eafb9fe6760e785 (patch) | |
| tree | 713cbde0035faf16423cd17fa77a930adf4ada95 /src/main.h | |
| parent | da05f2e245ae98704373d4294b954fa4d13d074c (diff) | |
Various documentation (#309)
* Various matches
* Various documentation
* fix
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 8f0c20067..1bd5f0add 100644 --- a/src/main.h +++ b/src/main.h @@ -121,7 +121,7 @@ extern u16 gIsInQuitToMenuTransition; extern s32 D_8015F788; -extern s16 D_801625E8; +extern s16 gDebugPathCount; extern struct UnkStruct_800DC5EC *D_800DC5EC; extern u16 D_800DC5B0; |
