index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mobile
/
fixed_words.asm
Age
Commit message (
Expand
)
Author
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-19
Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)
Remy Oukaour
2018-01-19
More Japanese characters
Remy Oukaour
2018-01-18
Use Japanese charmap definitions in strings
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-02
Move EZChat Pokémon order to data/
Remy Oukaour
2018-01-02
1-based EZ Chat cursor data indexes
Remy Oukaour
2018-01-02
Document more sprite anim data
Remy Oukaour
2018-01-02
Finish consistent Special function names
xCrystal
2018-01-02
Clean up XXX comments for unused content
xCrystal
2018-01-01
Rename Pals labels in WRAM bank 5
xCrystal
2017-12-28
endm -> ENDM
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-21
Use NAME_LENGTH_JAPANESE more
Remy Oukaour
2017-12-15
Move some misc/ files into meaningful directories
Remy Oukaour