Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | Merge git://github.com/dannye/pokeyellow into dannye-master | luckytyphlosion | |
Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm | |||
2015-06-05 | Fix EOL to LF to make push requests more doable. | luckytyphlosion | |
2015-06-05 | Fix a lot of bugs | U-Daniel-PC\Daniel | |
2015-06-04 | EOL Windows->UNIX | U-Daniel-PC\Daniel | |
2015-05-24 | Minor fixes here and there. | luckytyphlosion | |
Typos, moving around, new HRAM stuff. | |||
2015-05-23 | Moving yellow data to yellow folder. | luckytyphlosion | |
2015-05-18 | Fix mistake. | luckytyphlosion | |
2015-05-17 | Completed home/overworld.asm with other related functions | luckytyphlosion | |
2015-05-14 | More Yellow newstuff. | luckytyphlosion | |
2015-05-13 | Label some functions | luckytyphlosion | |
2015-05-13 | Added more overworld code. | luckytyphlosion | |
2015-05-13 | Moved HandleMidJump | luckytyphlosion | |
2015-05-11 | Update overworld.asm | luckytyphlosion | |
2015-02-07 | serial/trade/misc | YamaArashi | |
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-08-08 | Labelled many functions/variables | YamaArashi | |
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 | Rename predef functions so they aren't excessive in length. | yenatch | |
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway. | |||
2014-05-30 | Split out joypad and overworld code from home.asm. | yenatch | |