Skip to content

Commit

Permalink
Add checkcurl to legacy macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 25, 2024
1 parent d323aa8 commit fd64d7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions macros/legacy.asm
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,11 @@ DEF anim_clearsprites EQUS "anim_keepsprites"

; macros/scripts/oam_anims.asm
DEF dorestart EQUS "oamrestart"
DEF dowait EQUS "oamwait"
DEF delanim EQUS "oamdel"
DEF dowait EQUS "oamwait"
DEF delanim EQUS "oamdel"

; macros/scripts/battle_commands.asm
DEF checkcurl EQUS "checkrollout"

; engine/events/std_scripts.asm
DEF pokecenternurse EQUS "PokecenterNurseScript"
Expand Down

0 comments on commit fd64d7e

Please sign in to comment.