Commit graph

3224 commits

Author SHA1 Message Date
Diegoisawesome
7f38a03093 mid2agb compression algorithm less buggy than originally thought 2018-09-25 11:41:18 -05:00
Kermalis
2bb647245a Match mus_b_tower.mid 2018-09-25 02:42:54 -04:00
Kermalis
965e05dc87 Merge branch 'master' of https://github.com/pret/pokeemerald 2018-09-25 02:34:34 -04:00
Diegoisawesome
af4ff89e55 Comment out unused variable so GCC doesn't complain 2018-09-25 01:32:24 -05:00
Kermalis
00f0690fb0 Merge branch 'master' of https://github.com/pret/pokeemerald 2018-09-25 02:29:15 -04:00
Diegoisawesome
48b65eecee Match compression behavior, for real 2018-09-25 01:26:09 -05:00
DizzyEggg
312d3a42d2 Fix jumpifsideaffecting glitch 2018-09-24 20:29:06 +02:00
Diegoisawesome
98e1c1994b Completely blind guess to fix compression score 2018-09-24 02:00:09 -05:00
Kermalis
d318b1f1f1 Merge branch 'master' of https://github.com/pret/pokeemerald 2018-09-24 00:57:34 -04:00
Diegoisawesome
7ceabffc84 Clean .s files in midi folder 2018-09-23 23:52:04 -05:00
Kermalis
357b159b86 Match mus_b_factory.mid 2018-09-24 00:43:25 -04:00
Kermalis
9e7db1bc19 Merge branch 'master' of https://github.com/pret/pokeemerald 2018-09-24 00:40:40 -04:00
Kermalis
dbfc4b00e1 Match mus_b_palace.mid 2018-09-24 00:39:24 -04:00
Diegoisawesome
ef95a13288 Fix compression score lower limit 2018-09-23 23:37:47 -05:00
Kermalis
257427ffdc Match mus_b_frontier.mid 2018-09-24 00:05:45 -04:00
Kermalis
6049308461 Match mus_b_dome1.mid 2018-09-23 23:31:01 -04:00
Kermalis
297b24cb20 Match mus_b_dome.mid 2018-09-23 23:28:02 -04:00
Kermalis
db3d988a76 Match mus_b_arena.mid 2018-09-23 23:25:34 -04:00
Kermalis
2b0d340ba5 Match mus_ropeway.mid 2018-09-23 23:20:44 -04:00
Kermalis
aceb85e11e Match mus_ayasii.mid 2018-09-23 23:16:58 -04:00
Kermalis
143b4d151d Change mus_naminori to 3/4 time signature 2018-09-23 22:50:57 -04:00
Kermalis
e602329505 Match mus_ashroad.mid 2018-09-23 22:35:20 -04:00
Kermalis
5d52f64c04 Match mus_aqa_0.mid 2018-09-23 22:10:30 -04:00
Kermalis
4fc0cb095c Match mus_naminori.mid 2018-09-23 17:12:59 -04:00
Kermalis
619656fd1e Update mus_ajito.mid 2018-09-23 17:12:36 -04:00
Diegoisawesome
25033ef311 Finish tileset_anims macroization 2018-09-23 14:58:36 -05:00
DizzyEggg
3f2beff554 Defog 2018-09-23 19:03:53 +02:00
DizzyEggg
6b7a171dbe Ability pop-up fail, maybe will do something about it later 2018-09-23 14:24:06 +02:00
Diegoisawesome
e0acb92a3f mid2agb: allow -L param to take string 2018-09-23 00:40:37 -05:00
LOuroboros
aa7fab8b66
Update move_descriptions.h
-Added 4 move descriptions that were missing (Darkest Lariat, Ice Hammer, Anchor Shot and Power Trip).
-Added the table with the pointers for the Gen. 7 moves descriptions.
2018-09-23 01:41:12 -03:00
LOuroboros
80523b4257
Update move_names.h
Gen. 7 moves' names
2018-09-23 01:01:57 -03:00
Diegoisawesome
a63f3ce872 Set up Makefile for MIDIs 2018-09-22 20:28:32 -05:00
Diegoisawesome
584cad6c0b
Merge pull request #339 from Kermalis/master
Rename voicegroups
2018-09-22 15:48:29 -05:00
Kermalis
e93f1182e6 Rename voicegroups 2018-09-22 16:42:34 -04:00
Diegoisawesome
58a5e4a261 Merge branch 'master' of github.com:pret/pokeemerald 2018-09-22 15:39:34 -05:00
Diegoisawesome
9e840dc5fe Merge remote-tracking branch 'Tetra/master' 2018-09-22 15:23:47 -05:00
Diegoisawesome
d50554bb8e Use macros and defines in tileset_anims 2018-09-22 15:02:49 -05:00
Diegoisawesome
925de13b44
Merge pull request #334 from Diegoisawesome/master
Change order of inital vol command in mid2agb
2018-09-22 14:20:33 -05:00
Diegoisawesome
f613176308 Fix order of initial vol command 2018-09-22 13:54:00 -05:00
DizzyEggg
37d8859404 random move to called move 2018-09-22 19:27:56 +02:00
DizzyEggg
60e8c80c4c Merge branch 'master' into battle_engine_v2 2018-09-22 19:14:56 +02:00
Diegoisawesome
eb4408a6ff
Merge pull request #338 from DizzyEggg/small
Rename gRandomMove to gCalledMove
2018-09-22 12:13:03 -05:00
DizzyEggg
611360c29e calledattack to calledmove 2018-09-22 19:08:41 +02:00
DizzyEggg
e362c06aea gRandomMove to gCalledMove 2018-09-22 18:41:00 +02:00
DizzyEggg
19e1606595 Add Copycat 2018-09-22 18:37:03 +02:00
DizzyEggg
fafcedc722 Clean gen7 moves data merge 2018-09-22 17:35:30 +02:00
DizzyEggg
ef4b74d934
Merge pull request #16 from LOuroboros/patch-8
Update battle_moves.h
2018-09-22 17:32:57 +02:00
DizzyEggg
cbaf2d6b86
Merge pull request #15 from LOuroboros/patch-7
Update move_descriptions.h
2018-09-22 17:28:53 +02:00
DizzyEggg
db44a7e25a Techno Blast and Autotomize 2018-09-22 17:27:51 +02:00
LOuroboros
3c6b405dd8
Update battle_moves.h
Gen. 7 moves data.
2018-09-22 12:24:47 -03:00