Skip to content

Commit

Permalink
updated docs and version numbers for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
utz82 committed Sep 2, 2016
1 parent 7af084e commit 3be41d3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version 2.13.00beta
version 2.20
==================

NEW/CHANGES
Expand Down
5 changes: 5 additions & 0 deletions docs/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,11 @@
To <b>extract</b> one or more savestates, mark the desired state(s) in the savestate panel and then use "File->Extract savestate..." to save it with a ".ht2s" extension.
You can also simply drag the desired savestate(s) from the savestate panel to the filebrowser panel; this will save the state(s) with a generic filename.<br><br>
Furthermore, you can decompress and export savestates to .asm, however this is not particularly useful yet unless you're working with the HT2 source.<br>
<br><br>
<table><tr>
<td><img src="data/warn.jpg"></td><td>ht2util does not automatically update effect commands yet. If you've imported a savestate from an older version of
HT2, you will need to adjust those manually. Refer to the changelog to see which commands need to be updated.</td>
</tr></table>
<br><br><br><br><br>
</div>

Expand Down
Binary file modified ht2.82p
Binary file not shown.
Binary file modified ht2.83p
Binary file not shown.
Binary file modified ht2.8xp
Binary file not shown.
Binary file modified ht2p.82p
Binary file not shown.
Binary file modified ht2s.8xp
Binary file not shown.
4 changes: 2 additions & 2 deletions main.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;************************************************************************************
;HOUSTONTRACKER 2.14.00
;HOUSTONTRACKER 2.20.00
;by utz * irrlichtproject.de/houston
;************************************************************************************

Expand Down Expand Up @@ -33,7 +33,7 @@ IF MODEL = TI8XS
include "_include/ti8xs.inc"
ENDIF

db "HT 2.14", 0
db "HT 2.20", 0

;************************************************************************************
;APD_BUF scratch pad and other equates
Expand Down
3 changes: 1 addition & 2 deletions music.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ looprow
db 0 ;loop point (row#)

ptns ;the pattern matrix
ds 256*4,#ff ;1024+1 #ff bytes
;db 1,#ff ;shouldn't this be just #ff?
ds 256*4,#ff ;1024+1 #ff bytes
db #ff
ptn00 ;the note patterns
Expand Down

0 comments on commit 3be41d3

Please sign in to comment.