Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | Name sound effects | dannye | |
2015-07-19 | Enumerate more constants | dannye | |
2015-07-18 | small changes | YamaArashi | |
2015-07-18 | misc | YamaArashi | |
2015-07-18 | A few missed TX_ASM | dannye | |
2015-07-18 | A few missed object constants | dannye | |
2015-07-18 | Fix object constant names | dannye | |
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-18 | Map object macro | dannye | |
closes https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-18 | Consolidate coord macros | dannye | |
2015-07-18 | Simplify map connections | dannye | |
let the macros calculate the connection strip length instead of passing it as an arg don't pass map dimensions since they can be inferred from map ids todo: figure out why certain south and east connections get an extra 3 added to the connection strip length | |||
2015-07-18 | Merge pull request #104 from YamaArashi/master | Daniel Harding | |
fix variable naming | |||
2015-07-18 | Clean up map connections | dannye | |
closes https://github.com/iimarckus/pokered/issues/85 | |||
2015-07-18 | fix variable naming | YamaArashi | |
2015-07-17 | Enumerate map constants | dannye | |
closes https://github.com/iimarckus/pokered/issues/86 | |||
2015-07-17 | Merge pull request #103 from YamaArashi/master | Daniel Harding | |
Misc changes again | |||
2015-07-17 | money / coins hram constants | YamaArashi | |
2015-07-17 | title / diploma / vending machine | YamaArashi | |
2015-07-17 | intro stuff | YamaArashi | |
2015-07-17 | More direction constants | dannye | |
facing directions, npc movement, joypad | |||
2015-07-16 | Fix Safari Zone check labels | dannye | |
2015-07-16 | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | |
2015-07-16 | Swap trade center and battle center | dannye | |
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | |||
2015-07-16 | Merge pull request #101 from YamaArashi/master | Daniel Harding | |
Misc changes | |||
2015-07-15 | menu stuff | YamaArashi | |
2015-07-15 | more movement stuff | YamaArashi | |
2015-07-15 | commented movement stuff | YamaArashi | |
2015-07-14 | named wram variables | YamaArashi | |
2015-07-14 | hall of fame / credits | YamaArashi | |
2015-07-14 | field moves | YamaArashi | |
2015-07-14 | player animations, emotion bubbles, etc. | YamaArashi | |
2015-07-14 | Comment naming screen | dannye | |
also use more joypad constants | |||
2015-07-14 | Use more screen dimension constants | dannye | |
2015-07-14 | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | |
Conflicts: engine/town_map.asm | |||
2015-07-14 | Use more *Coord | dannye | |
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | |||
2015-07-13 | named town map stuff | YamaArashi | |
2015-07-13 | named party menu/naming screen wram variables | YamaArashi | |
2015-07-13 | comment slot machine | YamaArashi | |
2015-07-13 | menu wram variable names | YamaArashi | |
2015-07-12 | movemon and removepokemon wram variables | YamaArashi | |
2015-07-12 | named wram variables | YamaArashi | |
2015-07-12 | use constant for bg transfer dest hram var | YamaArashi | |
2015-07-12 | shake screen functions | YamaArashi | |
2015-07-12 | some battle animation stuff | YamaArashi | |
2015-07-12 | more trade comments/fixes | YamaArashi | |
2015-07-05 | Clean up sram | dannye | |
2015-07-05 | Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵ | dannye | |
luckytyphlosion/master and related bug fixes | |||
2015-07-04 | Start using text predef macros | dannye | |
also sprite direction constants | |||
2015-07-03 | More TX_ASM | U-Daniel-PC\Daniel | |
2015-07-03 | Merge pull request #98 from dannye/master | Daniel Harding | |
Renaming and clean up | |||
2015-07-03 | No more ldh | U-Daniel-PC\Daniel | |