summaryrefslogtreecommitdiff
path: root/src/decoration.c
AgeCommit message (Collapse)Author
2021-01-04Some decoration labels, use constant for tileset sizeGriffinR
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-29Use constants for menu info icon tableGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-03-06Document decoration.cMartin Griffin
2020-01-19Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Some script clean up, document secret base secrets showGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2019-12-21Document item_use.cGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-09-27Merge pull request #802 from PikalaxALT/gflibPikalaxALT
Gflib and libagbsyscall
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-17Merge branch 'master' into document-eventscriptsGriffinR
2019-09-16Document decor iconsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-06document remainder of secret_base scripts, delete unneeded scripts.incsGriffinR
2019-09-05document secret_base_1.incGriffinR
2019-08-14initial event_scripts documentationGriffinR
2019-06-16label metatiles for pacifidlog and fortree bridgesgarak
2019-04-06Document and cleanup some decoration codeMarcus Huderle
2019-04-05Document secret baseMarcus Huderle
2019-04-02Cleanup OamData entriesPhlosioneer
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Merge pull request #587 from Phlosioneer/document-all-event-varshuderlem
Document all event vars
2019-02-28Pick better names for constantsPhlosioneer
2019-02-28Add macros for metatile manipulationPhlosioneer
2019-02-28VAR_0x3F20 is not a varPhlosioneer
2019-02-26Fix backwards namesPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-02Merge pull request #541 from Diegoisawesome/masterDiegoisawesome
Misc documentation
2019-02-02Fix Menu and List Menu input definesDizzyEggg
2019-02-02Add constants for flags and varsDiegoisawesome