Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
fix jap once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
Slattz committed Apr 21, 2017
1 parent fc134cd commit 67b708b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file modified Kirby-C-Deluxe.plg
Binary file not shown.
Binary file modified Kirby-C-Deluxe.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Sources/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,19 @@ void my_menus(void)
if (tid == 0x1ab900)
{
assign_region(EUR);
new_unselectable_entry("Team Kirby:CD Cheats v1.2 EUR");
new_unselectable_entry("Team Kirby:CD Cheats v1.2.2 EUR");
}

else if (tid == 0x1ab800)
{
assign_region(USA);
new_unselectable_entry("Team Kirby:CD Cheats v1.2 USA");
new_unselectable_entry("Team Kirby:CD Cheats v1.2.2 USA");
}

else if (tid == 0x1ab000)
else if (tid == 0x1a0000)
{
assign_region(JAP);
new_unselectable_entry("Team Kirby:CD Cheats v1.2 JAP");
new_unselectable_entry("Team Kirby:CD Cheats v1.2.2 JAP");
}


Expand All @@ -170,7 +170,7 @@ void my_menus(void)
new_unselectable_entry("Following TitleIDs:");
new_unselectable_entry("00040000001ab900 (EUR)");
new_unselectable_entry("00040000001ab800 (USA)");
new_unselectable_entry("00040000001ab000 (JAP)");
new_unselectable_entry("00040000001a0000 (JAP)");

return;
}
Expand Down
Binary file modified obj/menu.o
Binary file not shown.
Binary file modified plugin/plugin/00040000001A0000/Kirby-C-Deluxe_JAP.plg
Binary file not shown.
Binary file modified plugin/plugin/00040000001AB800/Kirby-C-Deluxe_USA.plg
Binary file not shown.
Binary file modified plugin/plugin/00040000001AB900/Kirby-C-Deluxe_EUR.plg
Binary file not shown.

0 comments on commit 67b708b

Please sign in to comment.