mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
e8bc86d1fe
Since we're aiming for consistency across the codebase, I believe it includes a uniform way to refer to the creatures this game consists of in the labels of the code. The only exceptions to this rule are labels referring to things named through the use of the <PK><MN> or <PKMN> characters, in which case PKMN is used. Most of this was already consistent enough™, I just picked the convention with the most occurences and fixed the outliers.
20 lines
314 B
NASM
20 lines
314 B
NASM
; Oak's Pokémon Talk will list wild Pokémon on these maps.
|
|
|
|
OaksPKMNTalkRoutes:
|
|
map ROUTE_29
|
|
map ROUTE_46
|
|
map ROUTE_30
|
|
map ROUTE_32
|
|
map ROUTE_34
|
|
map ROUTE_35
|
|
map ROUTE_37
|
|
map ROUTE_38
|
|
map ROUTE_39
|
|
map ROUTE_42
|
|
map ROUTE_43
|
|
map ROUTE_44
|
|
map ROUTE_45
|
|
map ROUTE_36
|
|
map ROUTE_31
|
|
OaksPKMNTalkRoutesEnd
|