 cabbe0aaf6
			
		
	
	cabbe0aaf6
	
	
	
		
			
			* Baseline patching and logic for DKC3 * Client can send, but not yet receive * Alpha Test Baseline * Bug Fixes and Starting Lives Option * Finish BBH, add world hints * Add music shuffle * Boomer Costs Text * Stubbed in Collect behaviour * Adjust Gyrocopter option * Add Bonus Coin junk replacement and tracker support * Delete bad logs * Undo host.yaml change * Refactored SNIClient * Make Swanky Free * Fix Typo * Undo SNIClient run_game hack * Fix Typo * Remove Bosses from Level Shuffle * Remove duplicate kivy Data * Add DKC3 Docs and increment Data version * Remove dead code * Fix mislabeled region * Add Dark Souls 3 to README * Always force Cog on Rocket Rush Flag * Fix Single Ski lock and too many DK Coins * Update Retroarch version number * Don't send DKC3 through LttP Adjuster * Comment Location ROM Table * Change ROM Hash prefix to D3 * Remove redundant constructor * Add ROM Change Safeguards * Properly mark WRAM accesses * Remove outdated region connect * Fix syntax error * Fix Game description * Fix SNES Bank Access * Add isso_setup for DKC3 * Double Quote strings * Escape single quotes I guess
		
			
				
	
	
		
			22 lines
		
	
	
		
			534 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			534 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Junk Definitions
 | |
| one_up_balloon  = "1-Up Balloon"
 | |
| bear_coin    = "Bear Coin"
 | |
| 
 | |
| # Collectable Definitions
 | |
| bonus_coin   = "Bonus Coin"
 | |
| dk_coin      = "DK Coin"
 | |
| banana_bird  = "Banana Bird"
 | |
| krematoa_cog = "Krematoa Cog"
 | |
| 
 | |
| # Inventory Definitions
 | |
| progressive_boat = "Progressive Boat Upgrade"
 | |
| present          = "Present"
 | |
| bowling_ball     = "Bowling Ball"
 | |
| shell            = "Shell"
 | |
| mirror           = "Mirror"
 | |
| flower           = "Flupperius Petallus Pongus"
 | |
| wrench           = "No. 6 Wrench"
 | |
| 
 | |
| # Other Definitions
 | |
| victory = "Donkey Kong"
 |