index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
fixed_words.asm
Age
Commit message (
Collapse
)
Author
2017-12-15
Move some misc/ files into meaningful directories
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2017-10-22
condense japanese pokemon sort
yenatch
2017-06-09
Replace ‘jp [hl]’ with ‘jp hl’
Ben10do
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings.
2016-06-13
hLCDCPointer and InitList
pikalaxalt
2016-06-07
Fix indentation in many places
pikalaxalt
2016-05-14
Rename FixedWords to EZChat
pikalaxalt
2016-05-14
EZChat cursor object
pikalaxalt
2016-05-08
All functions in main.asm have non-generic names
pikalaxalt
2016-05-05
Mobile and more battle anims
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a ↵
pikalaxalt
trailing colon
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ↵
pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2015-12-28
trainer card
PikalaxALT
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-26
Move effects; no more reloadmapmusic, returnafterbattle
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-05
Celebi Event
PikalaxALT
2015-12-01
Break up engine/sprites.asm; address yenatch's comments
PikalaxALT
2015-11-29
Pokedex labels
PikalaxALT
2015-11-28
Renaming sections, further dissolving main.asm
PikalaxALT
2015-11-24
Mobile functions for fixed-phrase selection
PikalaxALT