index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
gfx
/
load_pics.asm
Age
Commit message (
Expand
)
Author
2021-10-06
Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpicPointer`
Rangi
2021-03-04
Verify data table sizes with table_width and assert_table_length macros
Rangi
2021-01-09
Rename GetFarHalfword to GetFarWord
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-17
Harmonize engine/{gfx, items, link, math} with pokegold
Rangi
2020-06-16
Harmonize some more symbols with pokegold
Rangi
2020-04-06
Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)
Rangi
2018-08-26
hQuotient is a four-byte buffer (fixes #558)
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-06-30
Use significant values 5, 6, and 7
Rangi
2018-06-30
No linebreak
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-06-03
Create empty sections for the remaining FixPicBank array entries
Rangi
2018-06-03
Change FixPicBank bank array
Rangi
2018-05-29
Same pic bank solution as pokecrystal
Rangi
2018-04-01
Fix file permissions
mid-kid
2018-03-13
Organize the engine/ directory
mid-kid