Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-07 | Removed need for asm("") | PokeCodec | |
The assembly for comparing r5 is lsr r5, r1, #0x18, so having that be a bool32 makes no sense. After I set r5 to the same type as i, and moved the variables to the top to prevent the cross jump optimization, I found the asm was no longer needed! | |||
2020-05-24 | Nonmatching fixes: | Kaz | |
wild_encounter.c: port Feebas fix which was somehow in pokeemerald but not here battle/anim/unused_9.c: match sub_80CFE2C (obfuscation of for variable when used in offsets) field_effect_helpers.c: port MATCHING fixes from pokeemerald tv.c: match sub_80C01D4 (uses a temp) | |||
2020-05-23 | shadow_minimize.c: match CreateMinimizeSprite | kazblox | |
This is the same as the pokeemerald function, except that matrixNum is signed. Also bring name consistency in shadow_minimize.c with pokeemerald, too. | |||
2020-05-21 | switch to pret short-types and tabs vs spaces | Missingmew | |
2020-05-20 | Decompile unref_sub_800D42C and add very likely explanation | Missingmew | |
2020-04-28 | More trainer type usage | GriffinR | |
2020-04-28 | Generalize oamtable name | GriffinR | |
2020-04-28 | Index heal location data, use better names | GriffinR | |
2020-04-06 | only add endif where ifdef was added by wild_encounter inja template | garakmon | |
2020-02-27 | Match three funcs in field_effect.c | PikalaxALT | |
2020-02-13 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2020-02-12 | Restructure src/data/object_events and src/data/field_effects | Marcus Huderle | |
2020-02-12 | Use named C arrays for event obj movement data | Marcus Huderle | |
2020-02-12 | Sync with pret/pokeemerald:959 | GriffinR | |
2020-02-12 | Rename event_obj_lock to event_object_lock | GriffinR | |
2020-02-12 | Fix event object include guards and constant filenames | GriffinR | |
2020-02-12 | Standardize Event Object to Object Event | GriffinR | |
2020-01-10 | Match sub_8043740 | PikalaxALT | |
2019-12-17 | Fix name error | PikalaxALT | |
2019-12-14 | Merge branch 'master' of github.com:pret/pokeruby into modern_gcc | PikalaxALT | |
2019-11-09 | Use descriptive constant for ScriptGiveMon call | Thomas Winwood | |
2019-10-19 | Merge pull request #754 from camthesaxman/emerald_diff | huderlem | |
resolve more emerald differences | |||
2019-10-16 | Sync specialvars with pokeemerald | GriffinR | |
2019-10-16 | remove empty groups from wild encounter fields json objects | garak | |
2019-10-16 | add fishing rod groups to encounter json | garak | |
2019-10-05 | Match sub_80C9720 | PikalaxALT | |
2019-10-02 | Update INSTALL.md | PikalaxALT | |
2019-10-02 | Merge branch 'master' into debug-english | PikalaxALT | |
2019-10-02 | Merge branch 'master' into emerald_diff | PikalaxALT | |
2019-10-02 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-09-08 | Merge pull request #743 from garakmon/metatile_labels | PikalaxALT | |
Name Metatiles | |||
2019-09-08 | Merge pull request #744 from garakmon/pokenav-data | PikalaxALT | |
Pokenav Data Decomp (take 2) | |||
2019-09-08 | Merge pull request #753 from ultima-soul/synchronize | PikalaxALT | |
Synchronize bard_music data organization with pokeemerald | |||
2019-09-05 | Configure Travis to build nonmatching (#746) | PikalaxALT | |
* Configure Travis to build nonmatching | |||
2019-09-05 | Fix a mixup in the naming :( | easyaspi314 (Devin) | |
2019-09-05 | Document some debug menu things | easyaspi314 (Devin) | |
2019-09-05 | Merge pull request #755 from garakmon/encounter_json | PikalaxALT | |
Wild Encounters to Json | |||
2019-09-05 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-08-30 | Match sub_80D6874 | Scott Norton | |
2019-08-29 | name event object pointer indices | garak | |
2019-08-26 | Mark some things in tomomichi_debug_menu.c | easyaspi314 (Devin) | |
2019-08-26 | Translate skipped Mail text | easyaspi314 (Devin) | |
2019-08-26 | Translate the Trainer card test name | easyaspi314 (Devin) | |
2019-08-26 | Improve slot machine translation, make textbox larger | easyaspi314 (Devin) | |
2019-08-25 | Fix some test menu translations, document unused functions and name stuff | easyaspi314 (Devin) | |
2019-08-25 | Improve a mori_debug_menu translation | easyaspi314 (Devin) | |
2019-08-25 | Replace asm("") with ++ --. | easyaspi314 (Devin) | |
agbcc is weird | |||
2019-08-25 | Improve some nohara translations. | easyaspi314 (Devin) | |
2019-08-24 | Match and document DebugMenu_8077C3C (now DebugMenu_ConvertBuildDate) | easyaspi314 (Devin) | |
It seems that simply putting an asm("") matched 8077C3C. | |||
2019-08-24 | Rename old_charmap and move from graphics-de/unused to graphics/debug. | easyaspi314 (Devin) | |
The debug battle text is in English on German ROMs and Japanese on English ROMs. Additionally, old_charmap.bin held the actual text. Weird. I also choose the English when DEBUG_TRANSLATE is on. |