Kelsey Higham
106279c627
improve support for translated thief & debug name
2022-10-20 19:42:16 -07:00
Tobias V. Langhoff
da319e89f7
Merge pull request #460 from zladx/merge-patches-diacritics
2022-10-18 00:29:34 +02:00
Tobias V. Langhoff
efb7909ce0
Rename __DO_CHECK_DIACRITICS__ to __DIACRITICS_SUPPORT__
2022-10-17 13:39:51 +02:00
Tobias V. Langhoff
5f28490a15
Rename hRoomBank to hDialogBackgroundTile in file menus
2022-10-17 13:37:08 +02:00
Tobias V. Langhoff
2c3d7810b1
Roll functionality from patch 9 and patch B into diacritics flag
...
- Patch 9: Move everything except a few optimizations into diacritics
- Patch B: Remove patch, split into diacritics and French
2022-10-17 13:36:30 +02:00
Tobias V. Langhoff
776230754d
Merge pull request #458 from tobiasvl/rename-dakuten-to-diacritic
...
Rename "dakuten" to the more general term "diacritic"
2022-10-16 17:53:59 +02:00
Pierre de La Morinerie
58e9d085dc
Merge pull request #456 from zladx/no-null-terminator
...
tools: add --no-file-terminator to convert_background.py
2022-10-16 17:44:39 +02:00
Tobias V. Langhoff
c8e3a1fb77
Rename "dakuten" to the more general term "diacritic"
2022-10-16 14:17:45 +02:00
Pierre de La Morinerie
282497010a
tools: add --no-file-terminator to convert_background.py
...
Partial tilemaps don't end with a NULL terminator. Instead, commands
cascade into the next tilemap stored in ROM or RAM.
This is used mostly by menu commands, which overwrite the larger menu
tilemaps.
When decoding, the `--no-file-terminator` option tells the decoder that
the file is expected to end abruptely.
And when encoding, the `--no-file-terminator` option tells the encoder
not to append the NULL file terminator at the end of the file.
Fix #448
2022-10-15 15:08:03 +02:00
Pierre de La Morinerie
1bfd05a8ff
Merge pull request #457 from zladx/hex-location
...
tools: allow specifying --location as an hex address
2022-10-15 15:07:58 +02:00
Tobias V. Langhoff
5e3a75c0cd
Merge pull request #451 from tobiasvl/update-build-flags
2022-10-15 00:12:25 +02:00
Tobias V. Langhoff
81385dcb71
Use RGBDS v0.6.0 Docker image for CI
2022-10-15 00:11:23 +02:00
Tobias V. Langhoff
e2a4ebcec3
Error and abort build if RGBDS version is too low, < 0.5.0
2022-10-15 00:11:17 +02:00
Pierre de La Morinerie
f10a3b1978
tools: allow specifying --location as an hex address
2022-10-14 17:59:20 +02:00
daid
ec21e6bf64
Merge pull request #455 from tobiasvl/patch-1
...
Fix command line flag
2022-10-14 15:38:35 +02:00
Tobias V. Langhoff
dc336c016e
Fix command line flag
2022-10-14 15:23:00 +02:00
Tobias V. Langhoff
208170f60d
Conditionally add rgbasm flags to suppress deprecation warnings
...
We explicitly opt into behavior that might stop being the default
(LDH optimization and HALT/NOP)
2022-10-13 00:35:40 +02:00
Pierre de La Morinerie
13f8e6be70
Merge pull request #454 from ISSOtm/rgbds-0.6.0
...
Mark DMG slime key image as non-indexed
2022-10-11 07:41:59 +02:00
ISSOtm
37df8964c8
Mark DMG slime key image as non-indexed
...
This fixes compatibility with RGBDS v0.6.0,
but does not break compatibility with earlier versions.
(v0.5.2 confirmed to work.)
Part of #451
Fixes gbdev/rgbds#1093
2022-10-10 23:45:28 +02:00
Pierre de La Morinerie
10be01a05a
Merge pull request #453 from zladx/new-docker-image
...
ci: push a Docker image for rgbds 0.6.0
2022-10-10 21:18:18 +02:00
Pierre de La Morinerie
49085e1250
ci: push a Docker image for rgbds 0.6.0
...
The image is not used in the CI yet, it is only made
available for the time we'll use it.
2022-10-10 09:42:33 +02:00
Pierre de La Morinerie
741133b18d
Merge pull request #452 from tobiasvl/fix-typo-in-readme
...
Fix typo in README.md
2022-10-09 21:42:40 +02:00
Tobias V. Langhoff
695134f701
Fix typo in README.md
...
Additionnaly -> Additionally
2022-10-09 20:11:45 +02:00
Pierre de La Morinerie
5929920c11
Merge pull request #450 from zladx/physics-flags-doc
...
Update physics.asm to include some documentation on the physics flags.
2022-10-07 18:49:08 +02:00
daid
c53deaec8c
Update physics.asm
2022-10-06 13:41:58 +02:00
Pierre de La Morinerie
ecdaf99ac9
Merge pull request #449 from zladx/explicit-charmaps
...
src: declare all charmaps explicitely
2022-10-02 13:08:26 +02:00
Pierre de La Morinerie
c873c93799
Makefile: fix typo
2022-09-30 22:52:29 +02:00
Pierre de La Morinerie
0aa0c58f61
src: declare all charmaps explicitely
2022-09-30 22:52:20 +02:00
Pierre de La Morinerie
94f71f0207
Merge pull request #447 from zladx/fix-macros-for-rgbds-06
...
Upgrade to rgbds 0.5.2, and use newer macro syntax
2022-09-30 22:08:05 +02:00
Pierre de La Morinerie
1dc84e92ec
src: use newer macro syntax
...
Fixes warnings on rgbds 0.6
2022-09-13 11:14:15 +02:00
Pierre de La Morinerie
260823a58c
ci: upgrade rgbds from 0.4.0 to 0.5.2
...
This adds support for the newer macro syntax.
2022-09-13 11:14:15 +02:00
Pierre de La Morinerie
a8242cd374
Merge pull request #445 from zelosos/wram_comments
...
add some comments for wram addresses
2022-08-03 22:19:05 +02:00
zelosos
f49929f1ca
add some comments for wram addresses
2022-08-03 19:37:39 +02:00
Pierre de La Morinerie
2b7d5289b4
Merge pull request #444 from zladx/ld-dialog-low
...
Label most usages of dialog constants
2022-04-27 08:22:37 +02:00
Pierre de La Morinerie
71741cc395
src: add constants for games price
2022-04-27 08:19:28 +02:00
Pierre de La Morinerie
1c15b9741e
src: use ld_dialog_low where relevant
...
Reference the actual dialog id symbol where possible. This makes
it easier to look up where a dialog is used.
2022-04-27 08:19:28 +02:00
daid
17f09d918f
Merge pull request #442 from zelosos/tileset_update_labels
...
add labels for hNeedsUpdatingBGTiles
2022-04-22 18:28:52 +02:00
zelosos
2cc5f8e572
Merge pull request #443 from zelosos/bow_wow_mask
...
Correct bow_wow code to use a mask instead of values
2022-04-22 16:02:24 +02:00
zelosos
ef9fbc5190
Correct bow_wow code to use a mask instead of values
2022-04-20 19:25:03 +02:00
zelosos
a7197699ac
add labels for hNeedsUpdatingBGTiles
2022-04-19 22:02:45 +02:00
zelosos
a38ffb9b2d
Merge pull request #441 from zelosos/bow_wow_status
...
add bow_wow status labels
2022-04-16 15:46:47 +02:00
zelosos
ee55537f56
shorten bow wow constants and integrate into gameplay.asm
2022-04-16 15:44:10 +02:00
zelosos
5a1e134ec1
add bow_wow status labels
2022-04-15 21:19:38 +02:00
Pierre de La Morinerie
ca96e60ad3
Merge pull request #438 from zladx/dialog-ids-2
...
macros: improve dialog macros to use the dialog labels
2022-04-08 19:18:29 +02:00
Pierre de La Morinerie
38134d99e7
Merge pull request #439 from zladx/rename-tilemaps
...
Rename tilemap07 and tilemap09
2022-04-08 19:17:52 +02:00
Pierre de La Morinerie
e4e887323c
code: rename OpenDialog to OpenDialogInTable0
2022-04-08 13:59:52 +02:00
Pierre de La Morinerie
076bd354d0
macros: improve dialog macros to use the dialog labels
...
This makes the dialog id easier to search in the codebase.
Macro code written by @daid.
2022-04-08 13:22:34 +02:00
Pierre de La Morinerie
6b62da37f9
tilemaps: rename tilemap07
...
Give it its proper name.
2022-04-08 09:16:22 +02:00
Pierre de La Morinerie
69b9d14c92
tilemaps: rename tilemap09
...
Give it its proper name.
2022-04-08 09:16:22 +02:00
Pierre de La Morinerie
1a7b7f995e
Merge pull request #437 from zladx/document-fisherman
...
Entities: some fisherman and fishing game documentation
2022-04-08 08:12:37 +02:00