Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-16 | Merge with master | DizzyEggg | |
2018-07-15 | Merge pull request #275 from Diegoisawesome/master | Diegoisawesome | |
Document list_menu.c and main_menu.c | |||
2018-07-15 | Document list_menu.c and main_menu.c | Diegoisawesome | |
2018-07-13 | Merge pull request #274 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 | |
2018-07-12 | Use region map section constants in map headers | Marcus Huderle | |
2018-07-11 | Sync bg_event macros with pokeruby | Marcus Huderle | |
2018-07-10 | Use movement type constants in object_event macros | Marcus Huderle | |
2018-07-10 | Move movement type constants into ↵ | Marcus Huderle | |
include/constants/event_object_movement_constants.h | |||
2018-07-08 | Merge pull request #273 from Slawter666/pokedex-doc | Diegoisawesome | |
Minor labelling of pokedex.c | |||
2018-07-08 | Merge https://github.com/pret/pokeemerald into pokedex-doc | Slawter666 | |
2018-07-08 | Minor variable labelling | Slawter666 | |
2018-07-07 | little touches for HandleTurnActionSelectionState | DizzyEggg | |
2018-07-07 | add party menu defines | DizzyEggg | |
2018-07-07 | small fixes | DizzyEggg | |
2018-07-07 | Merge branch 'master' into final_battle_files_touches | DizzyEggg | |
2018-07-05 | Merge branch 'DizzyEggg-decompile_cut' | Diegoisawesome | |
2018-07-05 | Rename SetLastTalkedObjectInFrontOfPlayer to CheckObjectGraphicsInFrontOfPlayer | Diegoisawesome | |
2018-07-05 | Merge branch 'decompile_cut' of git://github.com/DizzyEggg/pokeemerald into ↵ | Diegoisawesome | |
DizzyEggg-decompile_cut | |||
2018-07-04 | Merge pull request #1 from pret/master | Garak | |
synching with source repo | |||
2018-07-01 | give labels to player controller functions | DizzyEggg | |
2018-07-01 | label multiuse sprite template functions | DizzyEggg | |
2018-07-01 | merge with battle tent update | DizzyEggg | |
2018-07-01 | document frontier related | DizzyEggg | |
2018-06-30 | Merge pull request #268 from DizzyEggg/decompile_battle_tent | Diegoisawesome | |
Decompile a bit of battle tent | |||
2018-06-30 | Move all trainer defines to trainers.h and identify frontier brain trainer id | DizzyEggg | |
2018-06-30 | C vars sym ewram | DizzyEggg | |
2018-06-30 | change mapDataId to mapLayoutId | DizzyEggg | |
2018-06-30 | Merge branch 'master' into decompile_battle_tent | DizzyEggg | |
2018-06-30 | change for loop in fldeff_cut | DizzyEggg | |
2018-06-30 | use region map constants | DizzyEggg | |
2018-06-30 | more battle documentation | DizzyEggg | |
2018-06-28 | document party status summary | DizzyEggg | |
2018-06-20 | Formatting | Marcus Huderle | |
2018-06-20 | Fix map constants | Marcus Huderle | |
2018-06-20 | Rename map-layout-related things | Marcus Huderle | |
2018-06-20 | Move events and scripts into map dirs | Marcus Huderle | |
2018-06-20 | Move 'map attributes' into 'layouts' | Marcus Huderle | |
2018-06-20 | document bounce effect | DizzyEggg | |
2018-06-19 | document battle bars | DizzyEggg | |
2018-06-17 | label and document battle windows | DizzyEggg | |
2018-06-17 | review cut changes | DizzyEggg | |
2018-06-17 | battle tent start and create frontier struct in saveblock | DizzyEggg | |
2018-06-16 | Fetch calcrom webhook details from travis environment | Marcus Huderle | |
2018-06-16 | re-initializing structs in tools/aif2pcm/main.c | garakmon | |
initializing all fields because clang doesn’t understand {0} | |||
2018-06-16 | adding agbcc include path | garakmon | |
For some reason the headers for agbcc are being installed in tools/agbcc instead of tools/agbcc/include. This is a simple (potentially temporary) workaround. | |||
2018-06-16 | adding macOS install instructions | garakmon | |
While the procedure here is similar to the Linux one, there are some Mac-specific quirks that I thought warranted some more detail. | |||
2018-06-16 | compiler fixes | garakmon | |
The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds. |