| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Commented/labelled misc functions | YamaArashi | 2014-09-14 | 114 | -668/+733 |
| * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 108 | -946/+1091 |
| * | Labelled and commented mostly sprite-related things | YamaArashi | 2014-09-09 | 86 | -728/+828 |
| * | Add comments regarding menus and sprites | YamaArashi | 2014-09-08 | 3 | -11/+15 |
| * | Labelled many functions/variables | YamaArashi | 2014-08-08 | 49 | -2232/+2474 |
| * | Commented function | YamaArashi | 2014-07-28 | 3 | -97/+180 |
| * | Merge pull request #48 from yenatch/master | yenatch | 2014-07-12 | 511 | -39429/+38182 |
| |\ | |||||
| | * | Update INSTALL.md | U-Daniel-PC\Daniel | 2014-07-08 | 1 | -2/+2 |
| | * | Fix Makefile: .map and .sym | U-Fish-PC\Daniel | 2014-06-26 | 1 | -1/+1 |
| | * | S_SPRITEBUFFER0 static address | U-Fish-PC\Daniel | 2014-06-25 | 1 | -1/+1 |
| | * | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | 2014-06-25 | 53 | -975/+519 |
| | * | Use macros for predef calls/jumps instead of static ids. | yenatch | 2014-06-16 | 122 | -719/+360 |
| | * | Use macros to define predefs. | yenatch | 2014-06-16 | 10 | -113/+123 |
| | * | Fix a typo in home/vcopy.asm. | yenatch | 2014-06-16 | 1 | -1/+1 |
| | * | Rename predef functions so they aren't excessive in length. | yenatch | 2014-06-16 | 29 | -103/+81 |
| | * | Remove generated "indirect jump" comments. | yenatch | 2014-06-16 | 58 | -125/+125 |
| | * | Hall of Fame sram labels and related constants. | yenatch | 2014-06-14 | 7 | -61/+75 |
| | * | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | 2014-06-14 | 53 | -1017/+859 |
| | * | Use MAX_LEVEL instead of 100/$64 | U-Fish-PC\Daniel | 2014-06-10 | 4 | -4/+5 |
| | * | Make each pitch/instrument its own macro | U-Fish-PC\Daniel | 2014-06-10 | 66 | -14940/+15039 |
| | * | More music bank references | U-Fish-PC\Daniel | 2014-06-10 | 2 | -2/+2 |
| | * | Clean up white space | U-Fish-PC\Daniel | 2014-06-09 | 66 | -219/+219 |
| | * | Clean up music bank references | U-Fish-PC\Daniel | 2014-06-09 | 10 | -22/+22 |
| | * | Merge branch 'master' of https://github.com/yenatch/pokered | U-Fish-PC\Daniel | 2014-06-09 | 18 | -5210/+5367 |
| | |\ | |||||
| | | * | Space out monster constants to make gaps clearer. | yenatch | 2014-06-06 | 1 | -1/+37 |
| | | * | Comment SGB packets. | yenatch | 2014-06-06 | 2 | -122/+278 |
| | | * | Merge remote-tracking branch 'danny/master' | yenatch | 2014-06-06 | 19 | -330/+306 |
| | | |\ | |||||
| | | * | | Explicit sections for pics, sprites and misc graphics. | yenatch | 2014-05-31 | 1 | -15/+39 |
| | | * | | Split out joypad code from main.asm. | yenatch | 2014-05-31 | 2 | -51/+52 |
| | | * | | Split more code out of home.asm. | yenatch | 2014-05-31 | 9 | -1619/+1624 |
| | | * | | Use rgbasm -h to use halt without nops. | yenatch | 2014-05-31 | 2 | -5/+2 |
| | | * | | Clean up bg map and palette fade code in home.asm. | yenatch | 2014-05-31 | 1 | -135/+77 |
| | | * | | Split the text engine out of home.asm. | yenatch | 2014-05-30 | 2 | -737/+739 |
| | | * | | Recomment some copy/video functions in home.asm. | yenatch | 2014-05-30 | 1 | -202/+195 |
| | | * | | Split out joypad and overworld code from home.asm. | yenatch | 2014-05-30 | 3 | -2459/+2460 |
| | * | | | Combine wave files | U-Fish-PC\Daniel | 2014-06-09 | 7 | -87/+21 |
| | * | | | Improve music command names | U-Fish-PC\Daniel | 2014-06-09 | 67 | -318/+321 |
| | | |/ | |/| | |||||
| | * | | Relabel a few missed map scripts and TheEndTextString | U-Fish-PC\Daniel | 2014-05-31 | 5 | -11/+12 |
| | * | | Remove duplicated data | U-Fish-PC\Daniel | 2014-05-31 | 10 | -51/+0 |
| | * | | Merge branch 'master' of https://github.com/yenatch/pokered | U-Fish-PC\Daniel | 2014-05-30 | 83 | -368/+348 |
| | |\| | |||||
| | | * | Remove redundant dimensions in image filenames. | yenatch | 2014-05-30 | 37 | -31/+31 |
| | | * | Dust off the makefile and prepare to build Yellow. | yenatch | 2014-05-30 | 14 | -61/+65 |
| | | * | Use VRAM constants where applicable. | yenatch | 2014-05-29 | 34 | -276/+230 |
| | | * | VRAM constants. | yenatch | 2014-05-29 | 2 | -0/+22 |
| | * | | Fix IsDungeonMap comments | U-Fish-PC\Daniel | 2014-05-30 | 1 | -2/+3 |
| | * | | Label and comment BattleTransition | U-Fish-PC\Daniel | 2014-05-29 | 3 | -266/+291 |
| | * | | TM_28 in Cerulean script | U-Fish-PC\Daniel | 2014-05-28 | 1 | -1/+1 |
| | |/ | |||||
| | * | Use wOverworldMap in macros. | yenatch | 2014-05-27 | 1 | -9/+10 |
| | * | Add macro TX_BCD for printing BCD numbers. | yenatch | 2014-05-27 | 4 | -11/+15 |
| | * | More wOAMBuffer references. | yenatch | 2014-05-27 | 3 | -3/+3 |
