diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-01-31 21:09:12 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-04 11:07:16 -0500 |
commit | d482dc28f4c0f1519fb4a006d9f0cfb58c0c02ff (patch) | |
tree | c4e5fec0f3393ae75cb5fce96bd6ea73c7839fda /data/pokemon/base_stats/onix.asm | |
parent | b1c85486283274fbd1dd9072116ab1bb034e7756 (diff) |
Identify four padding bytes in base data as beta front/back pic pointers
Diffstat (limited to 'data/pokemon/base_stats/onix.asm')
-rw-r--r-- | data/pokemon/base_stats/onix.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokemon/base_stats/onix.asm b/data/pokemon/base_stats/onix.asm index 6b3183e97..452454cf7 100644 --- a/data/pokemon/base_stats/onix.asm +++ b/data/pokemon/base_stats/onix.asm @@ -12,7 +12,7 @@ db 25 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/onix/front.dimensions" - db 0, 0, 0, 0 ; padding + dw NULL, NULL ; unused (beta front/back pics) db GROWTH_MEDIUM_FAST ; growth rate dn EGG_MINERAL, EGG_MINERAL ; egg groups |