From 944b32deb5e943050277af3067d7372c357ebda2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Dec 2014 01:51:46 +0100 Subject: [PATCH] Add Super Mario Advance 2 (E) and Super Mario Advance 3 (J) --- game_config.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/game_config.txt b/game_config.txt index f2558c6..b7f5663 100644 --- a/game_config.txt +++ b/game_config.txt @@ -206,12 +206,24 @@ game_code = AMAE vender_code = 01 idle_loop_eliminate_target = 08001cf2 +# Super Mario Advance 2 (E) +game_name = SUPER MARIOB +game_code = AA2P +vender_code = 01 +idle_loop_eliminate_target = 08000534 + # Super Mario Advance 2 (U) game_name = SUPER MARIOB game_code = AA2E vender_code = 01 idle_loop_eliminate_target = 08000534 +# Super Mario Advance 3 (J) +game_name = SUPER MARIOC +game_code = A3AJ +vender_code = 01 +idle_loop_eliminate_target = 08002ba4 + # Super Mario Advance 3 (U) game_name = SUPER MARIOC game_code = A3AE