keyhole_turquoise (full blue lock)
keyhole_gold_turquoise (gold with 2 blue squares lock)
keyhole_sapphire (grey with blue square lock)
At least one seems to be missing in DSB.
EDIT:
This is the code to add to graphics.lua to make CSB portraits available :
Code: Select all
gfx.port_airwing = dsb_get_bitmap("PORT_AIRWING")
gfx.port_algor = dsb_get_bitmap("PORT_ALGOR")
gfx.port_aroc = dsb_get_bitmap("PORT_AROC")
gfx.port_buzzzzz = dsb_get_bitmap("PORT_BUZZZZZ")
gfx.port_dema = dsb_get_bitmap("PORT_DEMA")
gfx.port_deth = dsb_get_bitmap("PORT_DETH")
gfx.port_gnatu = dsb_get_bitmap("PORT_GNATU")
gfx.port_itza = dsb_get_bitmap("PORT_ITZA")
gfx.port_kazai = dsb_get_bitmap("PORT_KAZAI")
gfx.port_lana = dsb_get_bitmap("PORT_LANA")
gfx.port_leta = dsb_get_bitmap("PORT_LETA")
gfx.port_lor = dsb_get_bitmap("PORT_LOR")
gfx.port_mantia = dsb_get_bitmap("PORT_MANTIA")
gfx.port_necro = dsb_get_bitmap("PORT_NECRO")
gfx.port_petal = dsb_get_bitmap("PORT_PETAL")
gfx.port_plague = dsb_get_bitmap("PORT_PLAGUE")
gfx.port_skelar = dsb_get_bitmap("PORT_SKELAR")
gfx.port_slogar = dsb_get_bitmap("PORT_SLOGAR")
gfx.port_sting = dsb_get_bitmap("PORT_STING")
gfx.port_talon = dsb_get_bitmap("PORT_TALON")
gfx.port_toadrot = dsb_get_bitmap("PORT_TOADROT")
gfx.port_tula = dsb_get_bitmap("PORT_TULA")
gfx.port_tunda = dsb_get_bitmap("PORT_TUNDA")
gfx.port_ven = dsb_get_bitmap("PORT_VEN")