diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-07 20:00:24 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-07 20:00:24 -0400 |
commit | 1f0b578ced3cd4fbde3b71fd211cfa7be109010e (patch) | |
tree | 330f58b9388896152b0c51c8f2d25d5dcaa7023d /constants/pokemon_data_constants.asm | |
parent | 6f11782f6313138b8dbf8e221d0bf714a19873ec (diff) |
MON_PKRUS -> MON_POKERUS
Diffstat (limited to 'constants/pokemon_data_constants.asm')
-rw-r--r-- | constants/pokemon_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 12670215..64ddc565 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -89,7 +89,7 @@ MON_SPC_EXP rw MON_DVS rw MON_PP rb NUM_MOVES MON_HAPPINESS rb -MON_PKRUS rb +MON_POKERUS rb rb_skip 2 MON_LEVEL rb BOXMON_STRUCT_LENGTH EQU _RS |