diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-26 22:07:54 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2020-08-26 22:07:54 -0700 |
commit | e7a40439106607c371982deac943a93789a3be5c (patch) | |
tree | e61b00276ff1252617fb2da55c58703978ac5678 /arm9/src/unk_02015CC0.c | |
parent | ac696c3c3921ad89bf0e98043f9e03a25af9094e (diff) |
Decompile rest of script_pokemon_util.
Diffstat (limited to 'arm9/src/unk_02015CC0.c')
-rw-r--r-- | arm9/src/unk_02015CC0.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arm9/src/unk_02015CC0.c b/arm9/src/unk_02015CC0.c index 5da221d0..d068fd12 100644 --- a/arm9/src/unk_02015CC0.c +++ b/arm9/src/unk_02015CC0.c @@ -1,12 +1,13 @@ #include "global.h" #include "unk_02015CC0.h" +#include "constants/map_sections.h" #pragma thumb on const u16 UNK_020ED72C[] = { - 0, - 2000, - 3000 + 0, + METLOC_DAY_CARE_COUPLE, + METLOC_LOVELY_PLACE }; int FUN_02015CC0(u16 a0) |