Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | Decompile more pokenav | Marcus Huderle | |
2018-08-16 | Decompile even more pokenav | Marcus Huderle | |
2018-08-15 | Decompile more of pokenav | Marcus Huderle | |
2018-08-15 | Add the .sgm file format to .gitignore | LOuroboros | |
This format represents VisualBoyAdvance's "save game" files. Since it's currently not being filtered out by .gitignore, this kind of files could be sent to a GitHub Repository via git push accidentally, which is why I suggest this change. | |||
2018-08-15 | Merge pull request #671 from hiddenruby/master | Marcus Huderle | |
Use constants defined in global.h, and add constants to match pokeemerald | |||
2018-08-15 | Label unknowns and fillers, add constants to global.h, use constants in ↵ | Jo Ruby P | |
record_mixing.c and tv.c | |||
2018-08-15 | load_save.c uses constants defined in global.h | Jo Ruby P | |
2018-08-13 | Decompile more of battle_anim_812C144.s | Marcus Huderle | |
2018-08-12 | Merge pull request #667 from garakmon/heal-loc | Marcus Huderle | |
Use constants for heal locations | |||
2018-08-10 | Update region_map.c | Garak | |
2018-08-10 | MAP_GROUP/NUM constants; remove erroneous comment | garak | |
2018-08-10 | fix german build | garak | |
2018-08-10 | forgot to rename array | garak | |
2018-08-10 | use heal location constants | garak | |
2018-08-09 | Label ball animations | Marcus Huderle | |
2018-08-08 | Merge pull request #11 from pret/master | Garak | |
merge with source repo | |||
2018-08-06 | Merge pull request #664 from hiddenruby/master | Marcus Huderle | |
gUnknown_08E96EC8 and gSpriteImage_83C172C named, moved into interface | |||
2018-08-06 | gSpriteImage_83C172C named and moved into interface | Jo Ruby P | |
gSpriteImage_83C172C is now gBagSpinner and corresponding 83C172C.png is now bag_spinner.png and moved into interface. | |||
2018-08-01 | start | who-knows-who | |
2018-08-01 | slight changes | who-knows-who | |
2018-07-31 | a few more functions in ice | garakmon | |
so far: 26 matching 5 nonmatching (1 NAKED) | |||
2018-07-31 | sub_80DA4D8 fakematching | who-knows-who | |
2018-07-31 | gUnknown_08E96EC8 is now gBagScreenLabels_Tilemap and corresponding ↵ | Jo Ruby P | |
unknown_E96EC8.bin is now bag_screen_labels.bin and moved into interface. | |||
2018-07-29 | Merge pull request #663 from hiddenruby/master | Marcus Huderle | |
gUnknown_08E77004 named moved into interface, and fixed typo in Makefile | |||
2018-07-29 | typo | Jo Ruby P | |
2018-07-28 | gUnknown_08E77004 is now gBagScreen_Tilemap and corresponding ↵ | Jo Ruby P | |
unknown_E77004.bin is now bag_screen.bin and moved into interface | |||
2018-07-26 | Fix nonmatching SetPlayerSecretBaseRecordMixingParty() | Marcus Huderle | |
2018-07-26 | Fix nonmatching DaycareMonReceivedMail_() | Marcus Huderle | |
2018-07-26 | Fix nonmatching ChooseNextBattleTowerTrainer() | Marcus Huderle | |
2018-07-24 | Fix debug build | Marcus Huderle | |
2018-07-24 | Merge pokemon_storage_system 4 and 5 | Marcus Huderle | |
2018-07-24 | Decompile the rest of pokemon_storage_system | Marcus Huderle | |
2018-07-22 | Decompile more of contest_effects.s | Marcus Huderle | |
2018-07-22 | decompile more ice.s | garakmon | |
2018-07-22 | Merge pull request #658 from vblm12/trainer_data | Marcus Huderle | |
Copy the Trainer struct from pokeemerald and regen the trainers.h files. | |||
2018-07-22 | Merge pull request #657 from Tetrable/master | Marcus Huderle | |
Cleanup pokedex arrays | |||
2018-07-21 | Change OPPONENT to TRAINER in data-de. | vblm12 | |
2018-07-21 | Change OPPONENT to TRAINER in taya_debug_window.c | vblm12 | |
2018-07-20 | Copy the Trainer struct from pokeemerald. | vblm12 | |
Also regenerate trainers*.h | |||
2018-07-20 | Rename OPPONENT_ to TRAINER_ to match pokeemerald. | vblm12 | |
2018-07-19 | oops | Tetrable | |
2018-07-19 | improved commenting | Tetrable | |
2018-07-19 | made indents consistent | Tetrable | |
2018-07-19 | Add HOENN_DEX + NATIONAL_DEX defines | Tetrable | |
Added HOENN_DEX and NATIONAL_DEX defines for the pokedex arrays in pokemon_1.c | |||
2018-07-19 | Cleanup pokedex arrays | Tetrable | |
Pokedex arrays now use HOENN_DEX and NATIONAL_DEX defines | |||
2018-07-13 | Merge pull request #10 from pret/master | Garak | |
sync with source repo | |||
2018-07-13 | Merge pull request #654 from huderlem/movement_constants | Marcus Huderle | |
Move and use movement constants | |||
2018-07-12 | Use map battle scene constants in map headers | Marcus Huderle | |
2018-07-12 | Use map type constants in map headers | Marcus Huderle | |
2018-07-12 | Use weather constants in map headers | Marcus Huderle | |