1#!/usr/bin/env python
2# -*- coding: UTF-8 -*-
3#
4
5my_module_version = "1.00"
6my_module_name = "pogoTextResource"
7
8# All game versions should have the English text pre-filled in the POGO sheet
9POGO_TEXT_RESOURCE_TUPLE_LIST = [
10	(0, "Air Conditioning"),
11	(1, "Amy Shoopman"),
12	(2, "Andy B. and the Milk Carton Kids"),
13	(3, "Area 51"),
14	(4, "Aspirin"),
15	(5, "Babylon 5"),
16	(6, "Bandit"),
17	(7, "Bauer Inline Skates"),
18	(8, "Bill Randolph"),
19	(9, "Bill (Mr. Motorola) and Sarah"),
20	(10, "Boo Berry and Frankenberry"),
21	(11, "Brett W. Sperry"),
22	(12, "Brianhead Ski Resort"),
23	(13, "Bubba"),
24	(14, "Bubbles"),
25	(15, "Building 2 Parking"),
26	(16, "The Buke"),
27	(17, "Chan \"The Emporer\" Lee"),
28	(18, "Cheezy Poofs"),
29	(19, "Chuck \"Walter\" Karras"),
30	(20, "Cinco De Mayo"),
31	(21, "Club Med"),
32	(22, "Code Complete"),
33	(23, "Coffee Pub, Las Vegas"),
34	(24, "Coke"),
35	(25, "Coin Magic"),
36	(26, "Count Chocula"),
37	(27, "Dad"),
38	(28, "David Arkenstone"),
39	(29, "Digital Camera"),
40	(30, "Direct X Team"),
41	(31, "Denis and Joanne Dyack"),
42	(32, "Blue Bayou, Disneyland"),
43	(33, "Dongle-Boy"),
44	(34, "Doves and Sparrows"),
45	(35, "Dovey"),
46	(36, "Draracles"),
47	(37, "Dry Air"),
48	(38, "Ed Del Castillo"),
49	(39, "Eric \"Kick Ass\" Cartman"),
50	(40, "FHM"),
51	(41, "Fog City Diner"),
52	(42, "Fog Studios"),
53	(43, "Gatorade"),
54	(44, "Gandhi Cuisine of India"),
55	(45, "Giant Lava Lamp"),
56	(46, "Eric and Nancy Gooch"),
57	(47, "Grayford Family"),
58	(48, "Comet Hale-Bopp"),
59	(49, "Joseph B. Hewitt IV"),
60	(50, "Hercules"),
61	(51, "Hillbilly Jeopardy"),
62	(52, "Home Cookin'"),
63	(53, "Hooey Stick"),
64	(54, "The Hypnotist"),
65	(55, "Insects on the Move"),
66	(56, "Intel"),
67	(57, "James Hong"),
68	(58, "Jasmine"),
69	(59, "The Mysterious Cockatiel"),
70	(60, "Joe's Frog"),
71	(61, "Jed"),
72	(62, "Jeeps"),
73	(63, "Jeeter"),
74	(64, "Jeff Brown"),
75	(65, "JoeB"),
76	(66, "Joe-Bob McClintock"),
77	(67, "Joseph Turkel"),
78	(68, "Jose Cuervo"),
79	(69, "Juggling Balls"),
80	(70, "Keith Parkinson"),
81	(71, "Khan"),
82	(72, "King of the Hill"),
83	(73, "Kurt O. and the Toothbrush Squad"),
84	(74, "Leonard and Shirley Legg"),
85	(75, "Leroy"),
86	(76, "Brion James"),
87	(77, "Louis and his \"friend\""),
88	(78, "M.C. Crammer and Janie"),
89	(79, "Men's Room Magna-Doodle"),
90	(80, "Mark and Deepti Rowland"),
91	(81, "Metro Pizza, Las Vegas"),
92	(82, "Matt Vella"),
93	(83, "Maui"),
94	(84, "1 Million Candlepower Spotlight"),
95	(85, "Mom"),
96	(86, "Movie-makers"),
97	(87, "Mr. Nonsense"),
98	(88, "Needles"),
99	(89, "Nerf Weaponry"),
100	(90, "Nimbus"),
101	(91, "Norm Vordahl"),
102	(92, "KNPR"),
103	(93, "Olive Garden"),
104	(94, "Onkyo"),
105	(95, "Orangey"),
106	(96, "Osbur, the Human Resource Manager"),
107	(97, "Our Cheery Friend Leary"),
108	(98, "Ousted Gnome King"),
109	(99, "Pepsi"),
110	(100, "Peta Wilson"),
111	(101, "Pogo the Mockingbird"),
112	(102, "Poker Nights"),
113	(103, "Pirates"),
114	(104, "Playmate Lingerie Calendar"),
115	(105, "Pop-Ice"),
116	(106, "Powerhouse Gym"),
117	(107, "Rade McDowell"),
118	(108, "Red Rock Canyon"),
119	(109, "Refrigeration"),
120	(110, "Rhoda"),
121	(111, "Richard and Kimberly Weier"),
122	(112, "Ridley Scott"),
123	(113, "Ruud the Dude"),
124	(114, "Our old pal Rick Parks"),
125	(115, "Ruby's Diner"),
126	(116, "Savatage"),
127	(117, "Scully and Mulder"),
128	(118, "Sean Young"),
129	(119, "Seinfeld"),
130	(120, "The Shadow"),
131	(121, "Shakes"),
132	(122, "Shorts"),
133	(123, "Silly Putty"),
134	(124, "The Simpsons"),
135	(125, "Thomas Christensen"),
136	(126, "We love you Steve Wetherill!!!"),
137	(127, "Skank"),
138	(128, "Slice"),
139	(129, "SSG"),
140	(130, "Steve and Anne Tall"),
141	(131, "South Park"),
142	(132, "Snap 'n Pops"),
143	(133, "Sneaker"),
144	(134, "Star Wars Trilogy"),
145	(135, "Nonstop Summer Pool Parties"),
146	(136, "Sunsets"),
147	(137, "T-Bone and Angie"),
148	(138, "T-shirts"),
149	(139, "Julio Schembari, Tango Pools"),
150	(140, "The Thermostat Key"),
151	(141, "The Wizard"),
152	(142, "Tomb Raider"),
153	(143, "Tom Elmer II"),
154	(144, "Tujia Linden"),
155	(145, "Turbo"),
156	(146, "Tweeter"),
157	(147, "Twonky"),
158	(148, "Ty and Judy Coon"),
159	(149, "The Courtyard"),
160	(150, "U.F.C."),
161	(151, "Uli Boehnke"),
162	(152, "Virgil"),
163	(153, "Virtual Boy"),
164	(154, "Westwood Offroad Excursion Team"),
165	(155, "William Sanderson"),
166	(156, "Xena"),
167	(157, "Zion National Park"),
168	(158, "We 3 coders give special thanks to:")
169 ]
170
171
172class pogoTextResource(object):
173	m_traceModeEnabled = True
174	# traceModeEnabled is bool to enable more printed debug messages
175	def __init__(self, traceModeEnabled = True):
176		self.m_traceModeEnabled = traceModeEnabled
177		return
178
179	def printPogo(self):
180		if self.m_traceModeEnabled:
181			print "[Trace] printing Pogo..."
182		for (idTre, textTre) in POGO_TEXT_RESOURCE_TUPLE_LIST:
183			print "%s\t%s" % (idTre, textTre)
184		return
185
186	def getPogoEntriesList(self):
187		if self.m_traceModeEnabled:
188			print "[Trace] getPogoEntriesList()"
189		return POGO_TEXT_RESOURCE_TUPLE_LIST
190
191#
192#
193#
194if __name__ == '__main__':
195	# main()
196	print "[Debug] Running %s as main module" % (my_module_name)
197	traceModeEnabled = False
198	pogoTRInstance = pogoTextResource(traceModeEnabled)
199	pogoTRInstance.printPogo()
200else:
201	#debug
202	#print "[Debug] Running	 %s imported from another module" % (my_module_name)
203	pass
204