diff options
author | twinaphex | 2014-12-14 01:38:29 +0100 |
---|---|---|
committer | twinaphex | 2014-12-14 01:38:29 +0100 |
commit | e6d817947396b6602b71498883b723b48889da0f (patch) | |
tree | 547b5972e796e701aa1ad0fb48315d8fdc73c8e2 | |
parent | 1edee88592cb5ca5065967293e9f6e462b4bfa72 (diff) | |
download | picogpsp-e6d817947396b6602b71498883b723b48889da0f.tar.gz picogpsp-e6d817947396b6602b71498883b723b48889da0f.tar.bz2 picogpsp-e6d817947396b6602b71498883b723b48889da0f.zip |
Add Castlevania (E)
-rw-r--r-- | game_config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/game_config.txt b/game_config.txt index ef98045..7677900 100644 --- a/game_config.txt +++ b/game_config.txt @@ -65,6 +65,12 @@ # bios_rom_hack_2C - like the above but allows Rayman Advance to work.
+# Castlevania: Circle of the Moon (E)
+game_name = DRACULA AGB1
+game_code = AAMP
+vender_code = A4
+idle_loop_eliminate_target = 080003d2
+
# Castlevania: Circle of the Moon (U)
game_name = DRACULA AGB1
game_code = AAME
|