Skip to content

Commit

Permalink
Release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabomstew committed Jun 28, 2020
1 parent 27459b7 commit 6eb5a6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charmap.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion engine/intro_permaoptions.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VersionNumberText::
db "Beta 4"
db "v1.0"
INCLUDE "git-revision.asm"
db "@"
VersionNumberTextEnd::
Expand Down

0 comments on commit 6eb5a6d

Please sign in to comment.