diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-12-31 21:04:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-31 19:04:30 -0700 |
| commit | 2727a5e5ddc3bc439b2d0b7f2e681650b79b2fb5 (patch) | |
| tree | a51e633d236fa6a4467636a2c618b6130552f5ee /src/code_80005FD0.h | |
| parent | c2c00db97d97a28ca3e9c7ce19b431d3914fd590 (diff) | |
Turn loop unrolling back on for code_8006E9C0 (#523)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'src/code_80005FD0.h')
| -rw-r--r-- | src/code_80005FD0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h index 9e925a576..e3a8ffb92 100644 --- a/src/code_80005FD0.h +++ b/src/code_80005FD0.h @@ -250,6 +250,7 @@ void func_8001C42C(void); /* This is where I'd put my static data, if I had any */ +extern UnkCommonTextureStruct0 *D_800DC720[]; // Suspected to be the "width" of each waypoint. See data_0DD0A0_1.s extern f32 D_800DCA4C[]; extern s16 D_800DCA20[]; |
