diff options
| author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-07 20:16:19 +0800 |
|---|---|---|
| committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-07 20:18:24 +0800 |
| commit | 4fc3fa9e44fb3de091b5e1b157915e1b8fb6510b (patch) | |
| tree | e0f76d6265e5f7a83ee68cc8ec67b33e6a49c29e /src/data/pokemon_graphics | |
| parent | f9ff7316d5c7277eb7482e30121388cd65f4ecfc (diff) | |
Realign comments, clean tables in pokemon_animation.c and use SPECIES_OLD_UNOWN_ defines
Diffstat (limited to 'src/data/pokemon_graphics')
| -rw-r--r-- | src/data/pokemon_graphics/enemy_mon_elevation.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/data/pokemon_graphics/enemy_mon_elevation.h b/src/data/pokemon_graphics/enemy_mon_elevation.h index 61fd943a2..c8f079a5c 100644 --- a/src/data/pokemon_graphics/enemy_mon_elevation.h +++ b/src/data/pokemon_graphics/enemy_mon_elevation.h @@ -256,31 +256,31 @@ const u8 gEnemyMonElevation[] = [SPECIES_LUGIA] = 6, [SPECIES_HO_OH] = 6, [SPECIES_CELEBI] = 15, - [252] = 0, - [253] = 0, - [254] = 0, - [255] = 0, - [256] = 0, - [257] = 0, - [258] = 0, - [259] = 0, - [260] = 0, - [261] = 0, - [262] = 0, - [263] = 0, - [264] = 0, - [265] = 0, - [266] = 0, - [267] = 0, - [268] = 0, - [269] = 0, - [270] = 0, - [271] = 0, - [272] = 0, - [273] = 0, - [274] = 0, - [275] = 0, - [276] = 0, + [SPECIES_OLD_UNOWN_B] = 0, + [SPECIES_OLD_UNOWN_C] = 0, + [SPECIES_OLD_UNOWN_D] = 0, + [SPECIES_OLD_UNOWN_E] = 0, + [SPECIES_OLD_UNOWN_F] = 0, + [SPECIES_OLD_UNOWN_G] = 0, + [SPECIES_OLD_UNOWN_H] = 0, + [SPECIES_OLD_UNOWN_I] = 0, + [SPECIES_OLD_UNOWN_J] = 0, + [SPECIES_OLD_UNOWN_K] = 0, + [SPECIES_OLD_UNOWN_L] = 0, + [SPECIES_OLD_UNOWN_M] = 0, + [SPECIES_OLD_UNOWN_N] = 0, + [SPECIES_OLD_UNOWN_O] = 0, + [SPECIES_OLD_UNOWN_P] = 0, + [SPECIES_OLD_UNOWN_Q] = 0, + [SPECIES_OLD_UNOWN_R] = 0, + [SPECIES_OLD_UNOWN_S] = 0, + [SPECIES_OLD_UNOWN_T] = 0, + [SPECIES_OLD_UNOWN_U] = 0, + [SPECIES_OLD_UNOWN_V] = 0, + [SPECIES_OLD_UNOWN_W] = 0, + [SPECIES_OLD_UNOWN_X] = 0, + [SPECIES_OLD_UNOWN_Y] = 0, + [SPECIES_OLD_UNOWN_Z] = 0, [SPECIES_TREECKO] = 0, [SPECIES_GROVYLE] = 0, [SPECIES_SCEPTILE] = 0, |
