Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-17 | Replace hardcoded pointer with label. | IIMarckus | |
2014-10-17 | Fix a few more bugs in the beach house. | IIMarckus | |
2014-10-17 | Modularize the beach house. | IIMarckus | |
2014-10-17 | Add the beach house tileset. | IIMarckus | |
2014-10-17 | More idioms. | IIMarckus | |
2014-10-17 | More idioms. | IIMarckus | |
2014-10-17 | Fix Route 19 for Yellow. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-10-17 | Kill version.asm. | IIMarckus | |
2014-10-16 | Minor comment/label improvements in Cinnabar Lab. | IIMarckus | |
2014-10-10 | Better document the “can encounter Pokémon outside grass” code. | IIMarckus | |
Pointed out by Lin. | |||
2014-10-10 | Fix typo in previous. | IIMarckus | |
2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | |
2014-10-09 | Add Yellow player/rival names. | IIMarckus | |
2014-09-23 | Accidentally committed .orig files from merge dff0cdeb. | yenatch | |
2014-09-23 | Rename hVBlank* constants to h*. | yenatch | |
2014-09-23 | Add comments for move ids. | yenatch | |
2014-09-19 | Merge remote-tracking branch 'danny/master' | yenatch | |
2014-09-20 | Merge remote-tracking branch 'YamaArashi/master' | yenatch | |
Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | |||
2014-09-20 | Fix capitalization | U-Daniel-PC\Daniel | |
2014-09-19 | Bump submodule | U-Daniel-PC\Daniel | |
python tools now include new red music command names | |||
2014-09-19 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Daniel-PC\Daniel | |
2014-09-19 | Merge remote-tracking branch 'origin/master' into tentative | yenatch | |
2014-09-19 | Fix the symfile and mapfile filenames. | yenatch | |
2014-09-17 | Add macros for text predefs. | yenatch | |
2014-09-17 | Recomment misc functions in home.asm. | yenatch | |
2014-09-17 | Don't define addresses for ROM0 sections in home.asm. | yenatch | |
Instead, occupy the space reserved for the rom header so there is no collision. | |||
2014-09-17 | Use a macro to define version constants. | yenatch | |
2014-09-17 | Use move animation constants instead of static values. | yenatch | |
This allows new moves and animations to be added without overlap. | |||
2014-09-17 | Enumerate move constants and add unnamed animation constants. | yenatch | |
2014-09-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-13 | Commented more sprite and map code | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-09-08 | Add comments regarding menus and sprites | YamaArashi | |
2014-09-01 | Use a macro for move attributes. | yenatch | |
The formatting was pretty bad, so that's fixed too. | |||
2014-08-30 | Use hram constants for remaining joypad variables. | yenatch | |
2014-08-22 | Use PARTY_LENGTH and related constants in menu and hud code. | yenatch | |
This should allow reducing PARTY_LENGTH to work as intended. Increasing it also works provided space is provided in wram, but breaks pc/saving. | |||
2014-08-12 | Split copy and serial functions out of home.asm. | yenatch | |
2014-08-08 | Labelled many functions/variables | YamaArashi | |
2014-08-07 | Fix static banks passed into GetName. | yenatch | |
This appears to be the only other use of wPredefBank. Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar. | |||
2014-07-28 | Commented function | YamaArashi | |
- Named and commented Func_4c70. - Removed gfx/diagonal_lines.png, which is not actually graphics. | |||
2014-07-16 | Add a comment to the "compare" target. | yenatch | |
2014-07-15 | Don't redundantly define sprite dimensions | U-Daniel-PC\Daniel | |
dimensions are defined in the .pic files | |||
2014-07-13 | Combine poke%.gbc build targets into a generalized one. | yenatch | |
Now only one target is needed for all versions. $$* also works instead of %, but in a pattern rule % is probably clearer. | |||
2014-07-12 | Merge pull request #48 from yenatch/master | yenatch | |
Clean up post-split main.asm. Get rid of static wram addresses. Lay out a foundation for Yellow. | |||
2014-07-11 | Add image suffixes to the makefile. | yenatch | |
Explicitly define png dependencies (none). This keeps make from looking for nonexistent dependencies with extensions like ".png.o". This doesn't make it go any faster, but it at least makes debug easier. | |||
2014-07-11 | Remove inline comments in an object recipe. | yenatch | |
2014-07-11 | Reorganize makefile targets for clarity. | yenatch | |
2014-07-11 | Comment the makefile. | yenatch | |
2014-07-08 | Update INSTALL.md | U-Daniel-PC\Daniel | |
- git no longer requires gettext by default (needed for "git submodule init") - Windows doesn't have sudo - pip mysteriously will not install png.py |