summaryrefslogtreecommitdiff
path: root/src/playerUtils.c
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2023-08-02 22:32:17 +0200
committerHenny022p <info@henny022.de>2023-08-02 22:32:17 +0200
commit83d710a413d6a72117b32c35f7195e4e0dcab8d4 (patch)
treec1d30286c9b99af7500c4f8963a2ba58053bf5c8 /src/playerUtils.c
parentea30d2264bf578767f12262105be5d0c3b6a75ef (diff)
clean up hint_height version mess
Diffstat (limited to 'src/playerUtils.c')
-rw-r--r--src/playerUtils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/playerUtils.c b/src/playerUtils.c
index 0e3802eb..7514488c 100644
--- a/src/playerUtils.c
+++ b/src/playerUtils.c
@@ -1288,11 +1288,7 @@ void SetPlayerControl(PlayerControlMode mode) {
void CreateEzloHint(u32 hintId, u32 hintHeight) {
gPlayerState.queued_action = PLAYER_TALKEZLO;
gRoomTransition.hint_idx = hintId;
-#if defined(EU) || defined(JP)
- gRoomTransition.hint_heightEU = hintHeight;
-#else
gRoomTransition.hint_height = hintHeight;
-#endif
}
void sub_08078AC0(u32 param_1, u32 param_2, u32 param_3) {