diff options
-rw-r--r-- | randtilegen.rb | 4 |
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| |