diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 19:23:01 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 19:23:01 -0500 |
| commit | 60add76ee7b74fac4067feb0451eac2b8cf35a03 (patch) | |
| tree | 6248ec6fdc12e41432e2e20cec9a7bde73fe2e04 /data/special_pointers.asm | |
| parent | cbd423ec0826919a58f0661955bd565d256bdcf1 (diff) | |
* Remove rept 4 (fa3192e)
* FindGreaterThanThatLevel -> FindAboveLevel (132fe46)
* More meaningful egg group names (0eeb00d)
Diffstat (limited to 'data/special_pointers.asm')
| -rw-r--r-- | data/special_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/special_pointers.asm b/data/special_pointers.asm index 5ebde7dc0..50e52246e 100644 --- a/data/special_pointers.asm +++ b/data/special_pointers.asm @@ -75,7 +75,7 @@ SpecialsPointers:: ; c029 add_special RestartMapMusic ; bank 0 add_special HealMachineAnim add_special SurfStartStep - add_special FindPartyMonGreaterThanThatLevel ; $40 + add_special FindPartyMonAboveLevel ; $40 add_special FindPartyMonAtLeastThatHappy add_special FindPartyMonThatSpecies add_special FindPartyMonThatSpeciesYourTrainerID |
