diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-05-06 13:48:04 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-05-06 13:48:04 +0200 |
commit | acdb3020359de30ccde3bd1227883902b18b60a9 (patch) | |
tree | dea75336bac86e9c6361656d8ab8439fea9c82ec /macros | |
parent | c82deab86fc984b6af4686d88b42042be4f6cd9e (diff) |
Fix rest of the givepokeitem/checkpokeitem references
Diffstat (limited to 'macros')
-rw-r--r-- | macros/legacy.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm index a139e02b4..9e452da28 100644 --- a/macros/legacy.asm +++ b/macros/legacy.asm @@ -51,6 +51,8 @@ reloadmapmusic EQUS "dontrestartmapmusic" resetfuncs EQUS "endall" storetext EQUS "battletowertext" displaylocation EQUS "landmarktotext" +givepokeitem EQUS "givepokemail" +checkpokeitem EQUS "checkpokemail" ; macros/scripts/maps.asm |