index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field
/
party_menu.c
Age
Commit message (
Collapse
)
Author
2018-02-18
remove subdirectories
camthesaxman
2018-02-18
decompile more debug code
Cameron Hall
2018-02-16
decompile more debug code
Cameron Hall
2018-01-27
add comments for pool loads in C files
Cameron Hall
2018-01-22
fix false gMysteryEventScriptCmdTableEnd offsets
Cameron Hall
2018-01-21
resolve merge conflicts and make it compile
Cameron Hall
2018-01-18
add some debug data
Cameron Hall
2018-01-18
finish adding all debug code
Cameron Hall
2018-01-18
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
ProjectRevoTPP
2018-01-18
add more debug code
Cameron Hall
2018-01-17
use Defvars instead of some Dma macros and hopefully last while(1)s
ProjectRevoTPP
2018-01-17
use Dma Large loops for every while(1) Dma loop
ProjectRevoTPP
2018-01-17
add more debug things
Cameron Hall
2018-01-17
use 'if DEBUG' instead of 'ifdef DEBUG'
Cameron Hall
2018-01-16
Merge branch 'master' into german_debug
Cameron Hall
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-16
remove some symbols from sym_ewram.txt
camthesaxman
2018-01-14
improve TM/HM constants and add macro for TM/HM learnsets
camthesaxman
2018-01-09
label some scanline_effect functions
camthesaxman
2018-01-09
rename unknown_task to scanline_effect
camthesaxman
2018-01-09
more text/menu renaming
camthesaxman
2018-01-09
s/gWindowConfig/gWindowTemplate/g
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2018-01-07
Match sub_806BC3C
Marcus Huderle
2018-01-07
match CB2_PartyMenuMain
camthesaxman
2017-12-23
Merge branch 'master' into decompile_data
PikalaxALT
2017-12-21
Rename gScript* vars to gSpecialVar_*
Marcus Huderle
2017-12-19
Reorganize party_menu rodata to resolve explicit memcpy calls
PikalaxALT
2017-12-17
Use FLAG_ prefix for all flags
Marcus Huderle
2017-11-26
fix merge conflicts
camthesaxman
2017-11-26
Cleanup pokemon_summary_screen
Marcus Huderle
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-11
eliminate remaining RAM pointers in src/
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-04
more fixes
ProjectRevoTPP
2017-10-23
recast fixes for SetMonData and SetBoxMonData.
ProjectRevoTPP
2017-10-23
use SPEED instead of SPD in mon data constants
camthesaxman
2017-10-10
Add more party_menu documentation
Marcus Huderle
2017-10-09
Document part of menu setup struct and accompanying functions
Marcus Huderle
2017-10-09
Document party menu handlers, text oam, and menu types
Marcus Huderle
2017-10-09
Fix German build for party_menu
Marcus Huderle
2017-10-09
Merge remote-tracking branch 'upstream/master' into party_menu
Marcus Huderle
2017-09-09
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP