Castlevania 64: Implement New Game (#2472)

This commit is contained in:
LiquidCat64
2024-03-20 15:03:25 -06:00
committed by GitHub
parent 32315776ac
commit db02e9d2aa
31 changed files with 9828 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from test.bases import WorldTestBase
class CV64TestBase(WorldTestBase):
game = "Castlevania 64"
player: int = 1