Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | Delete leftover include | Blampharos | |
2018-01-26 | Delete leftover assembly files for species names | Blampharos | |
2018-01-26 | Decompile species names | Blampharos | |
2018-01-25 | Decompile trainer data | Blampharos | |
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-25 | Move trainer party includes to parent file | Blampharos | |
2018-01-25 | Decompile trainer class names | Blampharos | |
This includes both German and English | |||
2018-01-25 | Decompile trainer party structs | Blampharos | |
2018-01-22 | Begin decompiling battle_1.c | Blampharos | |
Enemy backsprite data (palettes, coords, sprites) and foe elevation data are converted in this commit | |||
2018-01-22 | Make all suitable values in include/data2.h const | Blampharos | |
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-21 | Merge pull request #545 from camthesaxman/kill_ramscrgen | Cameron Hall | |
(don't merge yet) stop using ranscrgen to generate ld scripts | |||
2018-01-21 | use sed to convert library paths relative to build dir | camthesaxman | |
2018-01-21 | preprocess and copy ld script files to build directory | camthesaxman | |
2018-01-21 | annotate filenames of common symbols | camthesaxman | |
2018-01-21 | don't generate ld scripts | camthesaxman | |
2018-01-20 | fix typo | camthesaxman | |
2018-01-20 | use C preprocessor to generate common syms file | camthesaxman | |
2018-01-20 | Merge pull request #544 from huderlem/weather | Marcus Huderle | |
Further document weather | |||
2018-01-20 | use manual ld scripts for common syms | camthesaxman | |
2018-01-20 | More documentation of field_weather | Marcus Huderle | |
2018-01-20 | use INCLUDE to include EWRAM and COMMON ld scripts | camthesaxman | |
2018-01-19 | Further document weather | Marcus Huderle | |
2018-01-19 | Merge pull request #543 from camthesaxman/label_field_weather | Cameron Hall | |
label field_weather.c | |||
2018-01-18 | Merge pull request #535 from ProjectRevoTPP/fixes | Marcus Huderle | |
fixes | |||
2018-01-18 | shop enum | ProjectRevoTPP | |
2018-01-18 | Merge pull request #542 from Ketsuban/document-weirdness | Marcus Huderle | |
Document sub_8121D1C, sub_8121D74 and gUnknown_084016BC | |||
2018-01-18 | start labeling field_weather | camthesaxman | |
2018-01-18 | Merge branch 'master' of https://github.com/pret/pokeruby into fixes | ProjectRevoTPP | |
2018-01-18 | formatting | ProjectRevoTPP | |
2018-01-17 | remove unnecessary padding | ProjectRevoTPP | |
2018-01-17 | use Defvars instead of some Dma macros and hopefully last while(1)s | ProjectRevoTPP | |
2018-01-17 | use dma macros for remaining missing dma while(1) loops | ProjectRevoTPP | |
2018-01-17 | use Dma Large loops for every while(1) Dma loop | ProjectRevoTPP | |
2018-01-17 | Dma macro cleanup and cleanup sub_8076034 and sub_8076464 | ProjectRevoTPP | |
2018-01-17 | Document sub_8121D1C, sub_8121D74 and gUnknown_084016BC | Thomas Winwood | |
These are left over from the Japanese games, which provide more variation to the attack string than the English games. | |||
2018-01-17 | oops | ProjectRevoTPP | |
2018-01-17 | split out crash.c | ProjectRevoTPP | |
2018-01-16 | use game stat defines | ProjectRevoTPP | |
2018-01-16 | remove some symbols from sym_ewram.txt | camthesaxman | |
2018-01-16 | Merge branch 'master' of https://github.com/pret/pokeruby into fixes | ProjectRevoTPP | |
2018-01-16 | Merge pull request #538 from easyaspi314/song-names | Cameron Hall | |
Add most English song and SFX names as comments in songs.h and song_t… | |||
2018-01-16 | split data_8393054 | ProjectRevoTPP | |
2018-01-16 | split data2b | ProjectRevoTPP | |
2018-01-16 | split data2a and make shop.c stuff static | ProjectRevoTPP | |
2018-01-15 | Merge pull request #540 from camthesaxman/emerald_port | Cameron Hall | |
port some fixed battle code from pokeemerald | |||
2018-01-15 | match ChangeStatBuffs | camthesaxman | |
2018-01-15 | import some battle_4.c code from emerald and get atk23_getexp matching | camthesaxman | |
2018-01-15 | tab | ProjectRevoTPP | |
2018-01-15 | split out fldeff_escalator and label shop.c more | ProjectRevoTPP | |
2018-01-15 | Merge branch 'master' of https://github.com/pret/pokeruby into fixes | ProjectRevoTPP | |
2018-01-15 | vertical scroll indicator labeling and more shop.c | ProjectRevoTPP | |