colour_maps.s 807 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. *-----------------------PLAYER COLOUR MAPS-----------------
  2. *make all colours 0's the same colour
  3. player_colour_map
  4. dc.l $0082ff,$000000,$f0f0f0,$a04000
  5. dc.l $c06000,$d07000,$f09000,$b080c0
  6. dc.l $00c000,$00a000,$007000,$e0c070
  7. dc.l $d0d0d0,$b0b0b0,$e0b0f0,$601000
  8. *-----------------------FOREGROUND COLOUR MAPS-------------
  9. country_foreground_colour_map
  10. dc.l $0082ff,$DBA534,$BB7600,$D0cB94,$72A614
  11. dc.l $AB0000,$32CAE8,$964600,$508B14,$307700
  12. dc.l $12598C,$358A9B,$5D3713,$000000,$503E26
  13. dc.l $7D6A47
  14. *------------------------BACKGROUND COLOUR MAPS-----------------
  15. country_background_colour_map
  16. dc.l $0082ff,$B6892B,$925D00,$37200B
  17. dc.l $50760D,$850000,$2BACC5,$633000
  18. dc.l $30540C,$163700,$0C3F64,$276673
  19. dc.l $B2B2B2,$000000,$2A2014,$574A31