Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-20 | More documentation of field_weather | Marcus Huderle | |
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 | shop enum | ProjectRevoTPP | |
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-17 | remove unnecessary padding | ProjectRevoTPP | |
2018-01-17 | use Dma Large loops for every while(1) Dma loop | ProjectRevoTPP | |
2018-01-17 | split out crash.c | 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 data2a and make shop.c stuff static | ProjectRevoTPP | |
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 | 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 | |
2018-01-15 | Merge pull request #537 from camthesaxman/decompile_pokemon_item_effect | Cameron Hall | |
decompile pokemon_item_effect.s | |||
2018-01-15 | clean up pokemon_item_effect.c | camthesaxman | |
2018-01-15 | Fixed typos | Devin | |
2018-01-15 | Add most English song and SFX names as comments in songs.h and song_table.inc | Devin | |
Ported from my work in pokeemerald. | |||
2018-01-14 | start decompiling the behemoth that is sub_803E1B0 | camthesaxman | |
2018-01-14 | Fix file modes (revo pls) | PikalaxALT | |
2018-01-14 | Merge branch 'master' into fix_file_modes | PikalaxALT | |
2018-01-14 | Fix file modes | PikalaxALT | |
2018-01-14 | Merge pull request #534 from camthesaxman/tmhm_macros | Cameron Hall | |
improve TM/HM constants and add macro for TM/HM learnsets | |||
2018-01-14 | Merge pull request #530 from camthesaxman/refactor_save | Cameron Hall | |
clean up save.c | |||
2018-01-14 | Merge pull request #526 from ProjectRevoTPP/contest_ai | Cameron Hall | |
decompile contest_ai.c | |||
2018-01-14 | improve TM/HM constants and add macro for TM/HM learnsets | camthesaxman | |
2018-01-14 | scriptArr to s16 | ProjectRevoTPP | |
2018-01-14 | dont forget the header | ProjectRevoTPP | |
2018-01-14 | formatting and clean up | ProjectRevoTPP | |
2018-01-14 | comment | ProjectRevoTPP | |
2018-01-14 | move rodata to C | ProjectRevoTPP | |
2018-01-14 | finish decompiling contest_ai.c | ProjectRevoTPP | |
2018-01-14 | Merge pull request #531 from progreon/battle_anim_data | Marcus Huderle | |
Decompiling battle_anim data | |||
2018-01-14 | format and arrange some Pokemon data | camthesaxman | |
2018-01-14 | up to ContestAICmd_unk_7E | ProjectRevoTPP | |
2018-01-13 | refactor more of save.c | camthesaxman | |
2018-01-14 | finished decompiling data/battle_anim.s | Marco Willems (M17.1) | |
2018-01-14 | Fixings | Marco Willems (M17.1) | |
2018-01-13 | clean up save.c | camthesaxman | |
2018-01-12 | up to ContestAICmd_unk_2C | ProjectRevoTPP | |
2018-01-12 | Merge pull request #527 from camthesaxman/decompile_battle_intro | Cameron Hall | |
decompile battle_intro.s | |||
2018-01-12 | decompile battle_intro.s | camthesaxman | |
2018-01-12 | up to ContestAICmd_unk_14 | ProjectRevoTPP | |
2018-01-12 | start decompiling contest_ai | ProjectRevoTPP | |