# Reset Palette, Clear Screen to White, Draw in Black # Hacky Border because we can't hit 319 yet. reset color 0 clear color 15 fbox 0 0 255 199 color 0 # Horizon line 0 87 255 87 # Sun line 255 64 248 61 240 61 233 62 228 66 223 72 220 78 220 87 # Beach line 0 101 87 124 126 128 148 133 160 136 168 141 172 146 171 149 169 153 169 158 176 164 188 168 205 171 227 174 255 174 # Fill Sun color 12 fill 242 74 # Fill Beach color 14 fill 105 161 # Fill Ocean color 1 fill 194 106