Use constants

This commit is contained in:
Remy Oukaour
2018-01-02 20:35:57 -05:00
parent 41feb29680
commit 3fc06b0f9d
4 changed files with 14 additions and 13 deletions

View File

@@ -116,9 +116,6 @@ PLAYER_SKATE EQU 2
PLAYER_SURF EQU 4
PLAYER_SURF_PIKA EQU 8
OBJECT_STRUCT_LENGTH EQU 40
NUM_OBJECT_STRUCTS EQU 13
; After-Champion Spawn
SPAWN_LANCE EQU 1
SPAWN_RED EQU 2