diff options
| author | Henny022p <info@henny022.de> | 2023-08-02 20:50:18 +0200 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-08-02 20:50:18 +0200 |
| commit | bc2201598711ba1980789384e0c79c3593cd25f0 (patch) | |
| tree | 11d6e5add498a9927a59d985c66ddcc48e461cce /src/subtask/subtaskFastTravel.c | |
| parent | 064bc43e78760b8d55d6cd4653d2b926aaea4958 (diff) | |
SaveFile cleanup part 1
Diffstat (limited to 'src/subtask/subtaskFastTravel.c')
| -rw-r--r-- | src/subtask/subtaskFastTravel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtask/subtaskFastTravel.c b/src/subtask/subtaskFastTravel.c index 0f657cb7..6e4749e6 100644 --- a/src/subtask/subtaskFastTravel.c +++ b/src/subtask/subtaskFastTravel.c @@ -168,7 +168,7 @@ void sub_080A6E70(void) { DrawDirect(DRAW_DIRECT_SPRITE_INDEX, frameIndex); for (i = 0; i < 8; i++) { - if ((gSave.windcrests & (1 << (i + 0x18))) != 0) { + if (IS_BIT_SET(gSave.windcrests, i + 24)) { sub_080A6EE0(i); DrawDirect(DRAW_DIRECT_SPRITE_INDEX, 0x5c); } |
