Remy Oukaour
|
1522140e41
|
Clarify why G/S egg moves were removed (resolves #294)
|
2017-12-24 18:23:24 -05:00 |
|
Remy Oukaour
|
040aa7cb17
|
LoadEDTile → CopyTilemapAtOnce (fix #345)
|
2017-12-24 18:11:17 -05:00 |
|
Remy Oukaour
|
0a1fef45fd
|
Rename maps:
- Underground -> UndergroundPath
- Route5UndergroundEntrance -> Route5UndergroundPathEntrance
- Route6UndergroundEntrance -> Route6UndergroundPathEntrance
- WarehouseEntrance -> GoldenrodUnderground
- UndergroundWarehouse -> GoldenrodUndergroundWarehouse
- UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
|
2017-12-24 18:06:12 -05:00 |
|
yenatch
|
0b8b6f9259
|
Use PSYCHIC_M for the Psychic TM.
Fixes #385
|
2017-12-24 17:54:24 -05:00 |
|
yenatch
|
e400fe5142
|
Merge pull request #423 from roukaour/master
Fix issues #262, #345, #347, #396, #408, and #412
|
2017-12-24 17:39:50 -05:00 |
|
Remy Oukaour
|
3e7f3bbeb6
|
s/number/scene/, and correct some documentation
|
2017-12-24 17:35:33 -05:00 |
|
Remy Oukaour
|
b805d343f3
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2017-12-24 17:30:29 -05:00 |
|
yenatch
|
70e6b5947b
|
Merge pull request #417 from mid-kid/master
mid-kid's patches
|
2017-12-24 16:57:20 -05:00 |
|
Remy Oukaour
|
ef9090b9a0
|
Update documentation to match renaming
|
2017-12-24 15:09:28 -05:00 |
|
Remy Oukaour
|
9973e43d5a
|
Fix issue #345:
- GetMonFrontpic → GetEnemyMonFrontpic
- GetMonBackpic → GetBattleMonBackpic
- FrontpicPredef → GetAnimatedFrontpicPredef
- GetFrontpic → GetMonFrontpic
- GetBackpic → GetMonBackpic
- CutAndPasteMap → PadMapForHDMATransfer
|
2017-12-24 15:03:20 -05:00 |
|
Remy Oukaour
|
4e5fd7a521
|
Merge branch 'master' of https://github.com/pret/pokecrystal
|
2017-12-24 14:33:37 -05:00 |
|
Remy Oukaour
|
c05b7f41dd
|
Renaming: (fix #412)
- 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 14:33:17 -05:00 |
|
yenatch
|
8a8b96138b
|
remove redundant 2bpp/1bpp files
|
2017-12-24 13:58:17 -05:00 |
|
Remy Oukaour
|
20d6c1d876
|
Rename "map permissions" to "map environment" (fix #396)
|
2017-12-24 13:08:38 -05:00 |
|
Remy Oukaour
|
10a1e6c860
|
Support old one-argument sound_duty macro, similar to callab/callba legacy support
|
2017-12-24 12:52:05 -05:00 |
|
Remy Oukaour
|
c66d195089
|
callba/callab → farcall/callfar
|
2017-12-24 12:47:30 -05:00 |
|
mid-kid
|
cbec3771e2
|
Misc fixes for the usage of constants
Several improvements that will make it easier to edit some data
structures for everyone.
|
2017-12-24 14:42:13 +01:00 |
|
mid-kid
|
21607bdd1f
|
HELD_TRADE_EVOLVE -> HELD_FLINCH
This item effect effectively causes the target to flinch (sometimes).
It's not exclusive to trade evolve items in later generations either.
|
2017-12-24 14:42:05 +01:00 |
|
mid-kid
|
6158eb0829
|
Split all of the footprints
Split all the footprints into separate files in `gfx/footprints/`. Makes them
easier to edit and find for most people.
|
2017-12-24 14:40:48 +01:00 |
|
yenatch
|
d787c66374
|
Merge pull request #420 from surskitty/master
Partial Phone Script Labels
|
2017-12-23 17:20:21 -05:00 |
|
yenatch
|
c51968f0de
|
Merge remote-tracking branch 'origin/master' into master
|
2017-12-23 17:14:09 -05:00 |
|
yenatch
|
8780920049
|
Merge pull request #419 from roukaour/master
More reorganization and documentation
|
2017-12-23 13:17:46 -05:00 |
|
Remy Oukaour
|
3c37bfc6fa
|
Correct address comment
|
2017-12-23 12:17:11 -05:00 |
|
Remy Oukaour
|
82a8228e67
|
Keep images within repo
|
2017-12-23 12:08:34 -05:00 |
|
Remy Oukaour
|
2309396c88
|
Don't keep commented-out SECTION headers
|
2017-12-23 11:47:28 -05:00 |
|