Skip to content

Commit

Permalink
Update version number and IPS patches
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRegularLuna committed Dec 18, 2018
1 parent 906e1b6 commit ee949ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion engine/splashscreens/version_screen.asm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ IF DEF(_HARD) ; Hard Rom
ELSE ; Normal Rom
next "The Normal Patch"
ENDC
next "v3.0.1@"
IF DEF(_SNOW)
next "v3.0.2 (Snowy)@"
ELSE
next "v3.0.2@"
ENDC

VersionScreenText2:
db "Readme and FAQ"
Expand Down
Binary file added patches/rpp v3 hard snowy.ips
Binary file not shown.
Binary file modified patches/rpp v3 hard.ips
Binary file not shown.
Binary file added patches/rpp v3 normal snowy.ips
Binary file not shown.
Binary file modified patches/rpp v3 normal.ips
Binary file not shown.

0 comments on commit ee949ec

Please sign in to comment.