If P_ZONE=1 Then Print At(17,1)+Zone$(" Pastel ",1)
If P_ZONE=2 Then Print At(29,1)+Zone$(" Rainbow ",2)
If P_ZONE=3 Then Print At(41,1)+Zone$(" Gawdy ",3)
If P_ZONE=4 Then Print At(53,1)+Zone$(" Store ",4)
If P_ZONE=5 Then Print At(65,1)+Zone$("Colour Menu",5)
If P_ZONE=6 Then Print At(17,3)+Zone$(" Teams ",6)
If P_ZONE=7 Then Print At(29,3)+Zone$(" Grey ",7)
If P_ZONE=8 Then Print At(41,3)+Zone$(" Custom ",8)
If P_ZONE=9 Then Print At(53,3)+Zone$(" Restore ",9)
If P_ZONE=10 Then Print At(65,3)+Zone$(" Main Menu ",10)
End Proc
'
Procedure ACTION_MENU4[P_ZONE]
Shared G_STORE()
Screen 2
Wait Vbl
If P_ZONE=1 Then Palette $111,$FFF,$D83,$C83,$B94,$A94,$9A5,$8A5,$7B6,$6B6,$5C7,$4C7,$3D8,$3C8,$4B9,$4A9,$59A,$58A,$67B,$66B,$75C,$74C,$83D,$83C,$94B,$94A,$A59,$A58,$B67,$B66,$C75,$C74
If P_ZONE=2 Then Palette $111,$FFF,$F00,$F30,$F60,$F90,$FC0,$FF0,$CF0,$9F0,$6F0,$3F0,$F0,$F3,$F6,$F9,$FC,$FF,$CF,$9F,$6F,$3F,$F,$30F,$60F,$90F,$C0F,$F0F,$F0C,$F09,$F06,$F03
If P_ZONE=3 Then Palette $111,$FFF,$F00,$F70,$FF0,$7F0,$F0,$F7,$FF,$77F,$F0F,$F07,$F00,$F70,$FF0,$7F0,$F0,$F7,$FF,$77F,$F0F,$F07,$F00,$F70,$FF0,$7F0,$F0,$F7,$FF,$77F,$F0F,$F07
If P_ZONE=6 Then Palette $111,$FFF,$FAA,$F55,$F00,$A00,$500,$FFA,$FF5,$FF0,$AA0,$550,$AFA,$5F5,$F0,$A0,$50,$AFF,$5FF,$FF,$AA,$55,$AAF,$55F,$F,$A,$5,$FAF,$F5F,$F0F,$A0A,$505
If P_ZONE=7 Then Palette $111,$FFF,$0,$111,$111,$222,$222,$333,$333,$444,$444,$555,$555,$666,$666,$777,$777,$888,$888,$999,$999,$AAA,$AAA,$BBB,$BBB,$CCC,$CCC,$DDD,$DDD,$EEE,$EEE,$FFF
If P_ZONE=8 Then Palette $111,$FFF,$F0,$2D2,$4B4,$696,$886,$996,$BB4,$DD2,$FF0,$FD2,$FB4,$F96,$F77,$D66,$B44,$922,$700,$923,$B46,$D69,$F8C,$D6F,$B4F,$92F,$70F,$52F,$44F,$66F,$99F,$CCF