Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-21 | Add Yellow’s slot machine graphics. | IIMarckus | |
2014-10-20 | Merge branch 'master' of https://github.com/dannye/pokered | IIMarckus | |
2014-10-18 | Improve labels for Yellow Safari Zone entrance. | IIMarckus | |
2014-10-17 | Add parts of the Safari Zone entrance script from Yellow. | IIMarckus | |
2014-10-17 | Add some Yellow text from the Safari Zone entrance. | IIMarckus | |
2014-10-17 | Add a shifted person object on Route 19 in Yellow. | IIMarckus | |
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-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. |