mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-11-04 20:51:02 +13:00 
			
		
		
		
	- Adds a slightly remade version of the Rocket battle theme that plays when fighting Rocket Grunts, Jessie & James, and Giovanni (1 and 2) - Giovanni 3 and Chief now share a new battle theme composed by myself and LuciShrimp, which is a slower, more intimidating remix of the regular Rocket fight theme. - Gave Giovanni 3 his own trainer class, allowing for better AI routines and smarter move choices. - Removed Giovanni's name from the Viridian City Gym statues to keep his identity a further secret. It also made more sense than in vanilla. - Gave the postgame Morimoto fight a better selection of moves.
		
			
				
	
	
		
			57 lines
		
	
	
		
			1 KiB
		
	
	
	
		
			NASM
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1 KiB
		
	
	
	
		
			NASM
		
	
	
	
	
	
TrainerNames::
 | 
						|
	list_start TrainerNames
 | 
						|
	li "YOUNGSTER"
 | 
						|
	li "BUG CATCHER"
 | 
						|
	li "LASS"
 | 
						|
	li "SAILOR"
 | 
						|
	li "JR.TRAINER♂"
 | 
						|
	li "JR.TRAINER♀"
 | 
						|
	li "POKéMANIAC"
 | 
						|
	li "SUPER NERD"
 | 
						|
	li "HIKER"
 | 
						|
	li "BIKER"
 | 
						|
	li "BURGLAR"
 | 
						|
	li "ENGINEER"
 | 
						|
	li "FISHERMAN"
 | 
						|
	li "SWIMMER"
 | 
						|
	li "CUE BALL"
 | 
						|
	li "GAMBLER"
 | 
						|
	li "BEAUTY"
 | 
						|
	li "PSYCHIC"
 | 
						|
	li "ROCKER"
 | 
						|
	li "JUGGLER"
 | 
						|
	li "TAMER"
 | 
						|
	li "BIRD KEEPER"
 | 
						|
	li "BLACKBELT"
 | 
						|
	li "RIVAL1"
 | 
						|
	li "PROF.OAK"
 | 
						|
	li "CHIEF"
 | 
						|
	li "SCIENTIST"
 | 
						|
	li "GIOVANNI"
 | 
						|
	li "ROCKET"
 | 
						|
	li "COOLTRAINER♂"
 | 
						|
	li "COOLTRAINER♀"
 | 
						|
	li "BRUNO"
 | 
						|
	li "BROCK"
 | 
						|
	li "MISTY"
 | 
						|
	li "LT.SURGE"
 | 
						|
	li "ERIKA"
 | 
						|
	li "KOGA"
 | 
						|
	li "BLAINE"
 | 
						|
	li "SABRINA"
 | 
						|
	li "GENTLEMAN"
 | 
						|
	li "RIVAL2"
 | 
						|
	li "RIVAL3"
 | 
						|
	li "LORELEI"
 | 
						|
	li "CHANNELER"
 | 
						|
	li "AGATHA"
 | 
						|
	li "LANCE"
 | 
						|
	li "YUJIROU"
 | 
						|
	li "STUDENT"
 | 
						|
	li "FIREFIGHTER"
 | 
						|
	li "KOICHI"
 | 
						|
	li "JACKY" ; Often called Jack, but the only source for that is the file names themselves, which are oft shortened or literal japanese translations; all other context is "Shinjuku Jacky".
 | 
						|
	li "JESSIE&JAMES"
 | 
						|
	li "GIOVANNI"
 | 
						|
	assert_list_length NUM_TRAINERS
 |