summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-17Kill version.asm.IIMarckus
2014-10-16Minor comment/label improvements in Cinnabar Lab.IIMarckus
2014-10-10Better document the “can encounter Pokémon outside grass” code.IIMarckus
Pointed out by Lin.
2014-10-10Fix typo in previous.IIMarckus
2014-10-10Add a lot of Yellow text changes.IIMarckus
2014-10-09Add Yellow player/rival names.IIMarckus
2014-09-26A few static hide/show idsU-Daniel-PC\Daniel
2014-09-26Enumerate hide/show constantsU-Daniel-PC\Daniel
2014-09-25Make Hide/Show objects more dynamicU-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-23Accidentally committed .orig files from merge dff0cdeb.yenatch
2014-09-23Rename hVBlank* constants to h*.yenatch
2014-09-23Add comments for move ids.yenatch
2014-09-19Merge remote-tracking branch 'danny/master'yenatch
2014-09-20Merge 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-20Fix capitalizationU-Daniel-PC\Daniel
2014-09-19Bump submoduleU-Daniel-PC\Daniel
python tools now include new red music command names
2014-09-19Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel
2014-09-19Merge remote-tracking branch 'origin/master' into tentativeyenatch
2014-09-19Fix the symfile and mapfile filenames.yenatch
2014-09-17Add macros for text predefs.yenatch
2014-09-17Recomment misc functions in home.asm.yenatch
2014-09-17Don'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-17Use a macro to define version constants.yenatch
2014-09-17Use move animation constants instead of static values.yenatch
This allows new moves and animations to be added without overlap.
2014-09-17Enumerate move constants and add unnamed animation constants.yenatch
2014-09-14Commented/labelled misc functionsYamaArashi
2014-09-13Commented more sprite and map codeYamaArashi
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi
2014-09-08Add comments regarding menus and spritesYamaArashi
2014-09-01Use a macro for move attributes.yenatch
The formatting was pretty bad, so that's fixed too.
2014-08-30Use hram constants for remaining joypad variables.yenatch
2014-08-22Use 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-12Split copy and serial functions out of home.asm.yenatch
2014-08-08Labelled many functions/variablesYamaArashi
2014-08-07Fix 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-28Commented functionYamaArashi
- Named and commented Func_4c70. - Removed gfx/diagonal_lines.png, which is not actually graphics.
2014-07-16Add a comment to the "compare" target.yenatch
2014-07-15Don't redundantly define sprite dimensionsU-Daniel-PC\Daniel
dimensions are defined in the .pic files
2014-07-13Combine 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-12Merge pull request #48 from yenatch/masteryenatch
Clean up post-split main.asm. Get rid of static wram addresses. Lay out a foundation for Yellow.
2014-07-11Add 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-11Remove inline comments in an object recipe.yenatch
2014-07-11Reorganize makefile targets for clarity.yenatch
2014-07-11Comment the makefile.yenatch
2014-07-08Update INSTALL.mdU-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-26Fix Makefile: .map and .symU-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-25S_SPRITEBUFFER0 static addressU-Fish-PC\Daniel
2014-06-25Use *Coord instead of FuncCoordU-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-16Use macros for predef calls/jumps instead of static ids.yenatch
2014-06-16Use macros to define predefs.yenatch