index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intro.c
Age
Commit message (
Expand
)
Author
2021-06-28
Match sub_806CF04
PikalaxALT
2021-06-28
Name funcs in credits.c; more ewram cleanup
PikalaxALT
2021-06-28
Resolve ewram0arr in intro.c, ewram0_7 in egg_hatch.c
PikalaxALT
2021-06-24
Document pokedex.c, 1
PikalaxALT
2020-09-01
Make invisible a boolean
PokeCodec
2020-08-29
Give songs meaningful english names
GriffinR
2019-07-28
remove hardcoded VRAM and EWRAM addresses
camthesaxman
2018-05-21
Standardize args to palette blend functions
Marcus Huderle
2018-02-18
remove subdirectories
camthesaxman
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP
2017-07-20
map out ram variables
drifloony
2017-06-24
first src changes
Marijn van der Werf
2017-06-20
move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette
camthesaxman
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-23
Merge pull request #305 from NieDzejkob/master
yenatch
2017-05-23
Merge pull request #303 from marijnvdwerf/clean/includes
yenatch
2017-05-22
Define gSineTable in trig.h
Marijn van der Werf
2017-05-22
Add data2 header
Marijn van der Werf
2017-05-22
Decrease indentation level of switches
Marijn van der Werf
2017-05-21
Various intro naming
NieDzejkob
2017-05-15
Remove last NONMATCHINGs in credits.c
Cameron Hall
2017-05-06
Fix intro.c for German build
Marijn van der Werf
2017-05-06
Various german patches
Marijn van der Werf
2017-04-27
Sort includes
Marijn van der Werf
2017-03-18
reorganize and add new headers for many files
ProjectRevoTPP
2017-01-28
introduce BGCNT constants
camthesaxman
2017-01-28
tabs to spaces
YamaArashi
2017-01-27
define more data in C (#220)
Cameron Hall
2017-01-27
define more data in C (#219)
Cameron Hall
2017-01-21
formatting
YamaArashi
2017-01-17
Remove trailing whitespace
Marijn van der Werf
2017-01-17
Sort includes
Marijn van der Werf
2017-01-06
finish decompiling intro.c (#169)
Cameron Hall
2017-01-06
fix broken build
YamaArashi
2017-01-06
decompile more intro functions
camthesaxman
2017-01-05
decompile up to sub_813D908
camthesaxman
2017-01-05
decompile up to sub_813D584
camthesaxman
2017-01-05
decompile sub_813D0CC
camthesaxman
2017-01-04
begin decompiling more intro code
camthesaxman
2017-01-03
more labels in battle_ai.c and intro.c and misc places (#151)
ProjectRevoTPP
2017-01-01
name some functions
YamaArashi
2016-12-12
Fix various warnings
Marijn van der Werf
2016-12-02
[WIP] Extract all external function declarations to headers (#114)
Marijn van der Werf
2016-11-30
Declare more non-static functions in header files (#111)
Marijn van der Werf
2016-11-25
Decompile more intro functions (#108)
Cameron Hall
2016-11-10
decompile title_screen.c (#96)
Cameron Hall
2016-10-11
begin decompiling intro functions
YamaArashi