index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
party_menu.c
Age
Commit message (
Expand
)
Author
2021-06-29
Merge softboiled struct into gPartyMenu
PikalaxALT
2021-06-29
Unify party_menu.h structs
PikalaxALT
2021-06-29
Fix pokemon_icon.c fakematch
PikalaxALT
2021-06-28
Resolve explicit CpuFastSet calls in party_menu.c; define gTileBufferPtr
PikalaxALT
2021-06-28
Match CreateHeldItemIcon_806DCD4
PikalaxALT
2021-06-28
Match sub_806CF04
PikalaxALT
2021-06-28
Match ChangeLinkDoubleBattlePartyMenuSelection
PikalaxALT
2021-06-28
Match HandleDefaultPartyMenuInput
PikalaxALT
2021-06-28
Match sub_806B908
PikalaxALT
2021-06-28
Merge two structs at gSharedMem + 0x1FE00
PikalaxALT
2021-06-28
Sync GetItemEffectType from Emerald
PikalaxALT
2021-06-24
Finish porting contest data to C
PikalaxALT
2021-06-21
Sync more contest docs from Emerald
PikalaxALT
2021-06-16
Sync BattleStruct.multiBuffer from Em/FR
PikalaxALT
2020-09-01
Make invisible a boolean
PokeCodec
2020-08-29
Give songs meaningful english names
GriffinR
2020-07-22
Fix COMMON sym references under modern gcc
PikalaxALT
2018-11-13
ANIM_BANK -> ANIM_BATTLER and some newlines
garak
2018-09-12
Match a few NONMATCHINGs, document some NONMATCHINGs.
luckytyphlosion
2018-06-23
Document field_effect_helpers and other misc. things
Marcus Huderle
2018-06-20
Use MUS_ prefix instead of BGM_ prefix for songs
Marcus Huderle
2018-06-10
Label move_tutor_menu.c
Marcus Huderle
2018-06-07
Fix fake-matching DrawMonDescriptorStatus()
Marcus Huderle
2018-05-21
Standardize args to palette blend functions
Marcus Huderle
2018-04-09
Merge pull request #591 from huderlem/misc_doc
Marcus Huderle
2018-04-08
Add 'fainted' and 'pokerus' primary status defines
Marcus Huderle
2018-04-08
Document friendship events, primary status ailments, and misc cleanup
Marcus Huderle
2018-04-07
through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))
PikalaxALT
2018-02-18
remove subdirectories
camthesaxman
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP
2017-06-28
Remove excess declarations of gScriptItemId
scnorton
2017-06-25
Merge remote-tracking branch 'origin/master' into de/integrate-data-includes
yenatch
2017-06-24
src
Marijn van der Werf
2017-06-17
fix merge conflicts
camthesaxman
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-06-16
decompile sub_8121E10 - sub_8122838
camthesaxman
2017-06-14
Merge pull request #321 from camthesaxman/decompile_rom_8094928
yenatch
2017-06-10
move rom_8094928.c into battle_party_menu.c
camthesaxman
2017-06-10
finish decompiling player_pc.c
ProjectRevoTPP
2017-05-26
Make rom build again
Marijn van der Werf
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-22
Add data2 header
Marijn van der Werf
2017-05-22
Remove duplicate strings.h declarations
Marijn van der Werf
2017-05-17
fill holes in party_menu.c and add battle_interface.h header
camthesaxman
2017-05-17
fix up party_menu.c and decompile some more functions
camthesaxman
2017-01-28
tabs to spaces
YamaArashi
2017-01-21
formatting
YamaArashi
2017-01-17
Move `gStringVar` declarations to text.h
Marijn van der Werf
2017-01-06
Decompile party_menu functions
Marijn van der Werf