Remy Oukaour
|
86fd37af16
|
Move events/ to engine/events/
|
2017-12-27 00:09:12 -05:00 |
|
Remy Oukaour
|
47e4f21e62
|
Keep memory map values in hardware_constants.asm
|
2017-12-26 23:18:05 -05:00 |
|
Remy Oukaour
|
5d229dcef2
|
Copy sram.asm's global start/end constants for wram.asm and vram.asm
|
2017-12-26 23:07:46 -05:00 |
|
Remy Oukaour
|
c4a18b1329
|
Correct documentation
Split out text_constants.asm
|
2017-12-26 22:36:01 -05:00 |
|
Remy Oukaour
|
dae16acd6f
|
event/ → events/, and move some appropriate engine/ files there
|
2017-12-26 21:55:57 -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
|
85cded6ec5
|
Update docs
|
2017-12-26 13:10:12 -05:00 |
|
Remy Oukaour
|
7dd6c8c3b2
|
Clean up docs/music_commands.md formatting and link to old wiki page
|
2017-12-25 14:57:30 -05:00 |
|
Remy Oukaour
|
c659823761
|
Copy @henrxv's anim_obj documentation to docs/move_anim_commands.md (closes #399)
|
2017-12-25 14:40:30 -05:00 |
|
Remy Oukaour
|
1ea988b8a4
|
Expand assembly documentation
|
2017-12-25 14:33:18 -05:00 |
|
Remy Oukaour
|
e34e68095d
|
Resolve #428: Use HIGH(X) and LOW(X) instead of X / $100 and X % $100 or X >> 8 and X & $ff
|
2017-12-25 14:23:16 -05:00 |
|
yenatch
|
c95b67dd71
|
fix markdown reference links
|
2017-12-24 21:27:20 -05:00 |
|
froggestspirit
|
0a853dc1d3
|
Music documentation
|
2017-12-24 21:01:26 -05:00 |
|
Remy Oukaour
|
e80dba3915
|
Start documentation for assembly language
Note: Resolved #340, #381, and #393 previously.
|
2017-12-24 18:40:20 -05:00 |
|
Remy Oukaour
|
3e7f3bbeb6
|
s/number/scene/, and correct some documentation
|
2017-12-24 17:35:33 -05:00 |
|
Remy Oukaour
|
ef9090b9a0
|
Update documentation to match renaming
|
2017-12-24 15:09:28 -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 |
|
Remy Oukaour
|
82a8228e67
|
Keep images within repo
|
2017-12-23 12:08:34 -05:00 |
|
Remy Oukaour
|
1ecbfc49f4
|
Correct directions
|
2017-12-22 18:01:06 -05:00 |
|
Remy Oukaour
|
ae3bef5596
|
Document one more graphical mistake
|
2017-12-22 17:59:50 -05:00 |
|
Remy Oukaour
|
763bd48141
|
Document a graphical error
|
2017-12-22 17:52:34 -05:00 |
|
Remy Oukaour
|
ff4d25eee3
|
Include bugfix in comments
|
2017-12-21 12:11:35 -05:00 |
|
Remy Oukaour
|
02609940db
|
Document one more bug
|
2017-12-21 11:43:41 -05:00 |
|
Remy Oukaour
|
2fa1e97aeb
|
Document two more bugs
|
2017-12-19 19:04:56 -05:00 |
|