diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 22:48:26 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-06 22:48:26 -0600 |
commit | 393e6e9eb0d558af0f7ed610c8874fd7c071878b (patch) | |
tree | 477e4c485beb391ff686eb6500be1bd1bd55c518 /data | |
parent | d9b1ef43a69d9c33791719d8f510ee5be048a7d0 (diff) |
Fixed typo with Munchlax
Diffstat (limited to 'data')
-rw-r--r-- | data/data_810AE24.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/data_810AE24.s b/data/data_810AE24.s index e106071..11903f9 100644 --- a/data/data_810AE24.s +++ b/data/data_810AE24.s @@ -126,7 +126,7 @@ gAdventureLogText: @ 810B04C .4byte BrokeCurse_810B3C4 .4byte TeamBaseDone_810B3A0 .4byte Smeargle_810B38C -.4byte SpottedMunclax_810B378 +.4byte SpottedMunchlax_810B378 .4byte NumMoves_810B360 .4byte NumFriendRescues_810B33C .4byte NumPokemonEvolved_810B324 @@ -278,8 +278,8 @@ NumMoves_810B360: .string "$d0 moves were learned.\0" .align 2,0 -.global SpottedMunclax_810B378 -SpottedMunclax_810B378: +.global SpottedMunchlax_810B378 +SpottedMunchlax_810B378: .string "Spotted Munchlax.\0" .align 2,0 |