Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-25 | I'm stopping for the day. Too many silly oversights. | surskitty | |
2017-12-25 | Now all labelled SlowpokeWellB1F. | surskitty | |
2017-12-25 | Shhh no one saw that. | surskitty | |
2017-12-25 | Disambiguating granddaughter + grandpa #426 | surskitty | |
2017-12-25 | Renaming Slowpoke. | surskitty | |
2017-12-25 | Clean up docs/music_commands.md formatting and link to old wiki page | Remy Oukaour | |
2017-12-25 | Copy @henrxv's anim_obj documentation to docs/move_anim_commands.md (closes ↵ | Remy Oukaour | |
#399) | |||
2017-12-25 | The pokemon is a nidoran, not a growlithe. | surskitty | |
2017-12-25 | Changing Kimono_girl to KimonoGirl #432 | surskitty | |
2017-12-25 | Expand assembly documentation | Remy Oukaour | |
2017-12-25 | Mt Moon gift shop NPCs are only there in the morning and day. | surskitty | |
2017-12-25 | Renaming the Captain #426 | surskitty | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-25 | Ecruteak Dance Theater labels #426 | surskitty | |
2017-12-25 | SS Aqua Captain's cabin #426 | surskitty | |
2017-12-25 | Labelling the Itemfinder guy's house. #426 | surskitty | |
2017-12-25 | Clean up color/palette code | Remy Oukaour | |
2017-12-24 | move rst.asm and interrupts.asm into home/ | yenatch | |
2017-12-24 | remove the vagrantfile | yenatch | |
i wonder if anyone actually used this | |||
2017-12-24 | fix readme link spacing | yenatch | |
2017-12-24 | add faq/docs links to the readme | yenatch | |
2017-12-24 | fix markdown reference links | yenatch | |
2017-12-24 | Merge pull request #427 from pret/music-documentation | yenatch | |
Music command documentation | |||
2017-12-24 | Music documentation | froggestspirit | |
2017-12-24 | Merge pull request #406 from yenatch/style-guide | yenatch | |
style guide | |||
2017-12-24 | use realistic values for hardware/hram constant examples | yenatch | |
2017-12-24 | Merge pull request #422 from mid-kid/footprints | yenatch | |
Split all of the footprints | |||
2017-12-24 | Merge pull request #424 from roukaour/master | yenatch | |
Rename a routine and some maps; remove all code from main.asm | |||
2017-12-24 | Group Pokérus files in engine/pokerus/ | Remy Oukaour | |
2017-12-24 | Change a few Unknown labels | Remy Oukaour | |
2017-12-24 | Add more constants for some maximum values | Remy Oukaour | |
2017-12-24 | Remove 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-24 | Correct link | Remy Oukaour | |
2017-12-24 | Start documentation for assembly language | Remy Oukaour | |
Note: Resolved #340, #381, and #393 previously. | |||
2017-12-24 | Clarify why G/S egg moves were removed (resolves #294) | Remy Oukaour | |
2017-12-24 | LoadEDTile → CopyTilemapAtOnce (fix #345) | Remy Oukaour | |
2017-12-24 | Rename maps: | Remy Oukaour | |
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances | |||
2017-12-24 | Use PSYCHIC_M for the Psychic TM. | yenatch | |
Fixes #385 | |||
2017-12-24 | Merge pull request #423 from roukaour/master | yenatch | |
Fix issues #262, #345, #347, #396, #408, and #412 | |||
2017-12-24 | s/number/scene/, and correct some documentation | Remy Oukaour | |
2017-12-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
2017-12-24 | Merge pull request #417 from mid-kid/master | yenatch | |
mid-kid's patches | |||
2017-12-24 | Update documentation to match renaming | Remy Oukaour | |
2017-12-24 | Fix issue #345: | Remy Oukaour | |
- GetMonFrontpic → GetEnemyMonFrontpic - GetMonBackpic → GetBattleMonBackpic - FrontpicPredef → GetAnimatedFrontpicPredef - GetFrontpic → GetMonFrontpic - GetBackpic → GetMonBackpic - CutAndPasteMap → PadMapForHDMATransfer | |||
2017-12-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
2017-12-24 | Renaming: (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-24 | remove redundant 2bpp/1bpp files | yenatch | |
2017-12-24 | Rename "map permissions" to "map environment" (fix #396) | Remy Oukaour | |
2017-12-24 | Support old one-argument sound_duty macro, similar to callab/callba legacy ↵ | Remy Oukaour | |
support | |||
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |