diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-25 14:25:37 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-25 19:02:36 -0400 |
commit | 6c3000efd2818f8d5cb0a01770d1b92991b80340 (patch) | |
tree | 38d458d3ff19039cd865998bb122666b943e91d6 /engine/specials.asm | |
parent | 432df825d4039a44a49fff01ef843395ab5abb3d (diff) |
Macro update, roam mon annotations
Updated map and mapgroup macros to get around an rgbds bug.
Legendary beast locale handling annotated and relabeled.
Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags.
Diffstat (limited to 'engine/specials.asm')
-rw-r--r-- | engine/specials.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/specials.asm b/engine/specials.asm index d91692786..945282462 100644 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -111,8 +111,8 @@ SpecialsPointers:: ; c029 add_special Functionc2da add_special GetFirstPokemonHappiness add_special CheckFirstMonIsEgg - add_special Function2a4ab - add_special Function2a51f + add_special RandomPhoneRareWildMon + add_special RandomPhoneWildMon add_special RandomPhoneMon add_special RunCallback_04 add_special Functionfb841 |