Remove old asm constants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user