index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
pack.asm
Age
Commit message (
Expand
)
Author
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-16
Move some more main.asm routines into individual files
Remy Oukaour
2017-12-09
Move some gfx/misc/ files into meaningful directories
Remy Oukaour
2017-11-30
Label all of PARTYMENUACTION_*
mid-kid
2017-06-09
Replace ‘jp [hl]’ with ‘jp hl’
Ben10do
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
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-24
writebackup --> closewindow; game corner prize vendors; others
PikalaxALT
2015-12-24
Split up anim objects into several files
PikalaxALT
2015-12-22
Color fns, some more address decoding in link/mobile
PikalaxALT
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-12-17
More menu stuff
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-13
Pack; buy, sell, toss
PikalaxALT
2015-12-13
Pack
PikalaxALT
2015-11-23
link and seer labels
PikalaxALT
2015-11-18
CmdQueues
PikalaxALT
2015-11-11
More splits; map setup labels
PikalaxALT
2015-11-11
engine/mart.asm
PikalaxALT
2015-11-10
enum macros/move_anim.asm, resolve battle/anims.asm function labels
PikalaxALT
2015-11-04
Mon submenu, engine/menu.asm
PikalaxALT
2015-11-03
dbw BANK, addr replaced with dba
PikalaxALT
2015-11-03
Experience and level calculations
PikalaxALT
2015-11-03
Fix errors in global substitution
PikalaxALT
2015-11-01
Fix merge conflicts
PikalaxALT
2015-11-01
Buena local labels
PikalaxALT
2015-11-01
Sweepthrough of ClearBox arg conversion to lb
PikalaxALT
2015-10-26
merge with newest update
JimB16
2015-10-24
Address comments on PR 322
PikalaxALT
2015-10-24
About time I got to these functions
PikalaxALT
2015-10-19
So very jumb
PikalaxALT
2015-10-19
Move battle start animation functions to its own file
PikalaxALT
2015-10-17
Restructured functions in main.asm to resemble the home functions they clone
PikalaxALT
2015-10-16
Split up bank 2; other relabelings
PikalaxALT
2015-10-14
Replaced "ldtile" and "dwtile" with the "tile" equs macro
PikalaxALT
2015-09-12
found functions that determine next OTPkmn
JimB16
2015-09-10
changed more labels
JimB16
2015-07-22
Fixed a few labeling bugs
PikalaxALT
2015-07-22
Various annotations
PikalaxALT
2015-07-20
Merge remote-tracking branch 'kanzure/master' into gfx-script
yenatch
2015-07-20
Reverted ld_hl_pointer macro
PikalaxALT
2015-07-20
More label updates, moved predefs to new file
PikalaxALT
2015-07-18
Use pngs for some misc graphics.
yenatch
2015-07-18
Trainer data structure and field move functions
PikalaxALT
2015-07-15
More enumeration of constants, more annotations of scripts.
PikalaxALT
2015-06-23
Remove trailing newlines.
IIMarckus
2015-02-11
Split out the pack code.
yenatch