summaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ef2d8b6..c052438 100644
--- a/boot.php
+++ b/boot.php
@@ -6,7 +6,7 @@ use GameBoy\Core;
use GameBoy\Keyboard;
use GameBoy\Settings;
-$rom = base64_decode(file_get_contents('drmario.rom'));
+$rom = base64_decode(file_get_contents('pokemon.rom'));
$core = new Core($rom);
$keyboard = new Keyboard($core);