Commit Graph

2392 Commits

Author SHA1 Message Date
Rangi42
71d232039a Use explicit 'ldh' and 'halt+nop' instructions
This removes the need for '--auto-ldh' and '--nop-after-halt'
flafs for RGBASM, which are deprecated and will be removed
in a future release.
2023-12-07 23:13:52 -05:00
Pierre de La Morinerie
535e390bee
Merge pull request #553 from Rangi42/rgbds
Allow building with out-of-tree RGBDS
2023-12-07 13:46:59 +01:00
Pierre de La Morinerie
f49b9ca3c2
Merge pull request #552 from zladx/daid-patch-2
Update events.asm
2023-12-06 22:47:11 +01:00
Rangi42
b441e4a5a2 Allow building with out-of-tree RGBDS 2023-12-06 12:39:06 -05:00
daid
495cf40947
Update events.asm 2023-12-03 21:20:39 +01:00
Pierre de La Morinerie
ebefdaadb7
Merge pull request #545 from zladx/LabelBeetleSpawnerAndDefaultHandlers
Label some default entity collision/pyhsics handlers and everything i…
2023-11-21 16:36:53 +01:00
daid
5f40a02be5 Update src/code/entities/bank3.asm
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2023-11-21 16:34:07 +01:00
daid
c7e92e431d Update src/code/entities/bank3.asm
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2023-11-21 16:34:07 +01:00
Daid
d1960ed114 Label some default entity collision/pyhsics handlers and everything in the beetle spawner code except for some minor jumps 2023-11-21 16:34:05 +01:00
Pierre de La Morinerie
3dcb133303
Merge pull request #550 from zladx/object-attribute-indices
Add indices to object attribute tables
2023-11-14 08:14:54 +01:00
Tobias V. Langhoff
72a3fd5b75 Add indices to object attribute tables 2023-11-14 00:05:19 +01:00
Pierre de La Morinerie
915cdf53cc
Merge pull request #548 from zladx/labelLiftableStatue
Label most of the liftable statue code
2023-11-01 12:51:15 +01:00
Daid
282ac907f3 Also label where specific entity exceptions are checked on throwing. 2023-11-01 11:34:35 +01:00
Daid
8ce99542cf Label most of the liftable statue code 2023-11-01 09:37:15 +01:00
daid
4ad3edde14
Merge pull request #547 from zladx/helpers-renaming
entities: better identify EntityLinkPositionDifference helpers
2023-11-01 09:05:32 +01:00
Pierre de La Morinerie
ebb95329ce entities: better identify EntityLinkPositionDifference helpers
Hinted by @daid

Part of #383
2023-10-30 23:10:16 +01:00
Pierre de La Morinerie
08b29103a2
Merge pull request #546 from zladx/pr446
Overworld tilesets split and labeled
2023-09-03 22:00:56 +02:00
Pierre de La Morinerie
ddfbf31214 gfx: rename dungons/dungeons_2 to indoor/tilesets 2023-09-03 21:58:13 +02:00
Pierre de La Morinerie
21b91151b2 gfx: make cgb files the same width than dmg 2023-09-03 21:42:37 +02:00
Pierre de La Morinerie
3f3541aa23 gfx: fix typo in filename (prarie → prairie) 2023-08-31 16:25:56 +02:00
Pierre de La Morinerie
fb1f653187 Port changes to localized revisions 2023-08-31 16:13:32 +02:00
WasabiRaptor
402d4b7c59 bank from label here rather than a number 2023-08-31 15:34:52 +02:00
WasabiRaptor
2225814487 split overworld_1 for cgb as well 2023-08-31 15:34:52 +02:00
WasabiRaptor
3ca534fecf split CGB dungeon tiles into their own images, organize tiles for walls and floor into folders 2023-08-31 15:34:52 +02:00
WasabiRaptor
dfe251e2c7 spilt that into individual images and use the constants in the table 2023-08-31 15:34:52 +02:00
WasabiRaptor
b4bbc9cc4f use the tileset constants in the table 2023-08-31 15:34:52 +02:00
WasabiRaptor
a115f58735 split tileset file and constants using the labels 2023-08-31 15:34:51 +02:00
WasabiRaptor
d48016384a use equs rather than equ 2023-08-31 15:34:20 +02:00
WasabiRaptor
668dc79f79 Revert "using a label for the camera shop tiles"
This reverts commit f2b60024b618fd52e4920cb3087a2310a16133ee.
2023-08-31 15:34:20 +02:00
WasabiRaptor
fc8869cdaa using a label for the camera shop tiles 2023-08-31 15:34:20 +02:00
WasabiRaptor
e881bc35c3 can't build because constant for the camera shop isn't defined at assembly time 2023-08-31 15:34:19 +02:00
Pierre de La Morinerie
396bd39ff2
Merge pull request #524 from zladx/wram-label
Remove superfluous WRAM label
2023-08-30 09:15:08 +02:00
Pierre de La Morinerie
b009446118
Merge pull request #539 from zladx/dialog-break-and-bug
More documentation regarding dialog breaks
2023-08-30 09:14:47 +02:00
Pierre de La Morinerie
9bf64c5b3e constants: define wram0Section as a label
This is cleaner than a EQU constant.
2023-08-29 22:58:53 +02:00
Tobias V. Langhoff
77293fc430
Merge pull request #543 from zladx/document-screen-warp-glitch
Document screen warp glitch
2023-08-07 21:13:00 +02:00
Tobias V. Langhoff
89de11adec Document screen warp glitch 2023-08-07 20:39:05 +02:00
Tobias V. Langhoff
64bf1819dd
Merge pull request #542 from zladx/bg-palette-fade 2023-07-22 18:11:28 +02:00
Tobias V. Langhoff
74daaeb525
Merge pull request #540 from zladx/object-stuff 2023-07-19 22:39:52 +02:00
Tobias V. Langhoff
861fdeb4bb Document some object checking 2023-07-19 22:38:57 +02:00
Tobias V. Langhoff
010421f7c9 Document palette transitions for the Mysterious Forest 2023-07-19 22:28:04 +02:00
Tobias V. Langhoff
80220c0cbe
Tag bug
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2023-07-11 23:03:34 +02:00
Tobias V. Langhoff
92021a859d
Merge pull request #541 from zladx/button-stuff
Document some button presses
2023-07-11 22:28:01 +02:00
Tobias V. Langhoff
be7c80d52e Document some button presses 2023-07-11 20:40:55 +02:00
Tobias V. Langhoff
36ce4f59f2 More documentation regarding dialog breaks
(including a possible bug)
2023-07-11 17:24:48 +02:00
Tobias V. Langhoff
5e0b15be8f
Merge pull request #537 from zladx/titlescreen-fixes 2023-07-11 17:15:14 +02:00
Tobias V. Langhoff
21289b79f7
Merge pull request #533 from zladx/fix-overworld-room-statuses 2023-07-11 03:26:10 +02:00
Tobias V. Langhoff
4c2d20b322 Room status fixes 2023-07-11 01:50:46 +02:00
Tobias V. Langhoff
7f4b2acd4c Fix some title screen related issues 2023-07-04 22:15:11 +02:00
Pierre de La Morinerie
a706e09a1a
Merge pull request #536 from zladx/glint
Better document the tile glint puzzle
2023-07-04 15:09:14 +02:00
Pierre de La Morinerie
98a396f7bc src: document some of the tile glint puzzle 2023-07-04 13:40:59 +02:00