audio
|
shorten some overly long music filenames
|
2013-09-01 14:41:16 -04:00 |
battle
|
split spikes effect into effects/spikes.asm
|
2013-09-09 22:02:26 -04:00 |
constants
|
clean up event flag constants
|
2013-09-05 04:37:47 -04:00 |
engine
|
rename hall of fame labels
|
2013-09-16 17:42:11 -04:00 |
event
|
move dratini special into event/dratini.asm
|
2013-09-18 21:04:16 -04:00 |
extras@82fb73edc3
|
bump pokemontools to v1.4.1
|
2013-09-24 10:46:53 -05:00 |
gfx
|
fix padding in .lz files for attack graphics
|
2013-09-18 21:31:40 -04:00 |
home
|
split pokedex flag handling into home/pokedex_flags.asm
|
2013-09-18 21:54:31 -04:00 |
items
|
split out marts
|
2013-09-03 17:35:17 -04:00 |
lib/mobile
|
split the mobile adapter library into lib/mobile/
|
2013-09-15 18:58:37 -04:00 |
maps
|
first round of event flag constants in map events
|
2013-09-05 05:19:35 -04:00 |
menu
|
move mon icons into menu/mon_icons.asm
|
2013-09-18 20:58:32 -04:00 |
predef
|
dump a couple palettes in predef/cgb.asm
|
2013-09-15 17:31:18 -04:00 |
stats
|
fix item asm labels
|
2013-09-08 01:43:51 -04:00 |
text
|
split type strings and related asm out into text/types.asm
|
2013-09-07 23:24:22 -04:00 |
tilesets
|
split out tileset headers from main into tilesets/tileset_headers.asm
|
2013-09-01 14:43:25 -04:00 |
trainers
|
split out trainer dvs
|
2013-09-03 17:32:54 -04:00 |
.gitattributes
|
hexdump for binary diffs
|
2013-06-13 14:24:45 -04:00 |
.gitignore
|
add globals.asm to .gitignore
|
2013-09-11 20:54:26 -04:00 |
.gitmodules
|
Move extras/ into a git submodule.
|
2013-08-03 13:44:03 -05:00 |
compare.sh
|
Disassemble Kris's PC.
|
2013-05-22 01:11:07 -06:00 |
constants.asm
|
move wram constants into constants.asm; make all labels use :s
|
2013-09-11 19:28:18 -04:00 |
gbhw.asm
|
gbhw: flag constants for interrupts and timer registers
|
2013-08-27 23:37:24 -04:00 |
hram.asm
|
serial hram constants
|
2013-08-28 04:28:45 -04:00 |
INSTALL.md
|
Merge branch 'master' into remove-extras
|
2013-08-27 10:51:30 -05:00 |
interrupts.asm
|
split out hardware interrupts
|
2013-09-03 17:57:47 -04:00 |
macros.asm
|
split macros out from constants.asm into macros.asm
|
2013-09-03 18:22:26 -04:00 |
main.asm
|
split pokedex flag handling into home/pokedex_flags.asm
|
2013-09-18 21:54:31 -04:00 |
Makefile
|
fix a typo in Makefile
|
2013-09-11 20:27:16 -04:00 |
pokecrystal.asm
|
include globals.asm in pokecrystal.asm
|
2013-09-11 20:28:31 -04:00 |
preprocessor.py
|
fix a typo related to configuration
|
2013-09-26 17:26:00 -05:00 |
prequeue.py
|
bump pokemontools to v1.4.1
|
2013-09-24 10:46:53 -05:00 |
README.md
|
remove stray newline from README
|
2013-08-03 13:46:27 -05:00 |
rst.asm
|
split out rst vectors
|
2013-09-03 18:17:33 -04:00 |
scan_includes.py
|
check that a source file exists before scanning it for includes
|
2013-09-11 19:17:25 -04:00 |
wram.asm
|
move wram constants into constants.asm; make all labels use :s
|
2013-09-11 19:28:18 -04:00 |