index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
items
Age
Commit message (
Expand
)
Author
2020-07-13
Disassemble the final English debug ROM
Rangi
2020-07-10
Use const_skip and const_next macros for brevity
Rangi
2020-06-22
Identify some more labels
Rangi
2020-06-21
Sync PokeFluteTerminator with pokegold
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-17
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...
Rangi
2020-06-17
Harmonize engine/{gfx, items, link, math} with pokegold
Rangi
2020-05-29
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Lhivorde
2020-05-25
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip...
Rangi
2020-03-21
Add suffixes to some constants to avoid ambiguity
Rangi
2020-02-23
Replace some "idiotic", "wtf", "stupid interns" comments with more common "us...
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2019-11-03
Bit 6 of PrintNum left-aligns numbers
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-06-09
Create constants for ScrollingMenu item formats
mid-kid
2019-04-09
TextBox -> Textbox
mid-kid
2019-04-08
Identify and eliminate wEngineBuffer1-5
Rangi
2019-03-18
Fix wram labeling for wPCItems
Fredrik Ljungdahl
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-09-22
Naming screen constants
Rangi
2018-09-09
Curr -> Cur
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-08-17
Fix some StatUp-related labels
mid-kid
2018-08-07
wWeeklyFlags -> wDailyFlags2
mid-kid
2018-08-07
Split print_move_description and mon_menu
mid-kid
2018-07-29
Fix reviewed issues.
Rangi
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-06-25
Keep more data/ INCLUDEs with relevant routines
Rangi
2018-06-25
No space between labels and bodies
Rangi
2018-06-25
Remove more triple newlines
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-06-23
wCurMartEnd - wCurMart = 16
Rangi
2018-06-23
Add STANDARDMART_* jumptable index constants
Rangi
2018-06-12
Note which labels are only needed for locating banks (relevant to issue #485)
Rangi
2018-05-20
Use REGISTERED_* constants
Rangi
2018-05-06
'rept' is not indented
Rangi
2018-04-05
Use constants for bit/set/res more
Rangi
2018-04-04
Fix snake_case filenames
mid-kid
2018-04-01
Fix file permissions
mid-kid
2018-03-25
Organize the engine/ directory, take 3
mid-kid
2018-03-14
Organize the engine/ directory, take 2
mid-kid