index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wild_encounter.c
Age
Commit message (
Collapse
)
Author
2021-12-31
Clean up pokedex_area_screen
GriffinR
2021-11-16
Handle optional arguments for warp commands, add WARP_ID_NONE
GriffinR
2021-11-03
Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW
GriffinR
2021-10-18
Clean up metatile_behavior
GriffinR
2021-10-09
Some constants in wild_encounter.c, document Feebas spot generation
GriffinR
2021-10-09
Add MAP_OFFSET
GriffinR
2021-06-27
fix encounter slot logic to accomodate changes
garakmon
2021-03-31
Document Dewford Trend
GriffinR
2020-10-01
Replace POKEMON_SLOTS_NUMBER
GriffinR
2020-07-18
Merge branch 'master' into doc-overworld
GriffinR
2020-07-18
Clean up some battle scr cmd data
GriffinR
2020-06-29
Label fishing effect functions
GriffinR
2020-04-15
Using sandstorm weather constant for Sand Veil encounter rate.
AsparagusEduardo
2020-02-25
Use macro for randomization with ISO value
GriffinR
2019-12-14
Document Battle Pyramid scripts
GriffinR
2019-11-25
Begin documenting Battle Pike and Frontier Util
GriffinR
2019-10-14
add subgroups for fishing rods to encounter json
garak
2019-07-29
index to slot in c file
garak
2019-07-01
create defines to support encounter index ratios
garak
2019-06-30
add field info to wild pokemon json
garak
2019-05-08
Convert wild encounter data to JSON
Marcus Huderle
2019-01-31
Convert map data to JSON
Marcus Huderle
2018-12-24
fix feebas check
Melody
2018-12-20
Merge with master
DizzyEggg
2018-12-19
Move data out of wild_encounter.c
Deokishisu
wild_encounter.c is cleaned up, and its data has been moved to src/data/wild_encounters.h.
2018-12-15
Up to sub 0x80ce580
DizzyEggg
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵
nullableVoidPtr
spaces -> tabs
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵
nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-18
Document Battle Pyramid
DizzyEggg
2018-11-12
Document Battle Pie
DizzyEggg
2018-10-21
More battle tower.
DizzyEggg
2018-06-30
Merge branch 'master' into decompile_battle_tent
DizzyEggg
2018-06-20
Fix map constants
Marcus Huderle
2018-06-20
Rename map-layout-related things
Marcus Huderle
2018-06-17
battle tent start and create frontier struct in saveblock
DizzyEggg
2018-06-15
Get all map constants from include/ rather than constants/
Marcus Huderle
2018-02-05
move wild data to C
DizzyEggg
2017-12-11
convert more constants
camthesaxman
2017-12-05
fix merge conflicts
camthesaxman
2017-12-05
rename rng.c to random.c and rom4.c to overworld.c
camthesaxman
2017-12-05
convert some constants to C headers
camthesaxman
2017-11-20
wild encounter review changes
DizzyEggg
2017-11-18
wild encounter done
DizzyEggg
2017-11-17
wild encounter file is decompiled
DizzyEggg
2017-11-17
more work on wild encounter
DizzyEggg
2017-11-16
start decompiling wild encounter
DizzyEggg