Narishma-gb
0ecc36c83a
Use constants in PrintBCDNumber calls ( #503 )
CI / build (push) Has been cancelled
2025-04-08 22:17:32 -05:00
SatoMew
cf73d6ee0f
Further improve NPC trade labels and comments ( #493 )
2025-04-08 22:17:12 -05:00
edave64
e1b7b8af0a
Use constants for PP masks instead of magic numbers ( #504 )
CI / build (push) Has been cancelled
2025-04-02 10:49:15 -04:00
Rangi42
18df084f92
Remove GSC-only Stadium data handling from make_patch.c
CI / build (push) Has been cancelled
2025-03-11 11:30:03 -04:00
Rangi
cfbd67a9f5
Support < and > prefixes for high and low bytes in VC patch templates ( #502 )
CI / build (push) Has been cancelled
2025-03-08 11:23:33 -05:00
Narishma-gb
ca7b62fec3
Correct vc_patch length ( #499 )
2025-03-08 11:19:17 -05:00
Rangi
147914d179
Use constants for trade text indexes ( #501 )
2025-03-08 11:16:42 -05:00
mid-kid
9383d36fe5
Use "command -v" instead of "which"
...
CI / build (push) Waiting to run
The "which" command has been deprecated in debianutils, and while other
distributions still ship it, "command -v" is in POSIX and implemented
without external packages.
2025-03-07 17:25:38 +01:00
mid-kid
a8e65bfda5
Fix termux instructions to not use "sudo"
2025-03-07 16:17:50 +01:00
Rangi
b460637b81
Avoid using EQUS when EQU or MACRO will do ( #496 )
CI / build (push) Has been cancelled
2025-02-27 13:07:17 -05:00
Rangi42
f0bf1dfeae
Fix hardcoded address in Blue VC patch
CI / build (push) Has been cancelled
2025-02-04 08:29:14 +01:00
Narishma-gb
43f21cc494
Fix some label typos, and add some constants instead of raw numbers ( #492 )
CI / build (push) Has been cancelled
2025-01-30 17:26:55 -05:00
SatoMew
79518a602e
Consistently refer to CGB, not GBC ( #491 )
2025-01-30 17:13:40 -05:00
Rangi
ec37f6117d
Consistently capitalize ASSERT directives ( #489 )
CI / build (push) Has been cancelled
2025-01-28 23:31:27 -05:00
Rangi
afb8990169
Miscellaneous cleanup ( #488 )
...
Co-authored-by: SatoMew <SatoMew@users.noreply.github.com >
2025-01-28 23:31:15 -05:00
Rangi42
b708f7e7f0
Comment on size of union
CI / build (push) Waiting to run
2025-01-28 12:46:28 -05:00
Engezerstorung
96fc617c69
Correct wTileMapBackup declared space ( #487 )
2025-01-28 12:08:12 -05:00
Rangi42
f023c68417
Use EFFECT_1E
CI / build (push) Has been cancelled
2024-12-27 20:27:34 -05:00
vulcandth
0d4562d1b8
Use exported constants for VC patch ( #483 )
CI / build (push) Waiting to run
2024-12-27 13:10:13 -05:00
Rangi
cd647df3b5
Don't pass redundant label names to table_width and list_start ( #484 )
2024-12-27 12:52:24 -05:00
Rangi
cd1065b7a9
Use RGBDS 0.9.0 ( #482 )
CI / build (push) Has been cancelled
2024-12-25 21:24:21 -05:00
Rangi42
a59c2bbaf9
Use SERIAL_RNS_LENGTH in BattleRandom
CI / build (push) Has been cancelled
2024-12-21 21:04:36 -05:00
Rangi42
f92ebdcfbd
Let CheckEitherEventSet reuse A like CheckBothEventsSet
CI / build (push) Has been cancelled
2024-12-16 10:44:44 -05:00
Rangi42
67084c9d26
Remove redundant parentheses
2024-12-16 10:35:55 -05:00
Rangi42
ff76bba507
Use "gray", not "grey"
...
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
2024-12-16 10:29:59 -05:00
Sylvie
f801d67f8e
Assert the relations between some move effect constants ( #478 )
CI / build (push) Has been cancelled
2024-11-24 19:13:11 -05:00
Rangi42
a891fc1168
GitHub Actions needs libpng-dev installed for rgbds
CI / build (push) Has been cancelled
2024-10-16 10:15:51 -04:00
Rangi42
4bfe18f9d7
Renamed pokemon-asm-tools to gb-asm-tools
CI / build (push) Has been cancelled
2024-10-09 09:19:27 -04:00
Rangi42
49c5198d10
Tools depend on common.h by default
CI / build (push) Has been cancelled
2024-10-07 21:14:37 -04:00
Rangi42
b52b44f883
Remove independent tools and link to pokemon-asm-tools
CI / build (push) Waiting to run
2024-10-07 16:48:18 -04:00
Sylvie
835577193e
Comment wave5 garbage data ( #474 )
...
Also mention songs that use which wave5 data
2024-10-07 12:04:31 -04:00
Sylvie
a6715ef164
Rewrite transpose_tiles to be in-place ( #475 )
2024-10-07 12:04:01 -04:00
Sylvie
a8f26148e3
Consistently format WRAM values ( #476 )
...
* Use `db` instead of `ds 1`
* Use a `UNION` for overlapping `db`/`dw`
2024-10-07 12:03:48 -04:00
Vortyne
678d014aef
FreezeEnemyTrainerSprite -> SetEnemyTrainerToStayAndFaceAnyDirection
2024-10-07 12:03:26 -04:00
Vortyne
1aa3fb24ec
dbsprite is the wrong macro for WriteOAMBlock data (#472 )
2024-09-29 18:54:41 -04:00
Sylvie
9a2f1b2170
Implement .pic to .2bpp decompression ( #470 )
2024-09-26 00:45:11 -04:00
Vortyne
af36156a5b
This byte is written to, but not used ( #471 )
...
it's written to in init_player_data.asm
```
ld hl, wObtainedBadges
ld [hli], a
ld [hl], a
```
2024-09-25 22:02:15 -05:00
Rangi42
d5ee4fd652
Use const_skip
2024-09-24 11:41:14 -04:00
Sylvie
635b9c4cab
Identify wCurrentMapScriptFlags bits ( #467 )
2024-09-24 11:39:44 -04:00
Sylvie
6ae63a8cea
Identify hardware register bits ( #469 )
2024-09-24 10:48:10 -04:00
Sylvie
b5d2540e7c
Identify more bit flags ( #465 )
...
* Identify more bit flags
* Space
2024-09-24 09:33:33 -04:00
Vortyne
c3f297e98b
Fix comment: Road -> Roar ( #466 )
2024-09-24 07:32:47 -05:00
Sylvie
8f1dcf07e5
Identify more flag bits ( #464 )
2024-09-23 23:51:44 -04:00
Rangi42
21cfdbd458
Remove the Discord webhook and tools/unnamed.py
...
Everything is named, unnamed.py reports 100.00% complete
2024-09-18 21:49:35 -04:00
Sylvie
5a622f628d
Identify remaining uses of wd0b5 and wd11e ( #463 )
2024-09-18 21:41:58 -04:00
Sylvie
613d34678b
Split hSpriteIndexOrTextID into hSpriteIndex and hTextID ( #462 )
...
Also identify `wPPUpCountAndMaxPP`
2024-09-18 21:01:18 -04:00
Vortyne
1f6e2bf999
Use correct label in get_trainer_name.asm ( #461 )
2024-09-09 20:22:58 -04:00
Rangi42
febbb09382
Use long option flags for rgbgfx, same as tools/gfx
2024-08-28 12:28:54 -04:00
Vortyne
a433982749
Fix comment about auto text box drawing ( #458 )
...
Actually, setting bit 0 of this byte disables auto text box drawing on calling DisplayTextID. See 6e3ab0a9e9/engine/menus/display_text_id_init.asm (L7)
2024-08-04 21:51:07 -05:00
Rangi42
59202a2ab5
Use bankless symbols for VC constants
...
This is valid according to the .sym file spec:
<https://rgbds.gbdev.io/sym/ >
2024-08-04 21:13:45 -04:00