index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intro.c
Age
Commit message (
Expand
)
Author
2021-11-17
Merge pull request #1550 from GriffinRichards/doc-pokenav
GriffinR
2021-11-13
Merge pull request #1549 from GriffinRichards/doc-binterface
GriffinR
2021-11-10
Clean up some register constant use
GriffinR
2021-11-08
Document remainder of save.c
GriffinR
2021-11-07
Disambiguate cry functions
GriffinR
2021-11-07
Add CRY_MODE constants
GriffinR
2021-10-07
Merge branch 'master' into doc-union
GriffinR
2021-10-05
Continue misc link documentation, rename reset_save_heap
GriffinR
2021-08-24
Removed trailing spaces in the most relevant files
LOuroboros
2021-07-07
Flatten pos fields in struct Sprite
PikalaxALT
2021-03-29
Merge branch 'master' into doc-introcred
GriffinR
2021-03-29
Standardize intro gfx names
GriffinR
2021-03-28
Document intro, start intro_credits/credits
GriffinR
2021-03-21
Add SAFE_DIV
GriffinR
2021-02-24
Add palette selection constants
GriffinR
2021-01-19
Remove unused local variables and functions
GriffinR
2020-10-01
Replace POKEMON_SLOTS_NUMBER
GriffinR
2020-08-20
Give songs meaningful english names
GriffinR
2020-02-25
Document move anims A-C
GriffinR
2020-01-12
Clean up some of save.c
GriffinR
2019-12-06
More usage of ST_OAM constants and SPRITE macros
GriffinR
2019-12-06
Use ST_OAM constants for OamData definitions
GriffinR
2019-09-08
Move gflib srcs and headers to gflib subdir
PikalaxALT
2019-03-16
Use constants for Oam .shape and .size fields
Phlosioneer
2019-03-16
Document the water droplet data.
Phlosioneer
2019-02-17
use BG_SCREEN_ADDR macro for tilemap addresses
garak
2019-02-16
use BG_CHAR_ADDR define
garak
2019-02-13
Fix spelling of Rayquaza
Phlosioneer
2019-02-09
Document the intro movie state machine
Phlosioneer
2018-12-17
3.5 asm left
DizzyEggg
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and spa...
nullableVoidPtr
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc...
nullableVoidPtr
2018-10-21
more tag names
garak
2018-10-21
Fix LZ compressed data alignment
Diegoisawesome
2018-10-14
Move 'blend_palette'.c to util.c
DizzyEggg
2018-09-15
Add anim tag sprite defines
DizzyEggg
2018-02-15
Finish decompiling intro
Diegoisawesome
2018-02-15
Almost finish decompiling intro
Diegoisawesome