[Pokemon Red and Blue] Initial implementation (#1016)

This commit is contained in:
Alchav
2022-10-13 01:45:52 -04:00
committed by GitHub
parent 0afb7096de
commit 30a4bcbbbe
28 changed files with 7078 additions and 2 deletions

View File

@@ -295,6 +295,11 @@ def get_default_options() -> OptionsType:
"sni": "SNI",
"rom_start": True,
},
"pokemon_rb_options": {
"red_rom_file": "Pokemon Red (UE) [S][!].gb",
"blue_rom_file": "Pokemon Blue (UE) [S][!].gb",
"rom_start": True
}
}
return options