aboutsummaryrefslogtreecommitdiffstats
path: root/data/trainers
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-19 23:04:16 -0400
committerGitHub <noreply@github.com>2020-07-19 23:04:16 -0400
commit0177688ad4d923c4970009fa87df48605bb43ed6 (patch)
tree4c44fbb1813e78eb00f7c1690d2c23099a49113b /data/trainers
parentMerge pull request #277 from Rangi42/master (diff)
parentMissingno's Pokédex weight is two bytes like the rest (diff)
downloadpokeyellow-0177688ad4d923c4970009fa87df48605bb43ed6.tar.gz
pokeyellow-0177688ad4d923c4970009fa87df48605bb43ed6.tar.xz
pokeyellow-0177688ad4d923c4970009fa87df48605bb43ed6.zip
Merge pull request #279 from Rangi42/master
Identify sprite and battle animation data
Diffstat (limited to 'data/trainers')
-rw-r--r--data/trainers/ai_pointers.asm2
-rwxr-xr-xdata/trainers/encounter_types.asm2
-rw-r--r--data/trainers/move_choices.asm8
-rw-r--r--data/trainers/name_pointers.asm44
-rwxr-xr-xdata/trainers/parties.asm4
5 files changed, 30 insertions, 30 deletions
diff --git a/data/trainers/ai_pointers.asm b/data/trainers/ai_pointers.asm
index d2e3b11c..9008be86 100644
--- a/data/trainers/ai_pointers.asm
+++ b/data/trainers/ai_pointers.asm
@@ -15,7 +15,7 @@ TrainerAIPointers:
dbw 3, GenericAI
dbw 3, GenericAI
dbw 3, GenericAI
- dbw 3, JugglerAI ; juggler_x
+ dbw 3, JugglerAI ; unused_juggler
dbw 3, GenericAI
dbw 3, GenericAI
dbw 3, GenericAI
diff --git a/data/trainers/encounter_types.asm b/data/trainers/encounter_types.asm
index 222b5868..5bca2517 100755
--- a/data/trainers/encounter_types.asm
+++ b/data/trainers/encounter_types.asm
@@ -6,7 +6,7 @@ FemaleTrainerList::
db -1 ; end
EvilTrainerList::
- db OPP_JUGGLER_X
+ db OPP_UNUSED_JUGGLER
db OPP_GAMBLER
db OPP_ROCKER
db OPP_JUGGLER
diff --git a/data/trainers/move_choices.asm b/data/trainers/move_choices.asm
index fc230ac1..6e6df63c 100644
--- a/data/trainers/move_choices.asm
+++ b/data/trainers/move_choices.asm
@@ -20,7 +20,7 @@ TrainerClassMoveChoiceModifications:
move_choices 1 ; BIKER
move_choices 1, 3 ; BURGLAR
move_choices 1 ; ENGINEER
- move_choices 1, 2 ; JUGGLER_X
+ move_choices 1, 2 ; UNUSED_JUGGLER
move_choices 1, 3 ; FISHER
move_choices 1, 3 ; SWIMMER
move_choices ; CUE_BALL
@@ -32,7 +32,7 @@ TrainerClassMoveChoiceModifications:
move_choices 1 ; TAMER
move_choices 1 ; BIRD_KEEPER
move_choices 1 ; BLACKBELT
- move_choices 1 ; SONY1
+ move_choices 1 ; RIVAL1
move_choices 1, 3 ; PROF_OAK
move_choices 1, 2 ; CHIEF
move_choices 1, 2 ; SCIENTIST
@@ -49,8 +49,8 @@ TrainerClassMoveChoiceModifications:
move_choices 1, 3 ; BLAINE
move_choices 1, 3 ; SABRINA
move_choices 1, 2 ; GENTLEMAN
- move_choices 1, 3 ; SONY2
- move_choices 1, 3 ; SONY3
+ move_choices 1, 3 ; RIVAL2
+ move_choices 1, 3 ; RIVAL3
move_choices 1, 2, 3 ; LORELEI
move_choices 1 ; CHANNELER
move_choices 1 ; AGATHA
diff --git a/data/trainers/name_pointers.asm b/data/trainers/name_pointers.asm
index 537a95e3..98e2e406 100644
--- a/data/trainers/name_pointers.asm
+++ b/data/trainers/name_pointers.asm
@@ -12,7 +12,7 @@ TrainerNamePointers:
dw wTrainerName
dw .BurglarName
dw .EngineerName
- dw .JugglerXName
+ dw .UnusedJugglerName
dw wTrainerName
dw .SwimmerName
dw wTrainerName
@@ -48,24 +48,24 @@ TrainerNamePointers:
dw wTrainerName
dw wTrainerName
-.YoungsterName: db "YOUNGSTER@"
-.BugCatcherName: db "BUG CATCHER@"
-.LassName: db "LASS@"
-.JrTrainerMName: db "JR.TRAINER♂@"
-.JrTrainerFName: db "JR.TRAINER♀@"
-.PokemaniacName: db "POKéMANIAC@"
-.SuperNerdName: db "SUPER NERD@"
-.BurglarName: db "BURGLAR@"
-.EngineerName: db "ENGINEER@"
-.JugglerXName: db "JUGGLER@"
-.SwimmerName: db "SWIMMER@"
-.BeautyName: db "BEAUTY@"
-.RockerName: db "ROCKER@"
-.JugglerName: db "JUGGLER@"
-.BlackbeltName: db "BLACKBELT@"
-.ProfOakName: db "PROF.OAK@"
-.ChiefName: db "CHIEF@"
-.ScientistName: db "SCIENTIST@"
-.RocketName: db "ROCKET@"
-.CooltrainerMName: db "COOLTRAINER♂@"
-.CooltrainerFName: db "COOLTRAINER♀@"
+.YoungsterName: db "YOUNGSTER@"
+.BugCatcherName: db "BUG CATCHER@"
+.LassName: db "LASS@"
+.JrTrainerMName: db "JR.TRAINER♂@"
+.JrTrainerFName: db "JR.TRAINER♀@"
+.PokemaniacName: db "POKéMANIAC@"
+.SuperNerdName: db "SUPER NERD@"
+.BurglarName: db "BURGLAR@"
+.EngineerName: db "ENGINEER@"
+.UnusedJugglerName: db "JUGGLER@"
+.SwimmerName: db "SWIMMER@"
+.BeautyName: db "BEAUTY@"
+.RockerName: db "ROCKER@"
+.JugglerName: db "JUGGLER@"
+.BlackbeltName: db "BLACKBELT@"
+.ProfOakName: db "PROF.OAK@"
+.ChiefName: db "CHIEF@"
+.ScientistName: db "SCIENTIST@"
+.RocketName: db "ROCKET@"
+.CooltrainerMName: db "COOLTRAINER♂@"
+.CooltrainerFName: db "COOLTRAINER♀@"
diff --git a/data/trainers/parties.asm b/data/trainers/parties.asm
index 24b4b9ca..005cb1dd 100755
--- a/data/trainers/parties.asm
+++ b/data/trainers/parties.asm
@@ -11,7 +11,7 @@ TrainerDataPointers:
dw BikerData
dw BurglarData
dw EngineerData
- dw Juggler1Data
+ dw UnusedJugglerData
dw FisherData
dw SwimmerData
dw CueBallData
@@ -308,7 +308,7 @@ EngineerData:
db 21, MAGNEMITE, 0
db 18, MAGNEMITE, MAGNEMITE, MAGNETON, 0
-Juggler1Data:
+UnusedJugglerData:
; none
FisherData: