index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
print_unown.asm
Age
Commit message (
Expand
)
Author
2022-03-12
Build the Virtual Console patch with `make crystal11_vc` (#882)
vulcandth
2020-06-17
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...
Rangi
2020-04-17
More miscellaneous fixes (see #709)
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2019-04-09
TextBox -> Textbox
mid-kid
2019-02-16
Update to rgbds 0.3.8
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
Use specific constants for overwritten text tiles
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
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-08
Simplify comments per Rangi's rec.
Adelaide Walter
2018-01-04
Document switches to BANK(sScratch) via xor a
Adelaide Walter
2018-01-03
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessa...
Adelaide Walter
2018-01-02
Consistent predef function names
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-27
Move events/ to engine/events/
Remy Oukaour