| .. |
|
audio.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
battle_vars.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
battle.asm
|
Fix comment/style issues caused from w-izing.
|
2018-01-30 14:05:25 -05:00 |
|
copy.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
copy2.asm
|
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
|
2016-04-10 14:42:14 -04:00 |
|
cry.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
decompress.asm
|
Fix indentation in many places
|
2016-06-07 08:13:08 -04:00 |
|
delay.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
double_speed.asm
|
Remove trailing newlines.
|
2015-06-23 12:24:51 -06:00 |
|
fade.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
farcall.asm
|
Replace ‘jp [hl]’ with ‘jp hl’
|
2017-06-09 22:01:10 +01:00 |
|
flag.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
game_time.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
handshake.asm
|
Port homecall macro
|
2016-05-27 10:41:59 -04:00 |
|
hm_moves.asm
|
IsHM is not used within home/names.asm; group it with the other HM routines+data
|
2017-12-22 22:56:21 -05:00 |
|
init.asm
|
Fix wVirtualOAM labels, part 1.
|
2018-01-30 14:47:14 -05:00 |
|
interrupts.asm
|
move rst.asm and interrupts.asm into home/
|
2017-12-24 21:47:11 -05:00 |
|
item.asm
|
callba/callab → farcall/callfar
|
2017-12-24 12:47:30 -05:00 |
|
joypad.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
lcd.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
map_objects.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
map.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
math.asm
|
callba/callab → farcall/callfar
|
2017-12-24 12:47:30 -05:00 |
|
menu.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
mobile.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
movement.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
names.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
palettes.asm
|
use PAL_COLOR_SIZE
|
2018-01-26 21:25:49 -05:00 |
|
pokedex_flags.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
predef.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
random.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
rst.asm
|
* BillPhoneGeneriText -> BillPhoneGenericText
|
2018-02-26 22:29:09 -05:00 |
|
rtc.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
serial.asm
|
Fix more w-izing edge cases.
|
2018-02-04 22:45:04 -05:00 |
|
sine.asm
|
Macro factors out sine code, just like sine data, since it's used 5 times
|
2018-02-03 21:11:55 -05:00 |
|
sram.asm
|
Remove trailing newlines.
|
2015-06-23 12:24:51 -06:00 |
|
string.asm
|
All functions in main.asm have non-generic names
|
2016-05-08 14:11:24 -04:00 |
|
text.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
tilemap.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
time.asm
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2018-02-03 19:42:56 -05:00 |
|
trainers.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
vblank.asm
|
Fix wVirtualOAM labels, part 1.
|
2018-01-30 14:47:14 -05:00 |
|
video.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |
|
window.asm
|
Prefix wram labels with w, part 2.
|
2018-01-23 17:39:09 -05:00 |