index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
mart.asm
Age
Commit message (
Expand
)
Author
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/mid-kid/pokecrystal (resolve PR #...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-14
Use constants for menu flags
mid-kid
2018-01-13
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Remy Oukaour
2018-01-11
Disambiguate some uses of wcf64/5/6
Remy Oukaour
2018-01-02
More unreferenced labels and unused text
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2018-01-02
More unreferenced labels cleanup
xCrystal
2017-12-28
Prefix engine_flags wram addresses with w
xCrystal
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-15
Copy pokered's organization some more, with further constant and data files
Remy Oukaour
2017-12-09
More WRAM cleanup
Remy Oukaour
2016-05-10
Labeled every function in ROM0 that's referenced in the source
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-01-27
Fix marts using hard-coded bank number
PikalaxALT
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-12-17
More menu stuff
PikalaxALT
2015-12-17
Elevator
PikalaxALT
2015-12-17
Mobile trade animations, pokepic animations
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-13
Pack; buy, sell, toss
PikalaxALT
2015-12-13
Pack
PikalaxALT
2015-12-01
Break up engine/sprites.asm; address yenatch's comments
PikalaxALT
2015-11-23
link and seer labels
PikalaxALT
2015-11-17
Here's the mail it never fails
PikalaxALT
2015-11-16
More specials; bank 12 mobile
PikalaxALT
2015-11-13
Creation of constants for OBJECT_09 indices
PikalaxALT
2015-11-11
Further split bank 4
PikalaxALT
2015-11-11
engine/mart.asm
PikalaxALT