Permalink
Browse files

GB: Add more Spaceworld overrides

  • Loading branch information...
endrift committed Jun 1, 2018
1 parent 98ff2fb commit 9328dddb26861c159f6af79dc45a24ee1caaf587
Showing with 5 additions and 2 deletions.
  1. +5 −2 src/gb/overrides.c
View
@@ -12,8 +12,11 @@
#include <mgba-util/crc32.h>
static const struct GBCartridgeOverride _overrides[] = {
- // Pokemon Gold Spaceworld 1997 demo
- { 0x232a067d, GB_MODEL_AUTODETECT, GB_MBC3_RTC, { 0 } },
+ // Pokemon Spaceworld 1997 demo
+ { 0x232a067d, GB_MODEL_AUTODETECT, GB_MBC3_RTC, { 0 } }, // Gold (debug)
+ { 0x630ed957, GB_MODEL_AUTODETECT, GB_MBC3_RTC, { 0 } }, // Gold (non-debug)
+ { 0x5aff0038, GB_MODEL_AUTODETECT, GB_MBC3_RTC, { 0 } }, // Silver (debug)
+ { 0xa61856bd, GB_MODEL_AUTODETECT, GB_MBC3_RTC, { 0 } }, // Silver (non-debug)
{ 0, 0, 0, { 0 } }
};

0 comments on commit 9328ddd

Please sign in to comment.