diff options
author | Ashley Coleman <me@ashleycoleman.me> | 2020-11-26 11:26:05 -0800 |
---|---|---|
committer | Ashley Coleman <me@ashleycoleman.me> | 2020-11-26 11:26:05 -0800 |
commit | 06b6853fb8526d873f7be0435363fd9c148e5d5e (patch) | |
tree | 52059329ca6c9ceb78bba90a1d616c0e99f5a4e1 /include/graphics.h | |
parent | 46a95255343f1f76c8200f52b861a9b7659fd6b1 (diff) |
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[]; |