index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
events
Age
Commit message (
Expand
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-10-28
Use -1 for terminating happiness probability data
Rangi
2021-06-19
Standardize capitalization of ".Jumptable"
Rangi
2021-05-30
Move the dbbw, dbww, and dbwww macros to legacy
Rangi
2021-05-09
Require rgbds 0.5.1
Rangi
2021-03-17
Assert some more table widths
Rangi
2021-03-04
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-11-08
Rename "dummy game" to "memory game"
Rangi
2020-10-29
Updates to more closely sync with pokegold
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Rangi
2020-10-27
Create data/collision/ for tile collision-related data
Rangi
2020-10-23
Identify some more link.asm labels (syncing to pokegold)
Rangi
2020-07-22
Move EngineFlags and SpecialsPointers into data/engine/
Rangi
2020-07-22
Revert "Factor out tables into data/overworld/"
Rangi
2020-07-22
Factor out tables into data/overworld/
Rangi
2020-06-10
Resolve #723: treat std scripts like specials and predefs
Rangi
2020-05-07
Clean up some percentage values
Rangi
2020-05-05
Miscellaneous fixes
Rangi
2019-05-18
Correct the older+younger haircut brothers' labels and constants
Rangi
2019-01-02
Clean up some Odd Egg and Battle Tower code and data
Rangi
2018-07-24
db $0, $0 → dn 0, 0, 0, 0 ; DVs
Rangi
2018-07-16
Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)
Rangi
2018-07-16
Consistently use dn for DVs
Rangi
2018-06-25
Single newline at the end of files
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-05-18
Constants for PC menu indexes
Rangi
2018-05-06
'rept' is not indented
Rangi
2018-04-04
Use 'elif' more
Rangi
2018-02-04
"chances" → "probabilities", since other files use that term and "changes" ...
Rangi
2018-02-01
More comments and macros
Rangi
2018-01-31
NPC trade constants don't all just start with TRADE_
Rangi
2018-01-25
Move event data to data/events/
Rangi