Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release-1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
christopho committed Aug 28, 2016
2 parents 0dcd22d + f7ac2c4 commit 0a4b4ad
Show file tree
Hide file tree
Showing 8 changed files with 901 additions and 97 deletions.
22 changes: 22 additions & 0 deletions changelog.txt
@@ -0,0 +1,22 @@
_____________________________________

Solarus ALTTP pack 1.5.1 (2016-08-27)
_____________________________________

* Add a changelog.
* Add scripts to start the game.
* Add a Zelda ALTTP dialog box.
* Fix green bush sprite.
* Improve tilesets.

_____________________________________

Solarus ALTTP pack 1.5.0 (2016-07-27)
_____________________________________

* Upgrade the resource pack to Solarus 1.5.
* Add a quest.dat file to make this a valid quest.
* Remove empty English dialogs and string files.
* Fix character misalignment in font file.
* Add the % symbol in the ALTTP font.

2 changes: 1 addition & 1 deletion data/main.lua
Expand Up @@ -17,7 +17,7 @@ function sol.main:on_started()

-- Start the game when the Solarus logo menu is finished.
solarus_logo.on_finished = function()
game_manager:start_game()
game_manager:start_game("save1.dat")
end

end
Expand Down

0 comments on commit 0a4b4ad

Please sign in to comment.