From 4d982ad4a1539bbf6b6ef62b3692a1586f5138b0 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 21 Mar 2012 04:25:50 +0100 Subject: might as well add this while I'm at it --- randtilegen.rb | 4 ++++ 1 file changed, 4 insertions(+) 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| -- cgit v1.2.3