index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
init.asm
Age
Commit message (
Expand
)
Author
2020-07-01
Identify more labels, and use the jumptable macro when possible
Rangi
2020-06-17
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...
Rangi
2020-06-16
Harmonize home/ with pokegold
Rangi
2019-11-18
Make the map setup commands match the actual function names better
mid-kid
2019-05-25
Fix usage of rIE and rSC constants
mid-kid
2019-01-12
Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank
Rangi
2018-12-26
Fix comments around BANK() statements
mid-kid
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-06-25
No space between labels and bodies
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-01-30
Fix wVirtualOAM labels, part 1.
luckytyphlosion
2018-01-23
Replace Stack with wStack.
luckytyphlosion
2018-01-19
Use hSerialConnectionStatus constants elsewhere
Remy Oukaour
2018-01-19
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Remy Oukaour
2018-01-18
Eliminate wd000
Remy Oukaour
2018-01-16
Remove Predef_ prefix from routines listed in PredefPointers
Remy Oukaour
2018-01-14
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...
Remy Oukaour
2018-01-03
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...
Adelaide Walter
2018-01-03
Scrub WRAM addresses from comments & use WRAM1_Begin where appropriate.
Adelaide Walter
2018-01-02
Consistent predef function names
xCrystal
2017-12-29
Clean up changes in 3c6c80f
xCrystal
2017-12-29
LY_BLANK and rLCDC constants
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-26
Keep memory map values in hardware_constants.asm
Remy Oukaour
2017-12-26
Copy sram.asm's global start/end constants for wram.asm and vram.asm
Remy Oukaour
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-09
Further WRAM organization
Remy Oukaour
2016-05-19
Comment on bug in ClearWRAM
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-05
Mobile and more battle anims
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2015-12-26
Move effects; no more reloadmapmusic, returnafterbattle
PikalaxALT
2015-11-11
More splits; map setup labels
PikalaxALT
2015-11-06
BATTLEACTION constants
PikalaxALT
2015-11-05
Various labels
PikalaxALT
2015-10-19
So very jumb
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2015-02-10
Blind wram labels part 4.
yenatch
2014-06-16
Use a predef macro that takes labels instead of juggling constants.
yenatch
2014-05-21
Comment music functions in home.asm.
yenatch
2014-02-01
Use :: to export labels between objects.
yenatch
2013-10-11
fix labels for SoundRestart and UpdateSound
yenatch
2013-09-09
rename common/ to home/
yenatch