Remy Oukaour
|
4c35f3ac85
|
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts:
# macros/scripts/maps.asm
|
2017-12-28 20:56:21 -05:00 |
|
Remy Oukaour
|
b373984ab9
|
Rename pokemon animation files (fix #439)
|
2017-12-28 11:05:42 -05:00 |
|
xCrystal
|
333524f0be
|
Lowercase v for VRAM addresses
|
2017-12-28 13:32:33 +01:00 |
|
Remy Oukaour
|
fbb492f9d7
|
Note about footprints in comments
|
2017-12-27 11:33:08 -05:00 |
|
Remy Oukaour
|
e614dd1278
|
gfx/pokemon/animation.asm → engine/pic_animation.asm
Correct comment in constants/pokemon_constants.asm
|
2017-12-27 01:58:36 -05:00 |
|
Remy Oukaour
|
7a4d641251
|
Remove redundant data/ filename prefixes
|
2017-12-27 01:29:15 -05:00 |
|
Remy Oukaour
|
8259136911
|
Name mail graphics
|
2017-12-26 20:02:00 -05:00 |
|
Remy Oukaour
|
35a3a19fda
|
Use "battle_anims" and "sprite_anims" for clarity, not just "anims"
|
2017-12-26 18:45:04 -05:00 |
|
Remy Oukaour
|
b5417fafec
|
Split battle/ into data/ and engine/ components
|
2017-12-26 17:47:05 -05:00 |
|
Remy Oukaour
|
4d18bb2eda
|
Rename: gfx/pics → gfx/pokemon
|
2017-12-26 12:55:02 -05:00 |
|
Remy Oukaour
|
24f0e7d045
|
Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers
|
2017-12-26 12:50:32 -05:00 |
|
yenatch
|
25ddc72851
|
Merge pull request #422 from mid-kid/footprints
Split all of the footprints
|
2017-12-24 20:30:10 -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 |
|
yenatch
|
8a8b96138b
|
remove redundant 2bpp/1bpp files
|
2017-12-24 13:58:17 -05:00 |
|
Remy Oukaour
|
c66d195089
|
callba/callab → farcall/callfar
|
2017-12-24 12:47:30 -05: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 |
|
Remy Oukaour
|
25a3960646
|
Move some more main.asm routines into individual files
|
2017-12-16 19:00:50 -05:00 |
|
Remy Oukaour
|
aa44ecfc4f
|
Consolidate duplicate graphics
|
2017-12-16 12:09:16 -05:00 |
|
Remy Oukaour
|
fa98c29fa4
|
Add more palettes to data/palettes/
|
2017-12-15 22:36:33 -05:00 |
|
Remy Oukaour
|
1038ebca5e
|
Move more contiguous related code blocks from main.asm to engine/ and events/
|
2017-12-15 20:10:54 -05:00 |
|
Remy Oukaour
|
2cf5cc1dc7
|
Move more unknown graphics into real subfolders
|
2017-12-15 17:50:45 -05:00 |
|
Remy Oukaour
|
59fe407812
|
Copy pokered's organization some more, with further constant and data files
|
2017-12-15 17:22:52 -05:00 |
|
Remy Oukaour
|
dc76bf804f
|
Move all misc/ and unknown/ files to meaningful directories
|
2017-12-15 13:21:47 -05:00 |
|
Remy Oukaour
|
ebf3bfb6b2
|
Move some misc/ files into meaningful directories
|
2017-12-15 12:53:33 -05:00 |
|