This commit is contained in:
Llinos Evans 2025-07-25 17:31:12 +01:00
parent 178cfd2f2d
commit 919250bd73
67 changed files with 94 additions and 1035 deletions

View file

@ -181,7 +181,6 @@ ENDM
command startloop ; ae
command curl ; af
command coinhurlpower
command doubleunderwaterdamage
DEF NUM_EFFECT_COMMANDS EQU const_value - 1
const_def -1, -1

View file

@ -1054,30 +1054,6 @@ MACRO getname
db \1 ; memory
ENDM
; divemap macro.
; When adding a divemap to an area, you do it like so;
; callback MAPCALLBACK_NEWMAP, .DiveMap
;.DiveMap:
; divemap MAPCONSTHERE
; return
; Got it?
const divemap_command
MACRO divemap
if _NARG == 1
divemap \1, 0, 0
else
db divemap_command
map_id \1 ; map
db \2 ; delta x
db \3 ; delta y
endc
ENDM
const divewarp_command
MACRO divewarp
db divewarp_command
ENDM
const wait_command ; $a8
MACRO wait
db wait_command