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/kinstone.c | |
| parent | 064bc43e78760b8d55d6cd4653d2b926aaea4958 (diff) | |
SaveFile cleanup part 1
Diffstat (limited to 'src/kinstone.c')
| -rw-r--r-- | src/kinstone.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kinstone.c b/src/kinstone.c index 1dff20c6..936d07aa 100644 --- a/src/kinstone.c +++ b/src/kinstone.c @@ -180,8 +180,7 @@ void GenerateAreaHint(void) { gPlayerState.queued_action = PLAYER_TALKEZLO; #if defined(EU) || defined(JP) - // TODO what fields of the room transition are switched in these variants? - gRoomTransition.field_0x2c[7] = 0; + gRoomTransition.hint_heightEU = 0; #else gRoomTransition.hint_height = 0; #endif |
