diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-25 03:30:11 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-25 16:57:43 -0400 |
commit | df0f27e3df88eda8c75fadd836bc7b741ecb9de9 (patch) | |
tree | 3a7d929bb6e4334c66090b4d7be5584d29fef77c /constants | |
parent | de6fc0ad329ccaa56558d5f43d54cdd6db46e49b (diff) |
Make separate tileset object, add similar collision files.
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/collision_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/collision_constants.asm b/constants/collision_constants.asm index 5626cb09..ead3883b 100755 --- a/constants/collision_constants.asm +++ b/constants/collision_constants.asm @@ -32,6 +32,7 @@ COLL_WATERFALL_RIGHT EQU $30 ; unused COLL_WATERFALL_LEFT EQU $31 ; unused COLL_WATERFALL_UP EQU $32 ; unused COLL_WATERFALL EQU $33 +COLL_36 EQU $36 ; ? COLL_CURRENT_RIGHT EQU $38 ; unused COLL_CURRENT_LEFT EQU $39 ; unused COLL_CURRENT_UP EQU $3a ; unused @@ -60,6 +61,7 @@ COLL_BRAKE_57 EQU $57 ; unused COLL_5B EQU $5b ; garbage COLL_PIT EQU $60 COLL_VIRTUAL_BOY EQU $61 ; garbage +COLL_63 EQU $63 ; ? COLL_64 EQU $64 ; garbage COLL_65 EQU $65 ; garbage COLL_PIT_68 EQU $68 ; unused |