summaryrefslogtreecommitdiff
path: root/data/scripts/cable_club.inc
AgeCommit message (Collapse)Author
2019-09-16Use misc ScrCmd constantsGriffinR
2019-08-14initial event_scripts documentationGriffinR
2019-06-16finish labeling metatilesgarak
2019-04-22Fix some labels and include decorations.hFontbane
Include decorations.h in shop.c Include decorations.h in event_scripts.s
2019-04-22Doc most OnTransitionsFontbane
2019-04-03Minor fixesPikalaxALT
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name
2019-03-31Document mystery_giftPikalaxALT
2019-03-02Merge pull request #587 from Phlosioneer/document-all-event-varshuderlem
Document all event vars
2019-02-27Name several vars, document some related eventsPhlosioneer
2019-02-27Name more unknown varsPhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-25Merge branch 'master' into event-varsPhlosioneer
2019-02-24Name some common single-entry movementsPhlosioneer
2019-02-24Name a ton of commonly used event scriptsPhlosioneer
2019-02-22Start porting pokeruby vars to pokeemeraldPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
2019-02-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.
2019-02-10Done documenting link code in overworld.cPhlosioneer
2019-02-10Start renaming symbolsPhlosioneer
I finally figured out what the code is trying to do. I have a foothold; the rest should follow.
2018-12-24use player constant in obj script commandsMelody
2018-12-21improve call_if macrosMelody
2018-12-21improve goto_if macrosMelody
2018-12-19update applymovement to remove magic numbersMelody
2018-12-07Use normal apostrophes like adultsMelody
2018-12-02adds constants, cleans up callstd and msgbox codeMelody
* 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-10-17begin event flag names, add temporary hidden item macrogarak
2018-10-16Port/decompile field_control_avatarDiegoisawesome
2018-10-13Port/decompile cable_club.sDiegoisawesome
2018-07-24Clean up files and add entries to charmapDiegoisawesome
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-06-15Get all map constants from include/ rather than constants/Marcus Huderle
2018-06-13Update applymovement actions to reflect movement action namesMarcus Huderle
2018-05-19decompile field tasksDizzyEggg
2018-05-03Merge pull request #242 from DizzyEggg/decompile_battle_recordsMarcus Huderle
Decompile battle records
2018-05-01identify and name battle records thingsDizzyEggg
2018-05-01start decompiling battle recordsDizzyEggg
2018-04-29clear item, save and load save filesDizzyEggg
2018-02-14decompile overworldDizzyEggg
2018-01-30decompile mystery event menuDizzyEggg
2018-01-20REMOVE BASEROMgolem galvanize
2017-12-21Merge remote-tracking branch 'Egg/decompile_use_pokeblock'Diegoisawesome
2017-12-21Port generic event script macros from pokerubyMarcus Huderle
2017-12-18fix pokeblock conflictsDizzyEggg
2017-12-16decompile more of pokeblock.sDizzyEggg
2017-12-01battle setup file is decompiledDizzyEggg
2017-11-16Fix build by renaming specialsDiegoisawesome
2017-11-11Split files from event_scripts.sDiegoisawesome
Also move maps/scripts to scripts/maps