summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-25I'm stopping for the day. Too many silly oversights.surskitty
2017-12-25Now all labelled SlowpokeWellB1F.surskitty
2017-12-25Shhh no one saw that.surskitty
2017-12-25Disambiguating granddaughter + grandpa #426surskitty
2017-12-25Renaming Slowpoke.surskitty
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-25The pokemon is a nidoran, not a growlithe.surskitty
2017-12-25Changing Kimono_girl to KimonoGirl #432surskitty
2017-12-25Expand assembly documentationRemy Oukaour
2017-12-25Mt Moon gift shop NPCs are only there in the morning and day.surskitty
2017-12-25Renaming the Captain #426surskitty
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-25Ecruteak Dance Theater labels #426surskitty
2017-12-25SS Aqua Captain's cabin #426surskitty
2017-12-25Labelling the Itemfinder guy's house. #426surskitty
2017-12-25Clean up color/palette codeRemy Oukaour
2017-12-24move rst.asm and interrupts.asm into home/yenatch
2017-12-24remove the vagrantfileyenatch
i wonder if anyone actually used this
2017-12-24fix readme link spacingyenatch
2017-12-24add faq/docs links to the readmeyenatch
2017-12-24fix markdown reference linksyenatch
2017-12-24Merge pull request #427 from pret/music-documentationyenatch
Music command documentation
2017-12-24Music documentationfroggestspirit
2017-12-24Merge pull request #406 from yenatch/style-guideyenatch
style guide
2017-12-24use realistic values for hardware/hram constant examplesyenatch
2017-12-24Merge pull request #422 from mid-kid/footprintsyenatch
Split all of the footprints
2017-12-24Merge pull request #424 from roukaour/masteryenatch
Rename a routine and some maps; remove all code from main.asm
2017-12-24Group Pokérus files in engine/pokerus/Remy Oukaour
2017-12-24Change a few Unknown labelsRemy Oukaour
2017-12-24Add more constants for some maximum valuesRemy Oukaour
2017-12-24Remove all code from main.asm (some labeled INCBINs, like out-of-context ↵Remy Oukaour
graphics, are still present) engine/routines/ stores isolated out-of-context routines as individual files. It might be preferable later to append them to their related engine/ files in unique little SECTIONs, relying on the linkerscript to place them appropriately; or some other organization method. In the meantime, they're now easily findable apart from main.asm's other content.
2017-12-24Correct linkRemy Oukaour
2017-12-24Start documentation for assembly languageRemy Oukaour
Note: Resolved #340, #381, and #393 previously.
2017-12-24Clarify why G/S egg moves were removed (resolves #294)Remy Oukaour
2017-12-24LoadEDTile → CopyTilemapAtOnce (fix #345)Remy Oukaour
2017-12-24Rename maps:Remy Oukaour
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
2017-12-24Use PSYCHIC_M for the Psychic TM.yenatch
Fixes #385
2017-12-24Merge pull request #423 from roukaour/masteryenatch
Fix issues #262, #345, #347, #396, #408, and #412
2017-12-24s/number/scene/, and correct some documentationRemy Oukaour
2017-12-24Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-24Merge pull request #417 from mid-kid/masteryenatch
mid-kid's patches
2017-12-24Update documentation to match renamingRemy Oukaour
2017-12-24Fix issue #345:Remy Oukaour
- GetMonFrontpic → GetEnemyMonFrontpic - GetMonBackpic → GetBattleMonBackpic - FrontpicPredef → GetAnimatedFrontpicPredef - GetFrontpic → GetMonFrontpic - GetBackpic → GetMonBackpic - CutAndPasteMap → PadMapForHDMATransfer
2017-12-24Merge branch 'master' of https://github.com/pret/pokecrystalRemy 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-24remove redundant 2bpp/1bpp filesyenatch
2017-12-24Rename "map permissions" to "map environment" (fix #396)Remy Oukaour
2017-12-24Support old one-argument sound_duty macro, similar to callab/callba legacy ↵Remy Oukaour
support
2017-12-24callba/callab → farcall/callfarRemy Oukaour