aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A few static hide/show idsU-Daniel-PC\Daniel2014-09-261-1/+7
* Enumerate hide/show constantsU-Daniel-PC\Daniel2014-09-262-229/+231
* Make Hide/Show objects more dynamicU-Daniel-PC\Daniel2014-09-2536-101/+377
* Accidentally committed .orig files from merge dff0cdeb.yenatch2014-09-233-9891/+0
* Rename hVBlank* constants to h*.yenatch2014-09-2316-45/+45
* Add comments for move ids.yenatch2014-09-231-164/+164
* Merge remote-tracking branch 'danny/master'yenatch2014-09-19152-151/+151
|\
| * Fix capitalizationU-Daniel-PC\Daniel2014-09-202-2/+2
| * Bump submoduleU-Daniel-PC\Daniel2014-09-191-0/+0
| * Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel2014-09-1931-1608/+1704
| |\
| * | Don't redundantly define sprite dimensionsU-Daniel-PC\Daniel2014-07-15151-151/+151
* | | Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-20224-4659/+15207
|\ \ \ | |_|/ |/| |
| * | Commented/labelled misc functionsYamaArashi2014-09-14114-668/+733
| * | Commented more sprite and map codeYamaArashi2014-09-13108-946/+1091
| * | Labelled and commented mostly sprite-related thingsYamaArashi2014-09-0986-728/+828
| * | Add comments regarding menus and spritesYamaArashi2014-09-083-11/+15
| * | Labelled many functions/variablesYamaArashi2014-08-0849-2232/+2474
| * | Commented functionYamaArashi2014-07-283-97/+180
* | | Merge remote-tracking branch 'origin/master' into tentativeyenatch2014-09-190-0/+0
|\| |
| * | Merge pull request #48 from yenatch/masteryenatch2014-07-12511-39429/+38182
| |\|
* | | Fix the symfile and mapfile filenames.yenatch2014-09-191-1/+1
* | | Add macros for text predefs.yenatch2014-09-172-66/+84
* | | Recomment misc functions in home.asm.yenatch2014-09-172-434/+445
* | | Don't define addresses for ROM0 sections in home.asm.yenatch2014-09-171-17/+29
* | | Use a macro to define version constants.yenatch2014-09-171-18/+9
* | | Use move animation constants instead of static values.yenatch2014-09-173-25/+25
* | | Enumerate move constants and add unnamed animation constants.yenatch2014-09-172-182/+219
* | | Use a macro for move attributes.yenatch2014-09-012-168/+180
* | | Use hram constants for remaining joypad variables.yenatch2014-08-308-68/+71
* | | Use PARTY_LENGTH and related constants in menu and hud code.yenatch2014-08-228-74/+64
* | | Split copy and serial functions out of home.asm.yenatch2014-08-125-569/+563
* | | Fix static banks passed into GetName.yenatch2014-08-075-12/+15
* | | Add a comment to the "compare" target.yenatch2014-07-161-0/+6
* | | Combine poke%.gbc build targets into a generalized one.yenatch2014-07-131-10/+2
* | | Add image suffixes to the makefile.yenatch2014-07-111-1/+2
* | | Remove inline comments in an object recipe.yenatch2014-07-111-3/+3
* | | Reorganize makefile targets for clarity.yenatch2014-07-111-25/+37
* | | Comment the makefile.yenatch2014-07-111-17/+31
| |/ |/|
* | Update INSTALL.mdU-Daniel-PC\Daniel2014-07-081-2/+2
* | Fix Makefile: .map and .symU-Fish-PC\Daniel2014-06-261-1/+1
* | S_SPRITEBUFFER0 static addressU-Fish-PC\Daniel2014-06-251-1/+1
* | Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-2553-975/+519
* | Use macros for predef calls/jumps instead of static ids.yenatch2014-06-16122-719/+360
* | Use macros to define predefs.yenatch2014-06-1610-113/+123
* | Fix a typo in home/vcopy.asm.yenatch2014-06-161-1/+1
* | Rename predef functions so they aren't excessive in length.yenatch2014-06-1629-103/+81
* | Remove generated "indirect jump" comments.yenatch2014-06-1658-125/+125
* | Hall of Fame sram labels and related constants.yenatch2014-06-147-61/+75
* | Use monster struct macros in wram. Rename related labels for consistency.yenatch2014-06-1453-1017/+859
* | Use MAX_LEVEL instead of 100/$64U-Fish-PC\Daniel2014-06-104-4/+5