diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-11-27 10:57:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 10:57:55 -0500 |
commit | 7377bc438bcf9b0c1bfa4478d6ab794ad8cdde89 (patch) | |
tree | 52059329ca6c9ceb78bba90a1d616c0e99f5a4e1 /include/graphics.h | |
parent | 46a95255343f1f76c8200f52b861a9b7659fd6b1 (diff) | |
parent | 06b6853fb8526d873f7be0435363fd9c148e5d5e (diff) |
Merge pull request #373 from V-FEXrt/farfetchd
Rename farfetchd graphics to match define
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 35ef29391..04cafced8 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4486,7 +4486,7 @@ extern const u8 gMonIcon_Slowpoke[]; extern const u8 gMonIcon_Slowbro[]; extern const u8 gMonIcon_Magnemite[]; extern const u8 gMonIcon_Magneton[]; -extern const u8 gMonIcon_Farfetch_d[]; +extern const u8 gMonIcon_Farfetchd[]; extern const u8 gMonIcon_Doduo[]; extern const u8 gMonIcon_Dodrio[]; extern const u8 gMonIcon_Seel[]; |