summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-03-21 04:25:50 +0100
committerTreeki <treeki@gmail.com>2012-03-21 04:25:50 +0100
commit4d982ad4a1539bbf6b6ef62b3692a1586f5138b0 (patch)
tree4e878f7219698ac8bd4bb89a2865637e9164c947
parentd2a5f1a541230cd347ab7c4445853d2ebeb640a9 (diff)
downloadkamek-4d982ad4a1539bbf6b6ef62b3692a1586f5138b0.tar.gz
kamek-4d982ad4a1539bbf6b6ef62b3692a1586f5138b0.zip
might as well add this while I'm at it
Diffstat (limited to '')
-rw-r--r--randtilegen.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/randtilegen.rb b/randtilegen.rb
index b807c2f..f92fde1 100644
--- a/randtilegen.rb
+++ b/randtilegen.rb
@@ -368,6 +368,10 @@ g.section('Pa1_darkmtmush') do
g.random(0xFC..0xFF, :both, random_set)
end
+g.section('Pa1_risingsun') do
+ g.random([0x19, 0x1A, 0x29, 0x2A, 0xA3, 0xA6], :both)
+end
+
File.open('/home/me/Games/Newer/DolphinPatch/NewerRes/RandTiles.bin', 'wb') do |f|