Melody
bad5323642
cleans up trainer battle scripts
...
* adds battle type macros
* adds `trainerbattle_normal` macro
* adds `trainerbattle_double` macro
* adds rematch macros
* adds no intro macro
2018-12-02 15:08:19 -05:00
Diegoisawesome
2912ec0e37
Merge pull request #420 from DizzyEggg/bored
...
Get rid of static functions in includ and add req macro arguments
2018-12-02 14:05:35 -06:00
DizzyEggg
9828e0e97b
Merge with master
2018-12-02 19:38:05 +01:00
Diegoisawesome
c123b8d6f1
Merge pull request #417 from melthelesbian/msgbox_documentation
...
adds constants, cleans up callstd and msgbox code
2018-12-02 12:31:54 -06:00
Diegoisawesome
ee05197eba
Merge pull request #418 from DizzyEggg/link_rfu
...
Finish Link rfu
2018-12-02 12:29:31 -06:00
DizzyEggg
a42bfd7a0e
fix brackes n ne file
2018-12-02 19:27:56 +01:00
DizzyEggg
725f99a1bf
Use :req macros
2018-12-02 19:24:06 +01:00
DizzyEggg
b87e6a4e57
Get rid of static functions in includes
2018-12-02 18:58:33 +01:00
DizzyEggg
d46c3ebe5b
Fix Future Sight
2018-12-02 18:47:39 +01:00
DizzyEggg
945575f5d6
Fix atk canceller
2018-12-02 17:58:21 +01:00
DizzyEggg
8f8e6fb88b
Merge branch 'master' into battle_engine_v2
2018-12-02 16:59:38 +01:00
DizzyEggg
d137ebc7a9
Some more rom 8011dc0 work
2018-12-02 13:59:55 +01:00
Melody
862265b73a
defines register_matchcall
macro
2018-12-02 06:04:59 -05:00
DizzyEggg
e17140536a
finish link rfu and fix rom 8011dc0
2018-12-02 11:58:50 +01:00
Melody
c557ac61ae
adds constants, cleans up callstd and msgbox code
...
* adds some constants for standard script names and messagebox types
* replaces some callstd calls with msgbox calls where equivalent
* replaces msgbox and callstd calls using raw digits with versions that use the constants
2018-12-02 03:37:46 -05:00
Diegoisawesome
145047d438
Merge pull request #416 from melthelesbian/fix_pokefan
...
fixes pokefan graphics naming
2018-12-02 00:02:43 -06:00
Melody
b9cf4f27b5
renames the winstrate graphics names to pokefan
2018-12-02 00:47:04 -05:00
Diegoisawesome
a2186dcdd7
Merge pull request #415 from melthelesbian/trainer_defs
...
cleans up trainer name defines
2018-12-01 22:44:17 -06:00
Melody
c7f52c4203
cleans up trainer name defines
2018-12-01 22:49:33 -05:00
DizzyEggg
b082f000af
Start working on link rfu
2018-12-01 18:54:59 +01:00
DizzyEggg
6ae949e360
Psychic Terrain blocks priority moves
2018-12-01 11:35:49 +01:00
DizzyEggg
3be070f0c3
Fix string overflowing issue
2018-12-01 11:12:31 +01:00
DizzyEggg
3934eac8d4
Merge branch 'master' into battle_engine_v2
2018-12-01 10:28:11 +01:00
Marcus Huderle
0e32a3adf3
Decompile normal.c ( #414 )
2018-11-30 17:29:55 -06:00
Diegoisawesome
8e24a49b78
Merge pull request #413 from DizzyEggg/do
...
Match 2 field effect functions
2018-11-30 17:17:20 -06:00
DizzyEggg
0ad4795e69
Match 2 field effect functions
2018-11-30 23:16:15 +01:00
DizzyEggg
1a8859b1d8
Add Dazzling
2018-11-30 22:12:18 +01:00
DizzyEggg
dc7be39894
Add Triage
2018-11-30 21:42:30 +01:00
DizzyEggg
0329175f06
Add Protean
2018-11-30 21:21:43 +01:00
DizzyEggg
5aff99b015
Fix Stored Power's Power
2018-11-30 20:52:39 +01:00
DizzyEggg
7a69f9cb0d
Add Dream Eater blocked by heal block
2018-11-30 20:48:43 +01:00
DizzyEggg
9d9fcc540e
Merge pull request #43 from Kurausukun/battle_engine_v2
...
Update Dive's Base Power
2018-11-30 20:46:34 +01:00
DizzyEggg
7fa55704b2
merge with master
2018-11-30 20:46:09 +01:00
Marcus Huderle
9dd7f8f214
Decompile pokedex_area_screen.c ( #412 )
2018-11-30 10:41:03 -06:00
Kurausukun
c8bc40e3e8
Update battle_moves.h
2018-11-30 00:56:53 -05:00
Diegoisawesome
275ce5deff
Merge pull request #410 from DizzyEggg/will_i_match_sth_again
...
match 2 field functions
2018-11-29 17:46:30 -06:00
DizzyEggg
f87e68379c
match 2 field functions
2018-11-29 21:19:00 +01:00
Diegoisawesome
a7a317f6cc
Merge pull request #408 from DizzyEggg/pass_time
...
Match 3 link rfu functions
2018-11-28 16:51:53 -06:00
DizzyEggg
f54f5b3531
Match 3 link rfu functions
2018-11-28 23:08:20 +01:00
Diegoisawesome
4a9b4ba0b3
Merge pull request #407 from DizzyEggg/max_sprites
...
Use MAX_SPRITES define
2018-11-28 14:34:11 -06:00
DizzyEggg
0ed2f54d61
Use MAX_SPRITES define
2018-11-28 21:08:22 +01:00
Marcus Huderle
0148e38973
Decompile pokedex_cry_screen.c ( #406 )
2018-11-28 10:14:32 -06:00
Marcus Huderle
9fafa63743
Finish decompiling internation_string_util.c
2018-11-27 17:21:23 -06:00
Diegoisawesome
0cdd1cc1da
Merge pull request #405 from DizzyEggg/frontier_data
...
Finish frontier data
2018-11-27 16:48:11 -06:00
DizzyEggg
7cfe0342f0
Finish frontier data
2018-11-27 22:45:50 +01:00
Diegoisawesome
2e2cd59160
Merge pull request #404 from garakmon/frontier-data
...
Some frontier data
2018-11-27 12:58:31 -06:00
garak
50f00b0827
Merge remote-tracking branch 'upstream/master' into fldeff
2018-11-27 13:31:07 -05:00
garak
f316d53c58
Merge branch 'frontier-data' of https://github.com/garakmon/pokeemerald into frontier-data
2018-11-27 13:28:44 -05:00
garak
2707bd9b91
clean frontier data
2018-11-27 13:27:49 -05:00
garak
a636005066
delete createsprite.py
2018-11-27 11:40:29 -05:00