summaryrefslogtreecommitdiff
path: root/asm/macros
AgeCommit message (Collapse)Author
2018-01-10refactor build systemcamthesaxman
2018-01-05Add friendly macros for checking trainer flagsMarcus Huderle
2018-01-05Add friendly macros for goto_if and call_if variantsMarcus Huderle
2018-01-04Wrap compare macro's args in parenthesesMarcus Huderle
2018-01-04Use -1 instead of 65535 for compare macroMarcus Huderle
2017-12-30Sync battle_script changes with pokeemeraldMarcus Huderle
2017-12-27Port updated battle_script macros from pokeemeraldMarcus Huderle
2017-12-26Add bg_secret_base_event macro, and define secret base id constantsMarcus Huderle
2017-12-26Add bg_hidden_item_event macro, and define hidden item flagsMarcus Huderle
2017-12-26Add coord_weather_event macro, and define COORD_EVENT_WEATHER_* constantsMarcus Huderle
2017-12-24'VAR_SPECIAL_X' instead of 'SPECIALVAR_X'Marcus Huderle
2017-12-24Name and use constants for special varsMarcus Huderle
2017-12-21Revert initclock arg sizesMarcus Huderle
2017-12-21Use event script macro names from pokeemeraldMarcus Huderle
2017-11-27fix comment alignment and get rid of warp_map macrocamthesaxman
2017-11-27convert data files to use constants/map.hcamthesaxman
2017-11-27convert wild_encounter data to Ccamthesaxman
2017-11-26easy_chat constantscamthesaxman
2017-10-01vloadptr -> vloadwordcamthesaxman
2017-10-01fix switch macrocamthesaxman
2017-10-01imm -> valuecamthesaxman
2017-10-01setmestatus -> setmysteryeventstatuscamthesaxman
2017-10-01fix more command namescamthesaxman
2017-10-01fix more command namescamthesaxman
2017-10-01fix more command namescamthesaxman
2017-10-01fix more command namescamthesaxman
2017-10-01fix more command namescamthesaxman
2017-09-30updatecamthesaxman
2017-09-30updatecamthesaxman
2017-09-30stuff... I don't remembercamthesaxman
2017-09-26more command renamingcamthesaxman
2017-09-26single compare macrocamthesaxman
2017-09-24more script command renamingcamthesaxman
2017-09-24more script command renamingcamthesaxman
2017-09-24more script command renamingcamthesaxman
2017-09-24Replace more script commands and fix German buildcamthesaxman
2017-09-24Replace script commands: snop -> nop, snop1 -> nop1, jump -> gotocamthesaxman
2017-08-24do some renaming and reorganizingcamthesaxman
2017-07-18Script macro special now takes, as its argument, the name of the function.PikalaxALT
2017-02-01label, document, reorganize, and clean up battle_ai.c (#228)ProjectRevoTPP
label, document, reorganize, and clean up battle_ai.c
2017-01-08enum the species constantsyenatch
2017-01-01Remove argc in the battle_anim macros.yenatch
2016-10-28included .s to .incYamaArashi
2016-10-25heal location dataYamaArashi
2016-10-16Label battle AI script and update map BGM constants (#59)ProjectRevoTPP
* purge text label redundancy in data2 * revo you dummy dont commit experimental changes like that * Map header music constants * Declare CoordEvent and BgEvent structs * start labeling AI labels * more labels * even more AI labels * finish labeling battle AI * change flee2 to watch * egg nickname * oops
2016-10-01remove zeros from connection macrosYamaArashi
2016-09-10Dump the cry sample pointers.yenatch
todo: The samples are delta-compressed.
2016-09-10Merge 'master' with 'origin/master'Marcus Huderle
2016-09-08Output .bin file for direct sound metadata (loop point, pitch adust, and ↵Marcus Huderle
number of samples). This was needed since we couldn't incbin a string argument in a macro.
2016-08-31fix macro param nameYamaArashi