summaryrefslogtreecommitdiff
path: root/src/pokemon_summary_screen.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-10-26 13:47:14 -0500
committercamthesaxman <cameronghall@cox.net>2017-10-26 13:47:14 -0500
commit5ea2f463d71d0bc2663e70a553557de0ccf40eef (patch)
treee702c9204f8f6e11d5b6576bc6d0311c0fe6f73f /src/pokemon_summary_screen.c
parent1bb931245b5030746b7150e3965520954d0068a7 (diff)
also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constants
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rwxr-xr-xsrc/pokemon_summary_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c
index b3682825d..838e91d90 100755
--- a/src/pokemon_summary_screen.c
+++ b/src/pokemon_summary_screen.c
@@ -720,7 +720,7 @@ bool8 sub_81C00F0(struct Pokemon *a)
sum->def = GetMonData(a, MON_DATA_DEF2);
sum->spatk = GetMonData(a, MON_DATA_SPATK2);
sum->spdef = GetMonData(a, MON_DATA_SPDEF2);
- sum->speed = GetMonData(a, MON_DATA_SPD2);
+ sum->speed = GetMonData(a, MON_DATA_SPEED2);
}
break;
case 3: