Phlosioneer
3b3b2dd031
General cleanup of the second half of contest.c
2019-04-03 20:43:23 -04:00
ultima-soul
48d27c035a
Remove pokemon_3.h
2019-04-03 15:15:08 -07:00
PikalaxALT
4fadbaf161
Minor fixes
...
gotoram --> returnram
cmdCF/execram --> gotoram
fix indentation in sym_ewram.txt
fix mevent_client.h guard name
2019-04-03 17:04:42 -05:00
PikalaxALT
33ee31b2e0
remove last remaining trace of "ish"
2019-04-03 17:04:42 -05:00
PikalaxALT
d0384ee95e
mevent_server_ish --> mevent_client
2019-04-03 17:04:42 -05:00
PikalaxALT
d220f876fc
Some symbol documentation
2019-04-03 17:04:42 -05:00
PikalaxALT
b17c85ff7c
Use named fields for command structs
2019-04-03 17:04:42 -05:00
PikalaxALT
28646ea64e
Decompile mevent server scripts
2019-04-03 17:04:42 -05:00
PikalaxALT
6c12d154e7
Reformat mevent server and client scripts
2019-04-03 17:04:42 -05:00
PikalaxALT
03badd9c40
mevent_server_ish
2019-04-03 17:04:42 -05:00
PikalaxALT
dabd1f6177
finish mevent_server.s
2019-04-03 17:04:42 -05:00
PikalaxALT
a455d98385
start porting mevent_server from firered
2019-04-03 17:04:42 -05:00
DizzyEggg
438521bf21
Get rid of redundant cast
2019-04-03 17:04:07 -05:00
Phlosioneer
3a2ea40188
Rename and document more contest setup functions
...
Also properly label the link contest flags variable, and label the
contest window ID's.
2019-04-03 17:24:32 -04:00
Phlosioneer
f82bdb332a
Document applause meter code
2019-04-03 03:00:06 -04:00
ultima-soul
02651f6177
Attempt to decompile menu_specialized. 2 NONMATCHING
2019-04-02 19:18:36 -07:00
Phlosioneer
8f13e991d2
Found a debug system for pokemon contests
2019-04-02 21:51:21 -04:00
Phlosioneer
f79a2fda68
Document the nextTurnOrder calculations
2019-04-02 20:46:18 -04:00
Phlosioneer
99e8e8e53f
More cleanup, document contestant sorting
2019-04-02 20:00:05 -04:00
huderlem
4018017e9e
Merge pull request #655 from huderlem/misc_docs
...
Document weather effects and some faraway island
2019-04-02 18:38:08 -05:00
Marcus Huderle
181baf9fe5
Merge remote-tracking branch 'upstream/master' into misc_docs
...
# Conflicts:
# src/field_weather_effect.c
2019-04-02 18:29:51 -05:00
Marcus Huderle
1241700b20
Finish documenting the other weather effects
2019-04-02 18:28:56 -05:00
DizzyEggg
d8c9f1b30f
Rows and columns
2019-04-02 16:28:38 -05:00
DizzyEggg
baa187665b
Document a bit of script menu and battle anims
2019-04-02 16:28:38 -05:00
DizzyEggg
2745cdc7d2
Remove unneeded sMonAnimationDelayTable entries
2019-04-02 16:27:58 -05:00
DizzyEggg
02e2b1af97
Use species defines in gMonIconTable
2019-04-02 16:09:03 -05:00
Phlosioneer
201c0953ae
Cleanup OamData entries
2019-04-02 07:41:50 -05:00
DizzyEggg
1aa95a1821
Document a bit of anims
2019-04-02 07:31:06 -05:00
Phlosioneer
9f44ebc5cd
Automatically calculate REMATCH_TABLE_ENTRIES
...
Uses the standard C way of calculating the length of an enum.
2019-04-02 07:28:30 -05:00
Phlosioneer
6916f09cd5
Expand MatchCallStruct defs, use REMATCH_* enum
2019-04-02 07:28:30 -05:00
Phlosioneer
65d8b68f9d
Expicitly hardcode rematch indecies
...
Inserting an entry without updating the indecies will now cause a
compiler error. This will make it easier for modders to remember to
update the constants.
2019-04-02 07:28:30 -05:00
Phlosioneer
ca9f7fe356
Fix hardcoded array sizes
2019-04-02 07:28:30 -05:00
DizzyEggg
79fec8a38d
Energy Ball animation
2019-04-02 13:05:20 +02:00
DizzyEggg
5c44f44ad2
Organize new battle anim gfx
2019-04-02 12:26:24 +02:00
DizzyEggg
7f07aae89b
Power-up-Punch animation
2019-04-02 09:22:28 +02:00
DizzyEggg
cd3de7821e
Merge branch 'master' into battle_engine_v2
2019-04-02 08:37:54 +02:00
DizzyEggg
63b04d5d6f
Iron Head animatiion
2019-04-02 07:33:19 +02:00
Phlosioneer
c3200c0beb
Cleanup some of gContestResources
2019-04-02 00:35:57 -04:00
PikalaxALT
7571969a45
Finish union room battle
2019-04-01 22:08:50 -05:00
PikalaxALT
4be97b2dc6
through sub_801A960
2019-04-01 22:08:50 -05:00
Fontbane
562ad70915
Removed Gen 4 Ability field effects
2019-04-01 23:07:21 -04:00
Phlosioneer
845307b3a6
Rename contest AI stuff
2019-04-01 22:16:07 -04:00
Marcus Huderle
35505c7f5b
Document somre more weather effects
2019-04-01 20:04:23 -05:00
Phlosioneer
c429e6d69c
Move gPlayerFacingPosition out of sym_ewram.txt ( #617 )
...
* Move gPlayerFacingPosition out of sym_ewram.txt
* Fix tabs in sym_ewram.txt
* Remove redundant faraway island extern
2019-04-01 19:30:41 -05:00
Phlosioneer
fe1c14db76
Fix warning for extra parens ( #646 )
...
* Fix warning for extra parens
* Committed too many files
2019-04-01 19:27:55 -05:00
huderlem
4d938cb622
Merge pull request #642 from PikalaxALT/union_room_player_avatar
...
Union Room event objects
2019-04-01 17:54:30 -05:00
DizzyEggg
89f766b75b
Remove unneded variable
2019-04-02 00:17:15 +02:00
DizzyEggg
d39b5f6d26
Fix messing with move result flags when not needed
2019-04-02 00:14:01 +02:00
DizzyEggg
743a42fec2
Cross Poison animation
2019-04-01 23:39:30 +02:00
DizzyEggg
22be08f723
Revert Bubblebeam to hit only one target
2019-04-01 23:17:50 +02:00