Home
last modified time | relevance | path

Searched refs:printDiscoveries (Results 1 – 1 of 1) sorted by relevance

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c4177 void printDiscoveries(short category, short count, unsigned short itemCharacter, short x, short y, … in printDiscoveries() function
4231 printDiscoveries(SCROLL, NUMBER_SCROLL_KINDS, G_SCROLL, mapToWindowX(3), ++y, dbuf); in printDiscoveriesScreen()
4234 printDiscoveries(RING, NUMBER_RING_KINDS, G_RING, mapToWindowX(3), ++y, dbuf); in printDiscoveriesScreen()
4237 printDiscoveries(POTION, NUMBER_POTION_KINDS, G_POTION, mapToWindowX(30), ++y, dbuf); in printDiscoveriesScreen()
4240 printDiscoveries(STAFF, NUMBER_STAFF_KINDS, G_STAFF, mapToWindowX(54), ++y, dbuf); in printDiscoveriesScreen()
4243 printDiscoveries(WAND, NUMBER_WAND_KINDS, G_WAND, mapToWindowX(54), ++y, dbuf); in printDiscoveriesScreen()