Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-21 | improve call_if macros | Melody | |
2018-12-21 | improve goto_if macros | Melody | |
2018-12-19 | Fix deleted line | Deokishisu | |
2018-12-19 | Add requirements to the fields of the object_event macro | Deokishisu | |
With these changes, the compiler will yell at you if you screw up the number of fields for your event objects while manually editing a map's events.inc. Making these fields required will prevent event corruption of all map events that are included after the map with the messed up fields. | |||
2018-12-07 | Document trainer battle scripts (#430) | DizzyEggg | |
2018-12-02 | adds req for macro arguments | Melody | |
2018-12-02 | trainerbattle_normal → trainerbattle_single | Melody | |
* trainerbattle_normal → trainerbattle_single * TRAINER_BATTLE_NORMAL → TRAINER_BATTLE_SINGLE * improves the macro documentation a little | |||
2018-12-02 | cleans up trainer battle scripts | Melody | |
* adds battle type macros * adds `trainerbattle_normal` macro * adds `trainerbattle_double` macro * adds rematch macros * adds no intro macro | |||
2018-12-02 | Merge with master | DizzyEggg | |
2018-12-02 | Use :req macros | DizzyEggg | |
2018-12-02 | defines `register_matchcall` macro | Melody | |
2018-12-02 | adds constants, cleans up callstd and msgbox code | Melody | |
* 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-11-15 | Merge pull request #383 from garakmon/createsprite | Diegoisawesome | |
Update createsprite macro and rename BANK to BATTLER | |||
2018-11-13 | remove extra macro and shorten names | garak | |
2018-11-13 | update createsprite macro and rename BANK to BATTLER | garak | |
2018-11-11 | Document battle arena | DizzyEggg | |
2018-10-19 | clean flags and remove temp macro | garak | |
2018-10-17 | begin event flag names, add temporary hidden item macro | garak | |
2018-10-06 | Merge pull request #320 from DizzyEggg/anims | Marcus Huderle | |
Document battle animation scripts | |||
2018-09-22 | calledattack to calledmove | DizzyEggg | |
2018-09-22 | gRandomMove to gCalledMove | DizzyEggg | |
2018-09-12 | Sync battle anim labels with pokeruby | DizzyEggg | |
2018-09-10 | Document battle animation scripts. | DizzyEggg | |
2018-09-01 | Bank to battler | DizzyEggg | |
2018-08-25 | Some labels | DizzyEggg | |
2018-07-16 | Merge with master | DizzyEggg | |
2018-07-11 | Sync bg_event macros with pokeruby | Marcus Huderle | |
2018-06-30 | more battle documentation | DizzyEggg | |
2018-06-28 | document party status summary | 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-13 | Update applymovement actions to reflect movement action names | Marcus Huderle | |
2018-02-11 | Merge branch 'master' into link | PikalaxALT | |
2018-02-08 | pokemon and battle constants | DizzyEggg | |
2018-01-21 | Merge branch 'master' of https://github.com/pret/pokeemerald into ↵ | camthesaxman | |
battle_refactor | |||
2018-01-21 | Merge branch 'master' into link | PikalaxALT | |
2018-01-21 | mystery event labels | DizzyEggg | |
2018-01-21 | start decompiling mystery event script | DizzyEggg | |
2018-01-20 | Merge branch 'master' into link | PikalaxALT | |
2018-01-19 | Extract data from trade.s | Diegoisawesome | |
Also rename window_template_terminator to null_window_template, in keeping with naming conventions | |||
2018-01-18 | Merge branch 'master' into link | scnorton | |
2018-01-16 | more renaming | camthesaxman | |
2018-01-08 | Create sound data files | Diegoisawesome | |
2017-12-31 | Merge remote-tracking branch 'Egg/dump_battle_anim_scripts' | Diegoisawesome | |
2017-12-31 | dump battle animation scripts | DizzyEggg | |
2017-12-30 | dump trainer ai scripts | DizzyEggg | |
2017-12-21 | dump songs | sceptillion | |
2017-12-21 | Fix setvaddress params | Diegoisawesome | |
2017-12-21 | Revert initclock arg sizes | Marcus Huderle | |