Skip to content

Commit fd64d7e

Browse files
committed
Add checkcurl to legacy macros
1 parent d323aa8 commit fd64d7e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

macros/legacy.asm

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,11 @@ DEF anim_clearsprites EQUS "anim_keepsprites"
353353

354354
; macros/scripts/oam_anims.asm
355355
DEF dorestart EQUS "oamrestart"
356-
DEF dowait EQUS "oamwait"
357-
DEF delanim EQUS "oamdel"
356+
DEF dowait EQUS "oamwait"
357+
DEF delanim EQUS "oamdel"
358+
359+
; macros/scripts/battle_commands.asm
360+
DEF checkcurl EQUS "checkrollout"
358361

359362
; engine/events/std_scripts.asm
360363
DEF pokecenternurse EQUS "PokecenterNurseScript"

0 commit comments

Comments
 (0)