mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 09:05:38 +13:00
Unnumbered Route
This route is unnumbered for now, because it's technically the last Nihon Route (numbered 23 in-prototype) and I don't know how to number it yet. It's easily find/replaced once we're sure, anyway. Wild data uses the prototype's plus a couple edits, levels are kept low as you're actually entering here. It's official: Nihon is connected to Johto and Kanto now!
This commit is contained in:
parent
aa67d01582
commit
289b250e89
24 changed files with 368 additions and 156 deletions
108
data/trainers/parties_new_classes.asm
Normal file
108
data/trainers/parties_new_classes.asm
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
SECTION "Enemy Trainer Parties 4", ROMX
|
||||
|
||||
; RBY / unused trainer types. Mostly placeholders.
|
||||
ChannelerGroup:
|
||||
next_list_item ; CHANNELER (1)
|
||||
db "SHANNA@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw GASTLY
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
CueBallGroup:
|
||||
next_list_item ; CUE_BALL (1)
|
||||
db "KIRBY@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw CLEFFA
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
EngineerGroup:
|
||||
next_list_item ; ENGINEER (1)
|
||||
db "DASHU@", TRAINERTYPE_NORMAL
|
||||
db 52
|
||||
dw MAGNEZONE
|
||||
db 54
|
||||
dw ELECTIVIRE
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
RockerGroup:
|
||||
next_list_item ; ROCKER (1)
|
||||
db "BOWIE@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw VOLTORB
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
TamerGroup:
|
||||
next_list_item ; TAMER (1)
|
||||
db "MOE@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw TAUROS
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
FirefighterGroup:
|
||||
next_list_item ; FIREFIGHTER (1)
|
||||
db "REMY@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw POLIWAG
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
TeacherMGroup:
|
||||
next_list_item ; TEACHERM (1)
|
||||
db "DORNYEI@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw BLISSEY
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
PainterGroup:
|
||||
next_list_item ; PAINTER (1)
|
||||
db "RACHEL@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw SMEARGLE
|
||||
db -1 ; end
|
||||
|
||||
next_list_item ; PAINTER (1)
|
||||
db "DALI@", TRAINERTYPE_MOVES
|
||||
db 53
|
||||
dw SMEARGLE
|
||||
dw EXTREMESPEED, BELLY_DRUM, NO_MOVE, NO_MOVE ; lol
|
||||
db -1 ; end
|
||||
|
||||
end_list_items
|
||||
|
||||
SoldierGroup:
|
||||
next_list_item ; SOLDIER (1)
|
||||
db "PEPPINO@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw FORRETRESS
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
SportsmanGroup:
|
||||
next_list_item ; SPORTSMAN (1)
|
||||
db "JACQUES@", TRAINERTYPE_NORMAL
|
||||
db 23
|
||||
dw DODUO
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
AerofossilGroup:
|
||||
next_list_item ; SPORTSMAN (1)
|
||||
db "???@", TRAINERTYPE_NORMAL
|
||||
db 99
|
||||
dw AERODACTYL
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
|
||||
KabufossilGroup:
|
||||
next_list_item ; SPORTSMAN (1)
|
||||
db "???@", TRAINERTYPE_NORMAL
|
||||
db 99
|
||||
dw KABUTOPS
|
||||
db -1 ; end
|
||||
end_list_items
|
||||
Loading…
Add table
Add a link
Reference in a new issue