diff --git a/.gitignore b/.gitignore index fd20806b..6575beca 100644 --- a/.gitignore +++ b/.gitignore @@ -38,10 +38,11 @@ # dynamically generated files git-revision.asm -pokered.ini + # rom patches *.ips # map file for red-speedchoice specifically, other map files can be data files red-speedchoice.map +red-speedchoice.ini diff --git a/charmap.asm b/charmap.asm index 9939e21a..3f02f1e8 100644 --- a/charmap.asm +++ b/charmap.asm @@ -228,7 +228,7 @@ charmap "x", $B7 charmap "y", $B8 charmap "z", $B9 -charmap "£", $C6 +charmap "£", $C6 ; actually # but don't want to break existing code charmap "'d", $D0 charmap "'l", $D1 diff --git a/engine/intro_permaoptions.asm b/engine/intro_permaoptions.asm index 9e6cb77b..dfc39c95 100755 --- a/engine/intro_permaoptions.asm +++ b/engine/intro_permaoptions.asm @@ -1,5 +1,5 @@ VersionNumberText:: - db "Beta 4" + db "v1.0" INCLUDE "git-revision.asm" db "@" VersionNumberTextEnd::