summaryrefslogtreecommitdiff
path: root/src/mori_debug_menu.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-04 03:35:28 -0800
committerYamaArashi <shadow962@live.com>2016-12-04 03:35:28 -0800
commit087d746c8bf066013a42f450d77abb39f81b9abb (patch)
tree152aa79f924fa71355f30a712753aebba5e56653 /src/mori_debug_menu.c
parent4ceea5913e430464ccde4ac17b050a8faff5f97c (diff)
parent97f58f823c6cfc031e48fd30d84bcbfeb667c881 (diff)
Merge branch 'clean/warnings-1' of https://github.com/marijnvdwerf/pokeruby into marijnvdwerf-clean/warnings-1
Diffstat (limited to 'src/mori_debug_menu.c')
-rw-r--r--src/mori_debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mori_debug_menu.c b/src/mori_debug_menu.c
index fd253d0a6..fbb796ca4 100644
--- a/src/mori_debug_menu.c
+++ b/src/mori_debug_menu.c
@@ -105,7 +105,7 @@ s8 MoriDebugMenu_BreedEgg(void)
s8 MoriDebugMenu_LongName(void)
{
- SetMonData(gPlayerParty, 2, &gUnknown_0839B257);
+ SetMonData(gPlayerParty, MON_DATA_NICKNAME, gUnknown_0839B257);
sub_8071C20();
return 1;
}