diff options
author | twinaphex | 2014-12-14 01:20:43 +0100 |
---|---|---|
committer | twinaphex | 2014-12-14 01:20:43 +0100 |
commit | 4bb56d965ea59b61ce6f0d4a89439d7b909b222d (patch) | |
tree | bccc1cd3c23cae8d8f5274318caa7094dd4b45bd | |
parent | dd9076d6082a13de1d3541ff719581f65c615a77 (diff) | |
download | picogpsp-4bb56d965ea59b61ce6f0d4a89439d7b909b222d.tar.gz picogpsp-4bb56d965ea59b61ce6f0d4a89439d7b909b222d.tar.bz2 picogpsp-4bb56d965ea59b61ce6f0d4a89439d7b909b222d.zip |
Add Super Mario Advance (E/U) to game_config.txt
-rw-r--r-- | game_config.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/game_config.txt b/game_config.txt index 6e36c71..b0c855c 100644 --- a/game_config.txt +++ b/game_config.txt @@ -176,12 +176,18 @@ vender_code = 01 idle_loop_eliminate_target = 08000fae
iwram_stack_optimize = no
-# Super Mario Advance (U)
+# Super Mario Advance (Demo/Kiosk) (U)
game_name = SUPER MARIOA
game_code = AMZE
vender_code = 01
idle_loop_eliminate_target = 08001cf2
+# Super Mario Advance (E/U)
+game_name = SUPER MARIOA
+game_code = AMAE
+vender_code = 01
+idle_loop_eliminate_target = 08001cf2
+
# Super Mario Advance 2 (U)
game_name = SUPER MARIOB
game_code = AA2E
|