pokecrystal/engine/mon_icons.asm, branch master Pokémon Crystal Organize the engine/ directory 2018-03-13T12:21:40+00:00 mid-kid esteve.varela@gmail.com 2018-03-13T12:07:16+00:00 baa0dc5a963a79843b37888bcfe1d2dfe833ade9 This is an informed attempt at reorganizing the engine/ directory by creating categorized subdirectories, in order to make it easier to navigate and find things. The directories created are as follows: * engine/game: Contains all "minigames", things like the unown puzzle and slot machine. * engine/gfx: Contains all handling of graphics. From loading palettes to playing animations. * engine/link: Contains all multiplayer functionality. * engine/menu: Contains all generic/misc. menus and menu code. Other, more specialized menus are in their own subdirectories (pokedex, pokegear, party menu, etc). * engine/overworld: Contains all handling of the overworld. From loading and connecting maps to wild encounters and the scripting engine. * engine/pokegear: In the same vein as engine/pokedex, except it could use some more splitting up. * engine/pokemon: Contains everything related to manipulating pokemon data. From the pokemon storage system to evolution and mail. * engine/printer: Contains everything related to printing things as well as the printer communication. * engine/title: Contains intro sequences, title screens and credits.
This is an informed attempt at reorganizing the engine/ directory by
creating categorized subdirectories, in order to make it easier to
navigate and find things.

The directories created are as follows:
* engine/game: Contains all "minigames", things like the unown puzzle
and slot machine.
* engine/gfx: Contains all handling of graphics. From loading palettes
to playing animations.
* engine/link: Contains all multiplayer functionality.
* engine/menu: Contains all generic/misc. menus and menu code.
Other, more specialized menus are in their own subdirectories (pokedex,
pokegear, party menu, etc).
* engine/overworld: Contains all handling of the overworld. From loading
and connecting maps to wild encounters and the scripting engine.
* engine/pokegear: In the same vein as engine/pokedex, except it could
use some more splitting up.
* engine/pokemon: Contains everything related to manipulating pokemon
data. From the pokemon storage system to evolution and mail.
* engine/printer: Contains everything related to printing things as well
as the printer communication.
* engine/title: Contains intro sequences, title screens and credits.
Prefix wram labels with w, part 2. 2018-01-23T22:39:09+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2018-01-23T22:39:09+00:00 a1951cefc09035e11077a433b28ec8c66b3b03db

Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR #459) 2018-01-15T03:56:36+00:00 Remy Oukaour remy.oukaour@gmail.com 2018-01-15T03:56:36+00:00 5c28d05bb40b47f084a34eb732da92c899e18db6 # Conflicts: # data/items/descriptions.asm # data/sprite_anims/framesets.asm # engine/crystal_colors.asm # engine/events/kurt.asm # engine/events/special.asm # engine/events/std_scripts.asm # engine/events_3.asm # engine/item_effects.asm # engine/namingscreen.asm # engine/scripting.asm # engine/stats_screen.asm # engine/trade_animation.asm # home/audio.asm # main.asm # maps/BattleTower1F.asm # maps/BattleTowerBattleRoom.asm # maps/BurnedTowerB1F.asm # maps/ElmsLab.asm # maps/GoldenrodDeptStore5F.asm # maps/GoldenrodUnderground.asm # maps/HallOfFame.asm # maps/MahoganyTown.asm # maps/ManiasHouse.asm # maps/MobileBattleRoom.asm # maps/MobileTradeRoomMobile.asm # maps/RadioTower2F.asm # maps/Route35NationalParkGate.asm # maps/Route36NationalParkGate.asm # maps/Route39Farmhouse.asm # tilesets/palette_maps.asm
# Conflicts:
#	data/items/descriptions.asm
#	data/sprite_anims/framesets.asm
#	engine/crystal_colors.asm
#	engine/events/kurt.asm
#	engine/events/special.asm
#	engine/events/std_scripts.asm
#	engine/events_3.asm
#	engine/item_effects.asm
#	engine/namingscreen.asm
#	engine/scripting.asm
#	engine/stats_screen.asm
#	engine/trade_animation.asm
#	home/audio.asm
#	main.asm
#	maps/BattleTower1F.asm
#	maps/BattleTowerBattleRoom.asm
#	maps/BurnedTowerB1F.asm
#	maps/ElmsLab.asm
#	maps/GoldenrodDeptStore5F.asm
#	maps/GoldenrodUnderground.asm
#	maps/HallOfFame.asm
#	maps/MahoganyTown.asm
#	maps/ManiasHouse.asm
#	maps/MobileBattleRoom.asm
#	maps/MobileTradeRoomMobile.asm
#	maps/RadioTower2F.asm
#	maps/Route35NationalParkGate.asm
#	maps/Route36NationalParkGate.asm
#	maps/Route39Farmhouse.asm
#	tilesets/palette_maps.asm
Move data/palettes/ .pal files into gfx/ 2018-01-10T04:21:32+00:00 Remy Oukaour remy.oukaour@gmail.com 2018-01-10T04:21:32+00:00 5c5f8b325fe5900a3800a976a1a31e99934f6815

More unreferenced labels cleanup 2018-01-02T15:04:21+00:00 xCrystal rgr.crystal@gmail.com 2018-01-02T15:04:21+00:00 6f0b81504d6471afe7df6adae83791cc81933ca6

Clean up .Jumptable: spaces 2017-12-29T12:52:42+00:00 xCrystal rgr.crystal@gmail.com 2017-12-29T12:52:42+00:00 def3b6049387a6d2afab66780f7f09dbb61d6166

Lowercase v for VRAM addresses 2017-12-28T12:32:33+00:00 xCrystal rgr.crystal@gmail.com 2017-12-28T12:32:33+00:00 333524f0beb876ceaaed99b97f4c7dacf6466050

Use "battle_anims" and "sprite_anims" for clarity, not just "anims" 2017-12-26T23:45:04+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-26T23:45:04+00:00 35a3a19fda87d95e829aa99bf1b6cf18a839c1a6

callba/callab → farcall/callfar 2017-12-24T17:47:30+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-24T17:47:30+00:00 c66d195089b1e1b823be4f0a0fc9b8f41f5f790d

Split items/ and trainers/ into their data/ and engine/ components 2017-12-15T04:00:54+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-15T04:00:54+00:00 6ab1d028bbb94ba35c16d715341444453e895716 Move some data into a pokemon/ subdirectory
Move some data into a pokemon/ subdirectory