diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-20 15:43:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-20 15:43:10 -0500 |
commit | 510a5b8d350fd093ca45baad878c4c67314d5812 (patch) | |
tree | e79e07eacfe55a28c17d2c522e03fc2db209e580 /src/menu2.c | |
parent | 9f604fe56c83a904c3c2eeeede3d8b73cb6f94a1 (diff) | |
parent | d6741335d61fe61cfbfff5f7ae88059502d1f63b (diff) |
Merge pull request #193 from PikalaxALT/leafgreen
Match Pokemon LeafGreen 1.0
Diffstat (limited to 'src/menu2.c')
-rw-r--r-- | src/menu2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/menu2.c b/src/menu2.c index 221f84318..1957715b2 100644 --- a/src/menu2.c +++ b/src/menu2.c @@ -419,7 +419,11 @@ static const u8 gUnknown_845FD54[][5] = { [SPECIES_LATIAS - 1] = {0x1e, 0x0c, 0x10, 0x23, 0x19}, [SPECIES_LATIOS - 1] = {0x05, 0x0e, 0x10, 0x05, 0x1d}, [SPECIES_JIRACHI - 1] = {0x1c, 0x15, 0x08, 0x1e, 0x22}, +#if defined(FIRERED) [SPECIES_DEOXYS - 1] = {0x1b, 0x08, 0x28, 0x1c, 0x16}, +#elif defined(LEAFGREEN) + [SPECIES_DEOXYS - 1] = {0x1a, 0x09, 0x28, 0x1a, 0x17}, +#endif [SPECIES_CHIMECHO - 1] = {0x1d, 0x0c, 0x08, 0x1c, 0x1a}, [SPECIES_OLD_UNOWN_EMARK - 1] = {0x20, 0x21, 0x08, 0x20, 0x2b}, [SPECIES_OLD_UNOWN_QMARK - 1] = {0x20, 0x23, 0x08, 0x20, 0x2d} |