Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | A few static hide/show ids | U-Daniel-PC\Daniel | |
2014-09-26 | Enumerate hide/show constants | U-Daniel-PC\Daniel | |
2014-09-25 | Make Hide/Show objects more dynamic | U-Daniel-PC\Daniel | |
be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc. | |||
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 | |||
2014-06-26 | Fix Makefile: .map and .sym | U-Fish-PC\Daniel | |
The Makefile previously made the files '.map' and '.sym' instead of 'poke[red/blue].map' and 'poke[red/blue].sym' | |||
2014-06-25 | S_SPRITEBUFFER0 static address | U-Fish-PC\Daniel | |
2014-06-25 | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | |
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses | |||
2014-06-16 | Use macros for predef calls/jumps instead of static ids. | yenatch | |
2014-06-16 | Use macros to define predefs. | yenatch | |