index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asm
/
main.s
Age
Commit message (
Expand
)
Author
2017-02-15
finish decompiling main.c (#17)
ProjectRevoTPP
2017-02-03
begin decompiling main.s
YamaArashi
2017-02-01
start decompiling battle_ai
camthesaxman
2017-01-14
rename some functions to match pokeruby
YamaArashi
2017-01-14
decompile string_util
YamaArashi
2016-11-02
port siirtc from pokeruby
YamaArashi
2016-11-01
Ported libmks4agb from pokeruby (#12)
Diegoisawesome
2016-11-01
use ramscrgen
YamaArashi
2016-11-01
split asm files
YamaArashi
2016-11-01
add address of main function
YamaArashi
2016-11-01
.s -> .inc
YamaArashi
2016-09-02
make asm compatible with stock gas
YamaArashi
2016-09-02
convert comments (; -> @)
YamaArashi
2016-01-07
update asm
YamaArashi
2016-01-06
get rid of @ local labels
YamaArashi
2015-12-03
update graphics function disasm
YamaArashi
2015-11-29
clean bg and core function names
YamaArashi
2015-11-28
update window, text, and main menu disasm
YamaArashi
2015-11-27
remove unnecessary '.align' before '.pool'
YamaArashi
2015-11-27
name game's RTC functions
YamaArashi
2015-11-27
name RTC lib functions
YamaArashi
2015-10-20
remove "+1" from function pointer labels
YamaArashi
2015-10-10
update for modified assembler
YamaArashi
2015-10-06
change interrupt table address to label
YamaArashi
2015-10-06
add type signatures
YamaArashi
2015-10-06
split out some code
YamaArashi