From 5c065d8eec653b111310ff966761c5ca740a2f22 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 2 Jul 2020 13:53:51 -0400 Subject: Comment GetMonBaseStat arg values --- include/constants/pokemon.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 0f9ba25c..c83847c6 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -316,10 +316,10 @@ enum BaseStat { BASE_GREAT_MARSH_RATE, BASE_COLOR, BASE_FLIP, - BASE_UNKNOWN_29, - BASE_UNKNOWN_30, - BASE_UNKNOWN_31, - BASE_UNKNOWN_32, + BASE_TMHM_1, + BASE_TMHM_2, + BASE_TMHM_3, + BASE_TMHM_4, }; typedef enum { -- cgit v1.2.3