diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-25 06:10:52 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-25 17:05:08 -0400 |
commit | b16e8fd69500828d86be67fe0f5e4165cd4e6411 (patch) | |
tree | 213bbda67ba4d7cd529a2871fb3621d2adf482d5 /constants/collision_constants.asm | |
parent | 14f6ddbe3c61dc0b395bc295403ceef9d7ef6b2e (diff) |
wtf was I even doing m8
Diffstat (limited to 'constants/collision_constants.asm')
-rwxr-xr-x | constants/collision_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/collision_constants.asm b/constants/collision_constants.asm index 29e0442b..420122ac 100755 --- a/constants/collision_constants.asm +++ b/constants/collision_constants.asm @@ -26,7 +26,7 @@ COLL_WATER_21 EQU $21 ; unused COLL_ICE EQU $23 COLL_WHIRLPOOL EQU $24 COLL_BUOY EQU $27 -COLL_CUT_28 EQU $28 +COLL_CUT_28 EQU $28 ; garbage COLL_WATER EQU $29 COLL_ICE_2B EQU $2b ; unused COLL_WHIRLPOOL_2C EQU $2c ; unused |