index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
pokemon
/
mon_menu.asm
Age
Commit message (
Expand
)
Author
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2020-12-23
Rename some labels
Rangi
2020-11-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Rangi
2020-11-03
Identify more uses of wBuffer1-6
Rangi
2020-10-14
Identify some values as relative struct offsets in MoveScreenLoop
Rangi
2020-10-04
Identify more unnamed labels
Rangi
2020-08-03
Better label 2D menu data
mid-kid
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-05-25
Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip...
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2020-02-13
OWFlash -> FlashFunction
mid-kid
2019-11-03
Identify some move screen functions
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-04-19
Identify a few more WRAM label uses
Rangi
2019-04-09
TextBox -> Textbox
mid-kid
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
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-07
Split print_move_description and mon_menu
mid-kid
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-04-01
Fix file permissions
mid-kid
2018-03-14
Organize the engine/ directory, take 2
mid-kid