diff options
| author | dannye <33dannye@gmail.com> | 2021-06-11 17:44:59 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-06-11 17:44:59 -0500 |
| commit | d5262b8b07335cc89289d9443ee9501579d1170a (patch) | |
| tree | 09d6939914e5b4003098d351ffd99239b7abe644 /src/constants | |
| parent | 786574f7dde16b756ef6ae81e17a58d65bbb2888 (diff) | |
Fix Ninetales typos
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/card_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/card_constants.asm b/src/constants/card_constants.asm index a079f72..2e7fa84 100644 --- a/src/constants/card_constants.asm +++ b/src/constants/card_constants.asm @@ -50,8 +50,8 @@ const CHARMELEON ; $31 const CHARIZARD ; $32 const VULPIX ; $33 - const NINETAILS1 ; $34 - const NINETAILS2 ; $35 + const NINETALES1 ; $34 + const NINETALES2 ; $35 const GROWLITHE ; $36 const ARCANINE1 ; $37 const ARCANINE2 ; $38 |
