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
+8
View File
@@ -3,3 +3,11 @@
.else
.equiv GAME_VERSION, 5
.endif
.ifdef ENGLISH
.equiv GAME_LANGUAGE, 2
.else
.ifdef GERMAN
.equiv GAME_LANGUAGE, 5
.endif
.endif