mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-01 09:22:53 -04:00
Fix arguments for if_chr_same_floor_distance_to_pad_lt
This commit is contained in:
@@ -4334,11 +4334,11 @@
|
||||
* Gets the distance from chr to pad, but only if they are on the same floor
|
||||
* (ie. Y difference is less than 150).
|
||||
*/
|
||||
#define if_chr_same_floor_distance_to_pad_lt(chr, pad, distance, label) \
|
||||
#define if_chr_same_floor_distance_to_pad_lt(chr, distance, pad, label) \
|
||||
mkshort(0x01df), \
|
||||
chr, \
|
||||
mkshort(pad), \
|
||||
mkshort(distance / 10), \
|
||||
mkshort(pad), \
|
||||
label,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user