audio
|
shorten some overly long music filenames
|
2013-09-01 14:41:16 -04:00 |
battle
|
rename FarBattleTextBox to StdBattleTextBox
|
2013-08-31 03:54:02 -04:00 |
common
|
rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTON
|
2013-09-07 23:49:20 -04:00 |
constants
|
clean up event flag constants
|
2013-09-05 04:37:47 -04:00 |
engine
|
move common asm from engine/ to common/
|
2013-09-07 23:38:19 -04:00 |
extras@016f0206b5
|
bump extras submodule to v1.1.0
|
2013-08-27 11:17:14 -05:00 |
gfx
|
random 0s in tileset data was actually lz padding
|
2013-09-01 14:42:49 -04:00 |
items
|
split out marts
|
2013-09-03 17:35:17 -04:00 |
maps
|
first round of event flag constants in map events
|
2013-09-05 05:19:35 -04:00 |
stats
|
rename RNG to Random
|
2013-08-30 22:59:40 -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
|
write comment in .gitignore
|
2013-08-03 12:17:28 -05: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
|
rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTON
|
2013-09-07 23:49:20 -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
|
rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTON
|
2013-09-07 23:49:20 -04:00 |
Makefile
|
makefile: files in constants/ dont all end in 'constants' anymore
|
2013-09-04 21:57:44 -04:00 |
pokecrystal.asm
|
Flesh out HRAM labels
|
2013-03-20 22:55:09 -04:00 |
preprocessor.py
|
Merge pull request #185 from kanzure/preprocessor-performance
|
2013-08-31 10:19:17 -07:00 |
prequeue.py
|
reset stdout in prequeue.py near end
|
2013-08-31 11:07:49 -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 |
wram.asm
|
OTName wram label
|
2013-09-07 22:47:58 -04:00 |