summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-26Delete leftover includeBlampharos
2018-01-26Delete leftover assembly files for species namesBlampharos
2018-01-26Decompile species namesBlampharos
2018-01-25Decompile trainer dataBlampharos
This necessitated changes in other files which access this data. Three macro constants were migrated from trainer_constants.inc to trainer.h data/trainers.inc and data-de/trainers.inc have been deleted
2018-01-25Move trainer party includes to parent fileBlampharos
2018-01-25Decompile trainer class namesBlampharos
This includes both German and English
2018-01-25Decompile trainer party structsBlampharos
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-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-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-19Further document weatherMarcus Huderle
2018-01-19Merge pull request #543 from camthesaxman/label_field_weatherCameron Hall
label field_weather.c
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-18Merge branch 'master' of https://github.com/pret/pokeruby into fixesProjectRevoTPP
2018-01-18formattingProjectRevoTPP
2018-01-17remove unnecessary paddingProjectRevoTPP
2018-01-17use Defvars instead of some Dma macros and hopefully last while(1)sProjectRevoTPP
2018-01-17use dma macros for remaining missing dma while(1) loopsProjectRevoTPP
2018-01-17use Dma Large loops for every while(1) Dma loopProjectRevoTPP
2018-01-17Dma macro cleanup and cleanup sub_8076034 and sub_8076464ProjectRevoTPP
2018-01-17Document sub_8121D1C, sub_8121D74 and gUnknown_084016BCThomas Winwood
These are left over from the Japanese games, which provide more variation to the attack string than the English games.
2018-01-17oopsProjectRevoTPP
2018-01-17split out crash.cProjectRevoTPP
2018-01-16use game stat definesProjectRevoTPP
2018-01-16remove some symbols from sym_ewram.txtcamthesaxman
2018-01-16Merge branch 'master' of https://github.com/pret/pokeruby into fixesProjectRevoTPP
2018-01-16Merge pull request #538 from easyaspi314/song-namesCameron Hall
Add most English song and SFX names as comments in songs.h and song_t…
2018-01-16split data_8393054ProjectRevoTPP
2018-01-16split data2bProjectRevoTPP
2018-01-16split data2a and make shop.c stuff staticProjectRevoTPP
2018-01-15Merge pull request #540 from camthesaxman/emerald_portCameron Hall
port some fixed battle code from pokeemerald
2018-01-15match ChangeStatBuffscamthesaxman
2018-01-15import some battle_4.c code from emerald and get atk23_getexp matchingcamthesaxman
2018-01-15tabProjectRevoTPP
2018-01-15split out fldeff_escalator and label shop.c moreProjectRevoTPP
2018-01-15Merge branch 'master' of https://github.com/pret/pokeruby into fixesProjectRevoTPP
2018-01-15vertical scroll indicator labeling and more shop.cProjectRevoTPP