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 7884b88 commit 724bf17
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions macros/legacy.asm
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,14 @@ DEF anim_playerheadobj EQUS "anim_battlergfx_1row"
DEF anim_clearsprites EQUS "anim_keepsprites"

; macros/scripts/oam_anims.asm
DEF frame EQUS "oamframe"
DEF endanim EQUS "oamend"
DEF frame EQUS "oamframe"
DEF endanim EQUS "oamend"
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 724bf17

Please sign in to comment.