This website requires JavaScript.
Explore
Help
Sign In
pokehacks
/
pokecrystal-board
Watch
0
Star
0
Fork
0
You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced
2024-09-09 09:51:34 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c564e11fa8
pokecrystal-board
/
data
/
radio
/
oaks_pkmn_talk_routes.asm
6 lines
99 B
NASM
Raw
Normal View
History
Unescape
Escape
Move radio channel data into data/
2018-01-10 08:30:12 -08:00
; Oak's Pokémon Talk will list wild Pokémon on these maps.
Pkmn -> Mon 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.
2018-02-22 08:13:29 -08:00
OaksPKMNTalkRoutes:
Remove original maps and object events (#1)
2023-07-25 06:33:08 -07:00
map_id
N_A
Verify data table sizes with table_width and assert_table_length macros This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-03-03 19:22:41 -08:00
.End
Reference in New Issue
Copy Permalink