aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Vending Machine routine and texts.Marcus Huderle2013-12-051-35/+36
| | | |
| * | | BattleCenter and TradeCenter warp data specs. Also renamed FirstMapSpec to ↵Marcus Huderle2013-12-051-15/+39
| | | | | | | | | | | | | | | | FirstMapWarpSpec.
| * | | Title screen pokemon logo bouncing effect.Marcus Huderle2013-12-051-7/+17
| | | |
* | | | Pointer table clean upU-Daniel-Laptop\Daniel2013-12-221-113/+378
| | | |
* | | | Dump animationsU-Fish-PC\Daniel2013-12-194-603/+4085
| |/ / |/| |
* | | incbin killing part 2U-Fish-PC\Daniel2013-12-155-423/+1128
| | |
* | | incbin killingU-Fish-PC\Daniel2013-12-142-328/+1272
| | |
* | | Merge branch 'master' of https://github.com/yenatch/pokeredU-Fish-PC\Daniel2013-12-142-1/+2
|\ \ \
| * | | init.sh: sudo mkdir -pyenatch2013-12-111-2/+1
| | | |
| * | | bump pokemontools for fixed wram label handlingyenatch2013-12-111-0/+0
| | | |
| * | | init.sh: sudo pip install and make sure rgbds man dirs existyenatch2013-12-111-1/+3
| | | |
* | | | Yet Another Map Script CommitU-Fish-PC\Daniel2013-12-121-23/+85
| | | |
* | | | Clean up constantsU-Fish-PC\Daniel2013-12-1118-196/+184
| | | |
* | | | Move slot machine constantsU-Fish-PC\Daniel2013-12-113-8/+7
| | | |
* | | | Disassemble Slot Machine and OthersU-Fish-PC\Daniel2013-12-115-79/+1250
| | | |
* | | | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Fish-PC\Daniel2013-12-1025-5119/+5671
|\| | | | | | | | | | | | | | | | | | | Conflicts: main.asm
| * | | Use safer and more standard POSIX find options.IIMarckus2013-12-091-1/+1
| | | |
| * | | Merge pull request #19 from yenatch/crystal-makefileiimarckus2013-12-0925-5119/+5671
| |\ \ \ | | | | | | | | | | bring pokered into this century
| | * | | makefile: find -delete isnt portableyenatch2013-12-091-1/+1
| | | | |
| | * | | init.sh for lazy installsyenatch2013-12-082-14/+20
| | | | |
| | * | | clearer install instructionsyenatch2013-12-081-8/+8
| | | | |
| | * | | Makefile: use += to append to variablesyenatch2013-12-081-1/+1
| | | | |
| | * | | prequeue: say how many files are being preprocessedyenatch2013-12-081-3/+11
| | | | |
| | * | | relative link to install in readmeyenatch2013-12-081-1/+1
| | | | |
| | * | | bump pokemontools for scan_includes fixyenatch2013-12-081-0/+0
| | | | |
| | * | | add INSTALL.md and README -> README.mdyenatch2013-12-083-19/+73
| | | | |
| | * | | finish off wram labels and fix up mistaken label overloadsyenatch2013-12-082-54/+107
| | | | |
| | * | | wram labels and clarify safari zone step counteryenatch2013-12-082-123/+245
| | | | |
| | * | | even more wram labelsyenatch2013-12-081-26/+86
| | | | |
| | * | | more wram labelsyenatch2013-12-082-631/+624
| | | | |
| | * | | Makefile: $: is not an escaped :yenatch2013-12-081-1/+1
| | | | |
| | * | | Merge remote-tracking branch 'iimarckus/master' into crystal-makefileyenatch2013-12-073-2265/+4841
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: Makefile main.asm
| | * | | bump pokemontools for global label handlingyenatch2013-12-071-0/+0
| | | | |
| | * | | include globals.asm in rgbasm objectsyenatch2013-12-072-0/+2
| | | | |
| | * | | INCLUDE .asm instead of .txyenatch2013-12-071-381/+381
| | | | | | | | | | | | | | | | | | | | .tx is a build abstraction. if the process changes down the line, .tx includes will break
| | * | | prequeue: less wasteful stdout reroutingyenatch2013-12-072-6/+11
| | | | |
| | * | | handle preprocessing in one python procress; export asm labelsyenatch2013-12-074-19/+74
| | | | | | | | | | | | | | | | | | | | | | | | | instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
| | * | | bump pokemontools to support makefile changesyenatch2013-12-061-0/+0
| | | | |
| | * | | map/symfiles in .gitignoreyenatch2013-12-061-7/+8
| | | | |
| | * | | rewrite the makefile to be consistent with pokecrystalyenatch2013-12-061-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still needs globals.asm and a preprocessor queue to compile multiple objects also, spit out a mapfile and symfile
| | * | | rename textpre.py -> preprocessor.pyyenatch2013-12-052-1/+1
| | | | |
| | * | | clean up remaining constantsyenatch2013-12-051-41/+41
| | | | |
| | * | | split related constants into constants/yenatch2013-12-0510-1933/+1936
| | | | |
| | * | | split rgbasm macros into macros.asmyenatch2013-12-052-259/+266
| | | | |
| | * | | split wram/hram out of constants.asm and start using wram sectionsyenatch2013-12-054-2294/+2455
| | | | | | | | | | | | | | | | | | | | also inadvertently labeling some hard addresses
* | | | | Misc clean upU-Fish-PC\Daniel2013-12-091-126/+230
|/ / / /
* | | | IshiharaTeamU-Fish-PC\Daniel2013-11-261-6/+20
| | | |
* | | | FlyWarp dataU-Fish-PC\Daniel2013-11-261-43/+74
| | | |
* | | | Evem more map scriptsU-Fish-PC\Daniel2013-11-261-1612/+2933
| | | |
* | | | Complete Map ScriptsU-Fish-PC\Daniel2013-11-241-343/+1028
| | | |