Remove old asm constants

This commit is contained in:
GriffinR
2022-01-10 19:28:36 -05:00
parent d0c79e4e47
commit 53eca1d3a7
14 changed files with 8 additions and 726 deletions
-18
View File
@@ -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