index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
text.asm
Age
Commit message (
Expand
)
Author
2018-01-10
Group some mutually edited files in data/sprites/
Remy Oukaour
2017-12-30
Merge pull request #450 from roukaour/master
yenatch
2017-12-29
Constants for TextBoxFlags
Remy Oukaour
2017-12-29
LY_BLANK and rLCDC constants
xCrystal
2017-12-28
endm -> ENDM
xCrystal
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-26
Correct documentation
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-15
More comments for macros
Remy Oukaour
2017-12-14
Reorganize macros
Remy Oukaour
2017-12-12
Identify more sprite-related constants
Remy Oukaour
2017-12-09
Define more charmap characters and use them in place of hard-coded numbers
Remy Oukaour
2017-06-09
Replace ‘jp [hl]’ with ‘jp hl’
Ben10do
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-08
All functions in main.asm have non-generic names
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2016-03-04
Make diacritic labels less confusing in PlaceString.
yenatch
2016-03-03
Use the dakuten characters.
yenatch
2016-01-18
Prepare to merge
PikalaxALT
2015-11-29
buttonsound
PikalaxALT
2015-11-28
Renaming sections, further dissolving main.asm
PikalaxALT
2015-11-25
Rename several script commands
PikalaxALT
2015-11-23
link and seer labels
PikalaxALT
2015-11-18
items/item_effects.asm; engine/evolution.asm
PikalaxALT
2015-10-31
SPRITEMOVEDATA
PikalaxALT
2015-10-30
Enumerate text constants
PikalaxALT
2015-10-19
Move battle start animation functions to its own file
PikalaxALT
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-10-13
Replace Functionfb8 with FillBoxWithByte
PikalaxALT
2015-10-11
Magikarp functions moved to event/magikarp.asm
PikalaxALT
2015-10-09
More radio labels
PikalaxALT
2015-10-04
soft reset
PikalaxALT
2015-07-22
Various annotations
PikalaxALT
2015-07-20
Reverted ld_hl_pointer macro
PikalaxALT
2015-07-15
More enumeration of constants, more annotations of scripts.
PikalaxALT
2015-02-10
Blind wram labels part 4.
yenatch
2014-08-14
Recomment the text engine.
yenatch
2014-07-18
Name cry functions in home.asm.
yenatch
2014-06-04
Use {hl,de,bc}coord macros wherever possible.
yenatch
2014-03-03
Get rid of static rom addresses in home/text.asm.
yenatch
2014-02-24
Misc bank 9 and text command $14 data.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-12-22
no more Public in joypad interface labels
yenatch
2013-10-25
Merge commit '546c17ad' into merge-mrwint
yenatch
2013-10-08
rename 'StartSFX' to 'PlaySFX'
yenatch
2013-10-02
* more callab/callba macros
Mr Wint
2013-10-01
* extracted and added a bunch of assembly
Mr Wint
2013-09-09
rename common/ to home/
yenatch