diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-08-19 13:26:22 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-08-19 13:26:22 -0500 |
commit | bbe876153c2a0903a30b37734874bf63ca6d8a10 (patch) | |
tree | 7efa03650e784e7ff6ac7d479b5315194a4081fb /src/battle/post_battle_event_funcs.c | |
parent | 300f2274f381b5a700b6a67847c3b9f97c67a541 (diff) | |
parent | c2218920d57c883dc83078c2d1d7cf3af82babbb (diff) |
Merge remote-tracking branch 'upstream/master' into ice
Diffstat (limited to 'src/battle/post_battle_event_funcs.c')
-rw-r--r-- | src/battle/post_battle_event_funcs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/battle/post_battle_event_funcs.c b/src/battle/post_battle_event_funcs.c index a44cf028b..d0fbbec85 100644 --- a/src/battle/post_battle_event_funcs.c +++ b/src/battle/post_battle_event_funcs.c @@ -6,6 +6,7 @@ #include "pokemon.h" #include "overworld.h" #include "script_pokemon_80C4.h" +#include "constants/heal_locations.h" extern u8 gUnknown_02039324; @@ -32,9 +33,9 @@ int GameClear(void) SetSecretBase2Field_9(); if (gSaveBlock2.playerGender == MALE) - sub_80537CC(1); + sub_80537CC(HEAL_LOCATION_LITTLEROOT_TOWN_BRENDANS_HOUSE_2F); else - sub_80537CC(2); + sub_80537CC(HEAL_LOCATION_LITTLEROOT_TOWN_MAYS_HOUSE_2F); ribbonGet = FALSE; |