mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
14 lines
184 B
PHP
14 lines
184 B
PHP
.ifdef FIRERED
|
|
.equiv GAME_VERSION, 4
|
|
.else
|
|
.equiv GAME_VERSION, 5
|
|
.endif
|
|
|
|
.ifdef ENGLISH
|
|
.equiv GAME_LANGUAGE, 2
|
|
.else
|
|
.ifdef GERMAN
|
|
.equiv GAME_LANGUAGE, 5
|
|
.endif
|
|
.endif
|