Skip to content

Commit d49365d

Browse files
committed
Add support for Twilight Princess JP v1.0 (GC)
1 parent 6d112e7 commit d49365d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- [Slippi](https://slippi.gg)
5858
* The Legend of Zelda: The Wind Waker (NTSC-U v1.0, NTSC-J v1.0)
5959
- [Randomizer](https://github.com/LagoLunatic/wwrando)
60-
* The Legend of Zelda: Twilight Princess (NTSC-U v1.0, PAL v1.0)
60+
* The Legend of Zelda: Twilight Princess (NTSC-U v1.0, PAL v1.0, JP v1.0)
6161
* The Legend of Zelda: Collector's Edition (NTSC-U v1.0, NTSC-J v1.0)
6262
* The Legend of Zelda: Four Swords (NTSC-U v1.0, NTSC-J v1.0)
6363
* Super Mario Sunshine. (NTSC-U v1.0, NTSC-J v1.0, PAL v1.0)

source/modules/games/GZ2J01-0.lua

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- The Legend of Zelda - Twilight Princess Wii (JP v1.0)
2+
3+
local core = require("games.core")
4+
5+
return core.newGame(0x8042E530)

0 commit comments

Comments
 (0)