Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-03 | - Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and ↵ | Scott Norton | |
constants to better reflect their hypothesized purposes. - Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment. | |||
2015-06-28 | Add a script to convert project-specific graphics. | yenatch | |
This is an alternative to terrible hacks like filename metadata, and might combat submodule bloat. | |||
2015-06-27 | Use charmaps for special string codepoints. | yenatch | |
Also fix all the text. Also fix some unreferenced scripts that were interpreted as text. | |||
2015-06-26 | Labels for the heal machine; spriteface constants. | yenatch | |
2015-06-26 | Fix the Nurse std comments. | yenatch | |
2015-06-26 | Merge branch 'tilesets' into master | yenatch | |
Conflicts: tilesets/tileset_headers.asm | |||
2015-06-26 | Fix the make pngs target. | yenatch | |
2015-06-26 | Fix a typo in the unused title screen labels. | yenatch | |
2015-06-26 | Use a macro for tileset headers. | yenatch | |
2015-06-26 | Make files for most of the special tileset palettes. | yenatch | |
2015-06-25 | Label flypoint callbacks. | IIMarckus | |
2015-06-25 | Delete unused file. | IIMarckus | |
2015-06-25 | Improve some signpost labels. | IIMarckus | |
2015-06-24 | Clean up labels for gym statues. | IIMarckus | |
2015-06-24 | Update some event flags. | IIMarckus | |
2015-06-24 | More std enums. | IIMarckus | |
2015-06-23 | More std_scripts enums. | IIMarckus | |
2015-06-23 | Forgot to add file containing std constants. | IIMarckus | |
2015-06-23 | Clean up labels. | IIMarckus | |
2015-06-23 | Begin enumerating std_scripts constants. | IIMarckus | |
2015-06-23 | Better labels in Charcoal Kiln. | IIMarckus | |
2015-06-23 | Introduce checkmorn/checkday/checknite to replace checktime. | IIMarckus | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-06-23 | Organized the primary tileset palettes. | yenatch | |
Crystal's tileset-specific palettes are disconnected from these. | |||
2015-06-23 | Give Buena's phone scripts more appropriate filenames. | IIMarckus | |
2015-06-23 | Improve labels for some stuff in Kris's house. | IIMarckus | |
2015-06-11 | Labels for "sent some to mom" text. | IIMarckus | |
2015-06-09 | Merge pull request #291 from kanzure/mention-python-version | Bryan Bishop | |
Mention python2.7 requirement | |||
2015-06-09 | mention python2.7 requirement | Bryan Bishop | |
fixes #255 | |||
2015-06-08 | Fix macro changemap | Scott Norton | |
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer` | |||
2015-06-07 | Updated text pointer in line 5746. | Scott Norton | |
2015-05-18 | Merge branch 'gfx-tweaks' | yenatch | |
2015-05-18 | Merge remote-tracking branch 'kanzure/master' | yenatch | |
2015-05-18 | Enumerate the item constants. | yenatch | |
2015-05-18 | Use more constants in the event scripting engine. | yenatch | |
2015-05-18 | w-prefix the new PokegearFlags variable. | IIMarckus | |
2015-05-18 | Fix a static address. | IIMarckus | |
2015-05-14 | Give wd957 a more descriptive name. | IIMarckus | |
2015-05-14 | Label some radio stuff. | IIMarckus | |
2015-04-13 | Preemptively 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-13 | Enumerate the event script command macros. | yenatch | |
This is ugly, but much better than static values. | |||
2015-04-13 | Merge remote-tracking branch 'kanzure/master' | yenatch | |
2015-04-13 | Enumerate the move effect command macros. | yenatch | |
2015-04-13 | Add 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-13 | Use labels for pic animation setup macros. | yenatch | |
2015-03-29 | Comment alternate Time Capsule item mappings. | IIMarckus | |
2015-03-12 | Merge pull request #283 from yenatch/master | Bryan Bishop | |
no more baserom | |||
2015-03-12 | bump extras so the build actually works without baserom.gbc | yenatch | |
also fixed some problems with gfx.py: - choking on filenames in graphics conversion - faulty 'repeat' method in the compressor | |||
2015-03-11 | make compare | yenatch | |
2015-03-11 | builds both 1.0 and 1.1 | yenatch | |