Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-06-16 | Add calcrom discord webhook to travis | Marcus Huderle | |
2018-06-16 | cut field effect is decompiled and documented | DizzyEggg | |
2018-06-16 | start fldeffect cut | DizzyEggg | |
2018-06-15 | Split out movement radius in object_event macro | Marcus Huderle | |
2018-06-15 | Remove filler bytes from object_event macro | Marcus Huderle | |
2018-06-15 | Get all map constants from include/ rather than constants/ | Marcus Huderle | |
2018-06-14 | Merge pull request #264 from Mother-Of-Dragons/master | Marcus Huderle | |
tileset_anims.c typo fix | |||
2018-06-14 | tileset_anims.c typo fix | Avara | |
2018-06-14 | Merge pull request #263 from huderlem/event_object_movement | Marcus Huderle | |
Sync event object movement with pokeruby | |||
2018-06-13 | Update applymovement actions to reflect movement action names | Marcus Huderle | |
2018-06-13 | Bring all movement function names up-to-date with pokeruby | Marcus Huderle | |
2018-06-13 | Merge branch 'master' into decompile_union_room | DizzyEggg | |
2018-06-12 | Merge pull request #262 from Mother-Of-Dragons/master | Marcus Huderle | |
no more gUnknowns in tileset_anims.c | |||
2018-06-12 | battle dome palette label update to graphics.s | Avara | |
2018-06-11 | Rebrand 'map object' and 'field object' to 'event object' | Marcus Huderle | |