Remove old asm constants
This commit is contained in:
@@ -20,21 +20,3 @@
|
||||
|
||||
.set OBJ_IMAGE_ANIM_H_FLIP, 1 << 6
|
||||
.set OBJ_IMAGE_ANIM_V_FLIP, 1 << 7
|
||||
|
||||
.ifdef ENGLISH
|
||||
.equiv GAME_LANGUAGE, 2
|
||||
.else
|
||||
.ifdef GERMAN
|
||||
.equiv GAME_LANGUAGE, 5
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.equiv ENEMY_TYPE1, 0
|
||||
.equiv ENEMY_TYPE2, 1
|
||||
.equiv PLAYER_TYPE1, 2
|
||||
.equiv PLAYER_TYPE2, 3
|
||||
.equiv CURRENT_MOVE, 4
|
||||
|
||||
.equiv LESS_THAN, 0
|
||||
.equiv GREATER_THAN, 1
|
||||
.equiv EQUAL, 2
|
||||
|
||||
Reference in New Issue
Block a user