summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-01-15Move code out of gfx/ (close #474)Remy Oukaour
2018-01-15Markdown formattingRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR ↵Remy Oukaour
#452) # Conflicts: # data/player_names.asm # engine/battle/menu.asm # engine/billspc.asm # engine/billspctop.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/delete_save_change_clock.asm # engine/events/buena.asm # engine/events/elevator.asm # engine/events/kurt.asm # engine/events/mom.asm # engine/events/move_tutor.asm # engine/events/pokecenter_pc.asm # engine/events/pokepic.asm # engine/events/std_scripts.asm # engine/events/unown_walls.asm # engine/init_gender.asm # engine/intro_menu.asm # engine/mail.asm # engine/main_menu.asm # engine/mart.asm # engine/menu_2.asm # engine/mon_menu.asm # engine/pack.asm # engine/slot_machine.asm # engine/start_menu.asm # home/menu.asm # maps/CeladonDeptStore6F.asm # maps/CeladonGameCornerPrizeRoom.asm # maps/DragonShrine.asm # maps/EarlsPokemonAcademy.asm # maps/GoldenrodCity.asm # maps/GoldenrodDeptStore6F.asm # maps/GoldenrodGameCorner.asm # maps/GoldenrodPokeComCenter2FMobile.asm # mobile/mobile_12.asm # mobile/mobile_12_2.asm # mobile/mobile_22.asm # mobile/mobile_22_2.asm # mobile/mobile_40.asm # mobile/mobile_45.asm # mobile/mobile_45_sprite_engine.asm # mobile/mobile_46.asm # mobile/mobile_5c.asm # mobile/mobile_5f.asm # mobile/mobile_menu.asm
2018-01-14Added menu documentationmid-kid
While slightly shitty, it's as complete as I'm able to get it. Any improvements are welcome.
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ↵Remy Oukaour
map scripts
2018-01-12Use more constants in scriptsRemy Oukaour
2018-01-10Other files belong in data/battle/Remy Oukaour
2018-01-09Split tilesets/ into gfx/tilesets and data/tilesets/Remy Oukaour
2018-01-03Tileset images are 128px wideRemy Oukaour
2018-01-01BoldRemy Oukaour
2018-01-01Fix battle anim documentationRemy Oukaour
2018-01-01Use constants for rBGPI+rOBPI auto-incrementRemy Oukaour
Fix some documentation
2018-01-01Document some more battle animation commandsyenatch
2017-12-29fix markdown formatting in battle_anim_commands.mdyenatch
2017-12-29Document some battle animation commandsyenatch
2017-12-29Fix anim_obj x/y valuesyenatch
- negative values have no meaning - left in optional tile x/y for backwards compatibility
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-28Correct commentRemy Oukaour
2017-12-28Document the Magikarp bug fix from PR #443Remy Oukaour
2017-12-28Document another Magikarp length bug. (to do: correct formula values)Remy Oukaour
2017-12-28Specify which bugs are needed for backwards compatibilityRemy Oukaour
2017-12-28Document another bugRemy Oukaour
Document fixes for design flaws GetForestTreeFrame is more like a design flaw than a bug/glitch (though it's really just calling out humorously bad code)
2017-12-28as → areRemy Oukaour
2017-12-28Explain what bugs, glitches, and flaws areRemy Oukaour
2017-12-28Document design flawsRemy Oukaour
2017-12-27Remove redundant data/ filename prefixesRemy Oukaour
2017-12-27Move events/ to engine/events/Remy Oukaour
2017-12-26Keep memory map values in hardware_constants.asmRemy Oukaour
2017-12-26Copy sram.asm's global start/end constants for wram.asm and vram.asmRemy Oukaour
2017-12-26Correct documentationRemy Oukaour
Split out text_constants.asm
2017-12-26event/ → events/, and move some appropriate engine/ files thereRemy Oukaour
2017-12-26Use "battle_anims" and "sprite_anims" for clarity, not just "anims"Remy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-26Update docsRemy Oukaour
2017-12-25Clean up docs/music_commands.md formatting and link to old wiki pageRemy Oukaour
2017-12-25Copy @henrxv's anim_obj documentation to docs/move_anim_commands.md (closes ↵Remy Oukaour
#399)
2017-12-25Expand assembly documentationRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵Remy Oukaour
$100` or `X >> 8` and `X & $ff`
2017-12-24fix markdown reference linksyenatch
2017-12-24Music documentationfroggestspirit
2017-12-24Start documentation for assembly languageRemy Oukaour
Note: Resolved #340, #381, and #393 previously.
2017-12-24s/number/scene/, and correct some documentationRemy Oukaour
2017-12-24Update documentation to match renamingRemy Oukaour
2017-12-24Renaming: (fix #412)Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2017-12-23Keep images within repoRemy Oukaour
2017-12-22Correct directionsRemy Oukaour
2017-12-22Document one more graphical mistakeRemy Oukaour
2017-12-22Document a graphical errorRemy Oukaour
2017-12-21Include bugfix in commentsRemy Oukaour
2017-12-21Document one more bugRemy Oukaour