Commit Graph

2392 Commits

Author SHA1 Message Date
Pierre de La Morinerie
683d714a70
Merge pull request #587 from zladx/marin-links-awakening
Entities: better document Marin entity
2024-10-30 12:24:17 +01:00
Pierre de La Morinerie
f4a187b90c src: document LINK_ANIMATION_STATE_FALLING_PIT_ 2024-10-30 12:22:55 +01:00
Pierre de La Morinerie
75ff63cd81 src: rename LINK_ANIMATION_STATE_NO_UPDATE 2024-10-30 12:19:42 +01:00
Pierre de La Morinerie
fa185cb63d entities: document MARIN_STATE constants 2024-10-30 12:13:05 +01:00
Pierre de La Morinerie
6c672c40f4 entities: fix some wording 2024-10-30 12:12:55 +01:00
Pierre de La Morinerie
55b64fbcaa entities: document Marin when Link is waking up 2024-10-29 22:30:44 +01:00
Pierre de La Morinerie
b4508ca9fd entities: document SetEntityVariantForDirection helpers 2024-10-29 22:04:39 +01:00
Pierre de La Morinerie
021ec5b3e6 entities: document GetEntityDirectionToLink_05 2024-10-29 13:20:10 +01:00
Pierre de La Morinerie
d785f626c0 marin: rename sprites list 2024-10-29 11:30:51 +01:00
Pierre de La Morinerie
d77aa9b52c marin: document link's bed 2024-10-29 11:29:58 +01:00
Daid
008d01541f Some facade improvements 2024-09-17 20:20:35 -04:00
Pierre de La Morinerie
da157ba593
Merge pull request #585 from zladx/ScrollingTiles
Label the memory location for the scrolling animated tiles.
2024-08-31 10:52:39 +02:00
Daid
d6a7b02e4a Label the memory location for the scrolling animated tiles. 2024-08-29 11:13:44 +02:00
Pierre de La Morinerie
f6f4574f65
Merge pull request #584 from zladx/DivingSpots
Diving spots warp data labeling
2024-08-27 05:44:39 +02:00
Daid
81058b39c9 Diving spots warp data labeling 2024-08-26 21:02:36 +02:00
BlinkingBerry
5a43a81855
Merge pull request #583 from BlinkingBerry/main
Documenting moving blocks, including the two unused ones
2024-08-26 11:25:39 +01:00
Pierre de La Morinerie
9462e211f1
Merge pull request #582 from PikalaxALT/patch-1
Document instrument ballads
2024-08-26 04:38:47 +02:00
BlinkingBerry
407d32424c rename unused moving block file 2024-08-25 22:41:06 +01:00
BlinkingBerry
3bbf36a77a documenting code relating to the unused raisable moving blocks 2024-08-25 22:30:25 +01:00
BlinkingBerry
0418e5bb3b documenting code relating to moving blocks 2024-08-25 20:51:52 +01:00
PikalaxALT
d77f483e38
Document instrument ballads 2024-08-24 23:23:38 -04:00
Pierre de La Morinerie
91c9c1d714
Merge pull request #581 from zladx/VariousThingsRelatedToObjectDestruction
Use a few constants and label a few things related to destruction of objects
2024-08-23 01:23:14 +02:00
Pierre de La Morinerie
13f25763d7 src: rename the last hookshot_hit reference 2024-08-22 17:17:51 -06:00
Daid
41ac525cd6 Use a few constants and label a few things related to destruction of objects 2024-08-22 16:16:11 +02:00
Pierre de La Morinerie
2af2902253
Merge pull request #580 from zladx/BombEntity
Move bomb related code into bomb entity file
2024-08-16 18:02:50 +02:00
Pierre de La Morinerie
073cab4ac9
Merge pull request #579 from zladx/HoleFiller
Update some of the holefiller code
2024-08-16 17:51:52 +02:00
Pierre de La Morinerie
580e19c383
Merge pull request #578 from zladx/RenameDrawCommandAlt
Rename draw command alt
2024-08-16 17:42:30 +02:00
Pierre de La Morinerie
7a07c3eec2
Merge pull request #577 from zladx/FixAlignComments
Fix the comment aligning script after changing how the address commen…
2024-08-16 17:41:44 +02:00
Daid
909adaeadd Move bomb related code into bomb entity file 2024-08-16 12:48:33 +02:00
Daid
193e8299a5 Update some of the holefiller code 2024-08-16 11:19:28 +02:00
Daid
9561d58f5d Update drawCommandVRAM1 comment 2024-08-16 11:06:19 +02:00
Daid
1db3d2180c Rename drawCommandAlt to drawCommandVRAM1 2024-08-16 11:04:43 +02:00
Daid
7bd249a169 Fix the comment aligning script after changing how the address comments look 2024-08-16 10:40:22 +02:00
Pierre de La Morinerie
8e5ba4b9ad
Merge pull request #559 from zladx/add-bank-numbers
Add bank number to addresses
2024-08-15 16:57:42 +02:00
Pierre de La Morinerie
d170bd94b2 src: add bank number to files (see commit description)
These changes were generated automatically using the following command:

```shell
find . -name '*.asm' -print0 | xargs -0 grep -E -l --null '; \$[0-9A-F]{4}' | xargs -0 tools/add-bank-numbers.rb
```

If this commit conflicts with a modification you made:

1. Abort the merge or rebase;
2. Run the command above on your own branch or changes;
3. Commit the changes;
4. Merge `main` with your branch again.
2024-08-08 14:58:17 -06:00
Pierre de La Morinerie
e9f2e236a8 tools: script to add bank number to files 2024-08-08 14:57:29 -06:00
Pierre de La Morinerie
c25c849600
Merge pull request #575 from BlinkingBerry/main
Documenting some more entities' code
2024-08-06 17:15:25 +02:00
BlinkingBerry
e8a25692bb mention DIRECTION_* constants in GetEntity*ToLink functions 2024-08-05 20:08:05 +01:00
Pierre de La Morinerie
559af21d9b
Merge pull request #576 from Rangi42/rgbds-check
RGBDS 0.7.0 is required to build
2024-08-05 18:03:21 +02:00
Rangi42
5a68a6dfc4 RGBDS 0.7.0 is required to build 2024-08-04 21:43:59 -04:00
BlinkingBerry
f160f3df53
Merge branch 'zladx:main' into main 2024-08-02 19:44:30 +01:00
BlinkingBerry
346a13370b documenting code relating to droppable entities 2024-08-02 19:43:16 +01:00
Hunter Shelton
3283fd6bf8
trading item define usage (#574)
* tradingitem rooms

* trade sequence item define usage

* missed a spot whoops
2024-08-01 10:02:55 -04:00
Pierre de La Morinerie
dc85937496
Merge pull request #571 from EpochFlame/no-wsl
makefile reduce shell usage
2024-08-01 06:02:33 +02:00
EpochFlame
369f9124d6 recursive wildcard works
tilemaps and attrmaps only live in one directory, so I left those as wildcard
2024-07-31 20:38:36 -04:00
EpochFlame
48a18fe803 we're OK
finally

track dependencies

also fix readme typo

enforce LF line endings for linux files

shell commands purged

only remaining shell issue is the md5 shell script

testing a suspicion

gfx shell

recursive wildcard

hopefully cooperates
still has 2bpp problems

makefile find-be-gone

gfx_files is not cooperating
2024-07-30 14:43:22 -04:00
BlinkingBerry
b0f123c801
Merge branch 'zladx:main' into main 2024-07-29 18:29:16 +01:00
BlinkingBerry
2bf4e7e5ab documenting code relating to bombite, peahat, spiked beetle, star, giant bubble and rupee 2024-07-29 18:24:13 +01:00
Pierre de La Morinerie
33e93f2285
Merge pull request #573 from EpochFlame/warps
label many warps and rooms
2024-07-29 07:24:01 +02:00
EpochFlame
6f3e9f07a6 label many warps
room stuff
2024-07-27 17:32:53 -04:00