index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
secret_base.c
Age
Commit message (
Collapse
)
Author
2021-06-29
Unify party_menu.h structs
PikalaxALT
2021-06-17
document ewram macros in BattleStartClearSetData
PikalaxALT
2020-08-19
Merge pull request #788 from kazblox/master
GriffinR
Fix NONMATCHINGs and actual English Debug support
2020-06-02
contest_painting.c: sub_8106B90 and sub_8106630 matching
Kaz
secret_base.c: better fakematch for sub_80BC6B0
2020-04-24
Sync shared_secret_base.inc
GriffinR
2020-04-23
Sync event macros
GriffinR
2020-02-12
Fix event object include guards and constant filenames
GriffinR
2020-02-12
Standardize Event Object to Object Event
GriffinR
2018-07-26
Fix nonmatching SetPlayerSecretBaseRecordMixingParty()
Marcus Huderle
2018-07-12
Use map type constants in map headers
Marcus Huderle
2018-07-11
Use bg event type constants and remove unneeded bg_event argument
Marcus Huderle
2018-06-23
Document field_effect_helpers and other misc. things
Marcus Huderle
2018-06-20
Merge remote-tracking branch 'upstream/master' into assets
Marcus Huderle
2018-06-20
Rename map attribute structs to MapLayout
Marcus Huderle
2018-06-19
Label various overworld-related things
Marcus Huderle
2018-06-10
Label move_tutor_menu.c
Marcus Huderle
2018-06-07
Label all metatile behaviors and functions
Marcus Huderle
2018-05-29
Unify 'map object' and 'field object' terms into 'event object'
Marcus Huderle
2018-05-29
More event object movement cleanup
Marcus Huderle
2018-04-10
Document/cleanup fldeff_secretpower.c
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-07-16
labeling
camthesaxman
2017-06-24
first src changes
Marijn van der Werf
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-06-15
move player_pc data to C file and do a lot of labeling
ProjectRevoTPP
2017-06-13
Fix leading whitespace; remove unnecessary data struct macros
PikalaxALT
2017-06-13
File modes NotLikeThis
PikalaxALT
2017-06-12
Merge branch 'decoration' of github.com:pikalaxalt/pokeruby into decoration
PikalaxALT
2017-06-12
Update labels in decoration.h
PikalaxALT
2017-06-05
Delete asm/decoration.s, having completed its decompilation aside from two ↵
scnorton
non-matching functions
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-24
Decrease indentation level of switches
Marijn van der Werf
2017-05-22
Decrease indentation level of switches
Marijn van der Werf
2017-05-18
sub_80BF1B4
PikalaxALT
2017-05-16
SecretBasePC_PackUp
PikalaxALT
2017-05-16
sub_80BC300 (nonmatching)
PikalaxALT
2017-05-16
Merge secret base source files
PikalaxALT
2017-05-16
Merge github.com:pikalaxalt/pokeruby
PikalaxALT
2017-05-16
More work on secret base
PikalaxALT
2017-05-15
First pass at sub_80BB764 (not matching)
PikalaxALT
2017-05-15
sub_80BC224
PikalaxALT
2017-05-15
Decompile another function in secret bases; switch nonmatching sub_80BB66C ↵
PikalaxALT
behind NONMATCHING
2017-05-09
Decompile sub_80BC190
Marijn van der Werf