summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22Begin decompiling battle_1.cBlampharos
Enemy backsprite data (palettes, coords, sprites) and foe elevation data are converted in this commit
2018-01-22Make all suitable values in include/data2.h constBlampharos
Values not being const was creating problems in decompiling battle_1, so as a pre-emptive measure I made all the values in there consts.
2018-01-22Use BATTLE_TYPE_DOUBLE constant in guard.cThomas Winwood
2018-01-21nonmatching sub_809C664PikalaxALT
2018-01-21Create stub files to hold ewram symbolsPikalaxALT
2018-01-21Merge branch 'master' into pokemon_storage_systemPikalaxALT
2018-01-21nonmatching sub_809C464PikalaxALT
2018-01-21match debug ROMCameron Hall
2018-01-21fix build of normal ROMsCameron Hall
2018-01-21resolve merge conflicts and make it compileCameron Hall
2018-01-21fix shell scripts in install instructionsyenatch
2018-01-21Merge pull request #545 from camthesaxman/kill_ramscrgenCameron Hall
(don't merge yet) stop using ranscrgen to generate ld scripts
2018-01-21use sed to convert library paths relative to build dircamthesaxman
2018-01-21preprocess and copy ld script files to build directorycamthesaxman
2018-01-21annotate filenames of common symbolscamthesaxman
2018-01-21don't generate ld scriptscamthesaxman
2018-01-20fix typocamthesaxman
2018-01-20use C preprocessor to generate common syms filecamthesaxman
2018-01-20make special ids globalyenatch
2018-01-20Merge pull request #544 from huderlem/weatherMarcus Huderle
Further document weather
2018-01-20use manual ld scripts for common symscamthesaxman
2018-01-20More documentation of field_weatherMarcus Huderle
2018-01-20use INCLUDE to include EWRAM and COMMON ld scriptscamthesaxman
2018-01-20turns out graphics are the same. I forgot to run 'make clean' :(Cameron Hall
2018-01-19Further document weatherMarcus Huderle
2018-01-19Merge pull request #543 from camthesaxman/label_field_weatherCameron Hall
label field_weather.c
2018-01-19more debug graphics baseromsCameron Hall
2018-01-19apparently I suck at thisCameron Hall
2018-01-19actually do unused charmap incbinCameron Hall
2018-01-19unused charmap incbinCameron Hall
2018-01-19dump outline cursors for debug ROMCameron Hall
2018-01-19switching over to a different branch for testing with tile stuffMarco Willems (M17.1)
2018-01-19Merge remote-tracking branch 'upstream/master' into various_dataMarco Willems (M17.1)
2018-01-18Merge pull request #535 from ProjectRevoTPP/fixesMarcus Huderle
fixes
2018-01-18shop enumProjectRevoTPP
2018-01-18Merge pull request #542 from Ketsuban/document-weirdnessMarcus Huderle
Document sub_8121D1C, sub_8121D74 and gUnknown_084016BC
2018-01-18start labeling field_weathercamthesaxman
2018-01-18add some debug dataCameron Hall
2018-01-18finish adding all debug codeCameron Hall
2018-01-18add more debug codeCameron Hall
2018-01-18Merge branch 'master' of https://github.com/pret/pokeruby into fixesProjectRevoTPP
2018-01-18add more debug codeCameron Hall
2018-01-18add more debug codeCameron Hall
2018-01-18add more debug codeCameron Hall
2018-01-18formattingProjectRevoTPP
2018-01-17remove unnecessary paddingProjectRevoTPP
2018-01-17add debug code in battle_4.c and battle_controller_player.cCameron Hall
2018-01-17add some debug changes that I missedCameron Hall
2018-01-17get nonmatching debug rom to buildCameron Hall
2018-01-17use Defvars instead of some Dma macros and hopefully last while(1)sProjectRevoTPP