index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
party_menu.asm
Age
Commit message (
Expand
)
Author
2018-03-13
Organize the engine/ directory
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-26
Sync documentation with code
Rangi
2018-01-25
Move event data to data/events/
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-19
Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)
Remy Oukaour
2018-01-16
Remove Predef_ prefix from routines listed in PredefPointers
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-11
Move party menu qualities to data/
Remy Oukaour
2018-01-11
More constants and data tables
Remy Oukaour
2018-01-02
More unreferenced labels and unused text
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-10
Consistent capitalization for map names, matching their constants
Remy Oukaour
2016-06-06
Remaining layout constants
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a t...
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
2016-03-01
Battle animation annotations
PikalaxALT
2016-01-04
more gfx-related labels
PikalaxALT
2015-12-23
Battle Anim Object struct constants
PikalaxALT
2015-12-22
More stats screen shenanigans
PikalaxALT
2015-12-22
Color fns, some more address decoding in link/mobile
PikalaxALT
2015-12-20
Menu joy flags; started with link address space
PikalaxALT
2015-12-19
More work on slots; WRAM cleanup, Move Deleter
PikalaxALT
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-12-17
More menu stuff
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-14
map setup and warps
PikalaxALT
2015-12-13
Miscellaneous labels
PikalaxALT
2015-12-01
Break up engine/sprites.asm; address yenatch's comments
PikalaxALT
2015-11-28
Renaming sections, further dissolving main.asm
PikalaxALT
2015-11-20
Annotate battle tower text bug
PikalaxALT
2015-11-19
main.asm is now under 30k lines
PikalaxALT
2015-11-18
CmdQueues
PikalaxALT
2015-11-18
items/item_effects.asm; engine/evolution.asm
PikalaxALT
2015-11-11
More splits; map setup labels
PikalaxALT
2015-11-10
No more DefaultFlypoint
PikalaxALT
2015-11-09
Add missing files in engine/ and battle/
PikalaxALT