OH I just realized what you were talking about… lol… I thought you were first referring to the bar where you find whats-his-face drinking beer before heading off to fight Yuan Shoe!
OK I'll give you the info but I don't want to have to explain it too much… you should be able to make sense of the data with this info, if not, play around with the numbers and you will understand what I mean:
The Minimum Soldier count for each bar is calculated as follows:
0x03AE0A = List 1
0x03AE0F = List 2
And the values are ( value_list_1 * 256 ) + ( value_list_2 )
This gives the following values:
500, 2001, 5001, 10001, 15001
Color groups:
0x03ADF8 = List 1
0x03ADFE = List 2
0x03AF04 = List 3
The amount of Soldiers each pixel is worth will be
( value_list_3 * 256 ) + ( value_list_2 )
This gives the following values:
10, 40, 100, 200, 300, 400
The NES Palette color is the value in list 1.
I think… I didn't trace everything to the end, but this looks correct.