diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-12-29 12:54:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-29 10:54:39 -0700 |
| commit | a38d338bf0f01774d756a8eeda3eecb5eb65535d (patch) | |
| tree | 10d2e37e5177ce283256708e2398711e21c5d560 /include | |
| parent | c89b4f6fe72ed46495562e03d6e52428570b31fc (diff) | |
Some matches in code_80005FD0 (#517)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/waypoints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/waypoints.h b/include/waypoints.h index f5340ccf4..c61e97312 100644 --- a/include/waypoints.h +++ b/include/waypoints.h @@ -52,7 +52,7 @@ extern TrackWaypoint *D_801631D4; // Shadows values from D_80164580 extern s16 *D_801631D8; // Shadows values from D_80164590 -extern u16 *D_801631DC; +extern s16 *D_801631DC; // Shadowd values from gWaypointCountByPathIndex extern u16 D_80164430; // Shadows values from D_80164550 |
