Marcus Huderle
d675b7578c
Move movement type constants into include/constants/event_object_movement_constants.h
2018-07-10 18:04:41 -05:00
Diegoisawesome
abc1905cab
Merge pull request #273 from Slawter666/pokedex-doc
...
Minor labelling of pokedex.c
2018-07-08 15:13:03 -07:00
Slawter666
08774bdd88
Merge https://github.com/pret/pokeemerald into pokedex-doc
2018-07-08 01:23:28 +01:00
Slawter666
dd228fae5a
Minor variable labelling
2018-07-08 01:20:01 +01:00
DizzyEggg
ee3d505b58
little touches for HandleTurnActionSelectionState
2018-07-07 21:14:41 +02:00
DizzyEggg
008d961b2a
add party menu defines
2018-07-07 19:57:09 +02:00
DizzyEggg
1c48e58574
small fixes
2018-07-07 14:24:19 +02:00
DizzyEggg
9892298645
Merge branch 'master' into final_battle_files_touches
2018-07-07 14:11:04 +02:00
Diegoisawesome
6313f360d5
Merge branch 'DizzyEggg-decompile_cut'
2018-07-05 20:33:47 -07:00
Diegoisawesome
f79ac26ce3
Rename SetLastTalkedObjectInFrontOfPlayer to CheckObjectGraphicsInFrontOfPlayer
2018-07-05 20:33:07 -07:00
Diegoisawesome
5189442bcc
Merge branch 'decompile_cut' of git://github.com/DizzyEggg/pokeemerald into DizzyEggg-decompile_cut
2018-07-05 20:32:12 -07:00
Garak
e06b63efc9
Merge pull request #1 from pret/master
...
synching with source repo
2018-07-04 11:11:45 -04:00
DizzyEggg
e6d67c7c22
give labels to player controller functions
2018-07-01 15:45:47 +02:00
DizzyEggg
c556358e47
label multiuse sprite template functions
2018-07-01 15:28:57 +02:00
DizzyEggg
f35c0abe80
merge with battle tent update
2018-07-01 12:16:52 +02:00
DizzyEggg
d2e47323fe
document frontier related
2018-07-01 11:15:42 +02:00
Diegoisawesome
efebc51972
Merge pull request #268 from DizzyEggg/decompile_battle_tent
...
Decompile a bit of battle tent
2018-06-30 11:25:19 -07:00
DizzyEggg
2d0be91217
Move all trainer defines to trainers.h and identify frontier brain trainer id
2018-06-30 18:55:34 +02:00
DizzyEggg
bfc64c9689
C vars sym ewram
2018-06-30 15:35:54 +02:00
DizzyEggg
97712ec931
change mapDataId to mapLayoutId
2018-06-30 14:52:13 +02:00
DizzyEggg
15fe5a031b
Merge branch 'master' into decompile_battle_tent
2018-06-30 14:43:41 +02:00
DizzyEggg
cdacc27714
change for loop in fldeff_cut
2018-06-30 14:26:33 +02:00
DizzyEggg
5434db2fc6
use region map constants
2018-06-30 14:22:09 +02:00
DizzyEggg
30c85a5128
more battle documentation
2018-06-30 14:12:17 +02:00
DizzyEggg
272b98da6c
document party status summary
2018-06-28 21:06:32 +02:00
Marcus Huderle
91ee3221b3
Formatting
2018-06-20 19:54:21 -05:00
Marcus Huderle
5e00c0bfcf
Fix map constants
2018-06-20 19:54:21 -05:00
Marcus Huderle
ed8b006e67
Rename map-layout-related things
2018-06-20 19:54:21 -05:00
Marcus Huderle
135a11e50e
Move events and scripts into map dirs
2018-06-20 19:54:21 -05:00
Marcus Huderle
89d35e82a2
Move 'map attributes' into 'layouts'
2018-06-20 19:54:21 -05:00
DizzyEggg
ab36efdaf4
document bounce effect
2018-06-20 23:07:51 +02:00
DizzyEggg
94752d4207
document battle bars
2018-06-19 00:43:15 +02:00
DizzyEggg
caa36b530a
label and document battle windows
2018-06-17 16:48:58 +02:00
DizzyEggg
9329ffc2bc
review cut changes
2018-06-17 12:39:58 +02:00
DizzyEggg
0fe3e612eb
battle tent start and create frontier struct in saveblock
2018-06-17 12:30:09 +02:00
Marcus Huderle
4ab87bf8f3
Fetch calcrom webhook details from travis environment
2018-06-16 18:50:31 -05:00
garakmon
9acd55ae4f
re-initializing structs in tools/aif2pcm/main.c
...
initializing all fields because clang doesn’t understand {0}
2018-06-16 19:20:10 -04:00
garakmon
9766108fbc
adding agbcc include path
...
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 19:03:20 -04:00
garakmon
0b574eb01c
adding macOS install instructions
...
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 18:49:53 -04:00
garakmon
13ed20c6e3
compiler fixes
...
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 18:49:27 -04:00
Marcus Huderle
46f9b83fe5
Add calcrom discord webhook to travis
2018-06-16 11:39:54 -05:00
DizzyEggg
3bcd30969a
cut field effect is decompiled and documented
2018-06-16 14:04:29 +02:00
DizzyEggg
7ea5dd7923
start fldeffect cut
2018-06-16 00:45:48 +02:00
Marcus Huderle
f807eb1f2d
Split out movement radius in object_event macro
2018-06-15 07:49:21 -05:00
Marcus Huderle
2807abe3ba
Remove filler bytes from object_event macro
2018-06-15 07:49:21 -05:00
Marcus Huderle
acc1a5d446
Get all map constants from include/ rather than constants/
2018-06-15 07:49:21 -05:00
Marcus Huderle
0c8cfc2297
Merge pull request #264 from Mother-Of-Dragons/master
...
tileset_anims.c typo fix
2018-06-14 09:10:50 -05:00
Avara
7a9c9bee85
tileset_anims.c typo fix
2018-06-14 14:34:19 +01:00
Marcus Huderle
bebcea4029
Merge pull request #263 from huderlem/event_object_movement
...
Sync event object movement with pokeruby
2018-06-14 08:08:51 -05:00
Marcus Huderle
e01dd90bb3
Update applymovement actions to reflect movement action names
2018-06-13 18:19:19 -05:00