Skip to content

Commit

Permalink
Fixed Relearn any Move cheat
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogMan151 committed Jun 1, 2017
1 parent aaf17f8 commit 01c1d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/illegal_cheats.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void relearnAnyMove(u32 state) {
{
{0x0042DCD4, 0x004A6B30},
{0x0042F698, 0x004A88D0},
{0x0042F698, 0x004A88D0}
{0x0042F698, 0x004A88F8}
};

static u32 original[4];
Expand Down
2 changes: 1 addition & 1 deletion Sources/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// prior to this when storing ASM code for cheats

char *builder_name = "AnalogMan",
version[7] = "v0.6.3",
version[7] = "v0.6.4",
updateVer[12] = "Update v?.?",
formattedVer[35];

Expand Down

0 comments on commit 01c1d81

Please sign in to comment.