summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-26Merge branch 'tilesets' into masteryenatch
Conflicts: tilesets/tileset_headers.asm
2015-06-26Fix the make pngs target.yenatch
2015-06-26Fix a typo in the unused title screen labels.yenatch
2015-06-26Use a macro for tileset headers.yenatch
2015-06-26Make files for most of the special tileset palettes.yenatch
2015-06-25Label flypoint callbacks.IIMarckus
2015-06-25Delete unused file.IIMarckus
2015-06-25Improve some signpost labels.IIMarckus
2015-06-24Clean up labels for gym statues.IIMarckus
2015-06-24Update some event flags.IIMarckus
2015-06-24More std enums.IIMarckus
2015-06-23More std_scripts enums.IIMarckus
2015-06-23Forgot to add file containing std constants.IIMarckus
2015-06-23Clean up labels.IIMarckus
2015-06-23Begin enumerating std_scripts constants.IIMarckus
2015-06-23Better labels in Charcoal Kiln.IIMarckus
2015-06-23Introduce checkmorn/checkday/checknite to replace checktime.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2015-06-23Organized the primary tileset palettes.yenatch
Crystal's tileset-specific palettes are disconnected from these.
2015-06-23Give Buena's phone scripts more appropriate filenames.IIMarckus
2015-06-23Improve labels for some stuff in Kris's house.IIMarckus
2015-06-11Labels for "sent some to mom" text.IIMarckus
2015-06-09Merge pull request #291 from kanzure/mention-python-versionBryan Bishop
Mention python2.7 requirement
2015-06-09mention python2.7 requirementBryan Bishop
fixes #255
2015-06-08Fix macro changemapScott Norton
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer`
2015-06-07Updated text pointer in line 5746.Scott Norton
2015-05-18Merge branch 'gfx-tweaks'yenatch
2015-05-18Merge remote-tracking branch 'kanzure/master'yenatch
2015-05-18Enumerate the item constants.yenatch
2015-05-18Use more constants in the event scripting engine.yenatch
2015-05-18w-prefix the new PokegearFlags variable.IIMarckus
2015-05-18Fix a static address.IIMarckus
2015-05-14Give wd957 a more descriptive name.IIMarckus
2015-05-14Label some radio stuff.IIMarckus
2015-04-13Preemptively get rid of graphics queues while they're still not used.yenatch
Nip this in the bud, so it doesn't turn out like pokered. When the time comes, use make -j16 for faster builds.
2015-04-13Enumerate the event script command macros.yenatch
This is ugly, but much better than static values.
2015-04-13Merge remote-tracking branch 'kanzure/master'yenatch
2015-04-13Enumerate the move effect command macros.yenatch
2015-04-13Add a macro for enumeration.yenatch
"enum" is like "const" but uses variables instead. This might not be desired. It has been moved to the top of macros.asm so that included macros can be enumerated.
2015-04-13Use labels for pic animation setup macros.yenatch
2015-03-29Comment alternate Time Capsule item mappings.IIMarckus
2015-03-12Merge pull request #283 from yenatch/masterBryan Bishop
no more baserom
2015-03-12bump extras so the build actually works without baserom.gbcyenatch
also fixed some problems with gfx.py: - choking on filenames in graphics conversion - faulty 'repeat' method in the compressor
2015-03-11make compareyenatch
2015-03-11builds both 1.0 and 1.1yenatch
2015-03-11baserom.gbc is no longer required to buildyenatch
2015-03-11no more incbinsyenatch
2015-03-11Unused palette maps?yenatch
2015-03-11Get rid of baserom incbins in misc/.yenatch
Battle Tower text was hiding here.
2015-03-11Get rid of baserom incbins in main.asm.yenatch