summaryrefslogtreecommitdiff
path: root/src/battle_controller_safari.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-15 02:04:01 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-15 02:22:24 -0400
commit62abcecc54ac810dc082e5e822be4796a5064ece (patch)
treeea79fccbe0bc68db7ad69433a40b48ea71fd0d61 /src/battle_controller_safari.c
parentc4ef45c161ef0d51478476a916010c619e94a732 (diff)
More usage of DISPLAY constants
Diffstat (limited to 'src/battle_controller_safari.c')
-rw-r--r--src/battle_controller_safari.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_safari.c b/src/battle_controller_safari.c
index 0fdf32fb6..5d8b46ebd 100644
--- a/src/battle_controller_safari.c
+++ b/src/battle_controller_safari.c
@@ -442,7 +442,7 @@ static void HandleChooseActionAfterDma3(void)
if (!IsDma3ManagerBusyWithBgCopy())
{
gBattle_BG0_X = 0;
- gBattle_BG0_Y = 160;
+ gBattle_BG0_Y = DISPLAY_HEIGHT;
gBattlerControllerFuncs[gActiveBattler] = HandleInputChooseAction;
}
}