Rangi42
467ee7ee72
Sync further with pokegold
2025-03-15 01:03:28 -04:00
Rangi42
94c36a4351
Verify the trade dialog pointer table length
2025-03-15 00:49:14 -04:00
Rangi42
1cc2216ef9
Verify the mart types pointer table length
2025-03-15 00:44:33 -04:00
Rangi42
1fd034dd2c
Remove extraneous .gitignore rules
2025-03-15 00:11:08 -04:00
Rangi42
62cf0ba615
Name the unused engine flags according to their bit constants
2025-03-14 23:28:32 -04:00
Rangi42
7b268790fe
Remove nonexistent tool from .gitignore
2025-03-14 22:58:26 -04:00
Rangi42
15ae47a61e
Separate constants for name types and naming screen types
2025-03-12 12:26:21 -04:00
Rangi
3e2121b21a
Support <
and >
prefixes for high and low bytes in VC patch templates ( #1172 )
2025-03-08 11:14:56 -05:00
mid-kid
6d6d5938e5
Use "command -v" instead of "which"
...
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:20:42 +01:00
Rangi
4d6c3e2975
Avoid using EQUS
when EQU
or MACRO
will do ( #1166 )
2025-02-27 13:07:12 -05:00
Darsh
7a7a06289c
Add assert
to note _CGB_Diploma
also loads PartyMenuOBPals
( #1167 )
2025-02-24 12:40:50 -05:00
Jordan Moore
86a87a355e
Remove "skip" prefix from AI move score labels ( #1163 )
2024-12-29 15:31:50 -05:00
vulcandth
0124a1ea9e
Use exported constants for VC patch ( #1161 )
2024-12-27 13:10:30 -05:00
Rangi
15187f5d63
Identify CHANNEL_FIELD16
as CHANNEL_NOTE_DURATION_MODIFIER
( #1162 )
2024-12-27 12:54:25 -05:00
Rangi
85ddf0e90a
Don't pass redundant label names to table_width
and list_start
( #1160 )
2024-12-27 12:35:35 -05:00
Hannabart Pekopon
3f686e67da
Correct wrong and misleading comments about enemy trainer AI ( #1149 )
2024-12-26 08:59:18 -05:00
Rangi
61c9ba5f6c
Use RGBDS 0.9.0 ( #1159 )
2024-12-25 21:24:37 -05:00
Jordan Moore
13621fae93
Bug documentation for Bug Catcher Wayne ( #1158 )
2024-12-25 13:41:06 -05:00
Rangi42
fd64d7eb70
Add checkcurl
to legacy macros
2024-12-25 10:07:59 -05:00
Jordan Moore
d323aa83dd
Rename checkcurl to checkrollout
2024-12-25 12:17:14 +01:00
Rangi42
cbfd48b8d1
Use SERIAL_RNS_LENGTH
in _BattleRandom
2024-12-21 21:04:21 -05:00
Rangi42
26e9de55d6
Fix indentation
2024-12-16 10:48:48 -05:00
Rangi42
99af3f4f3b
Identify some missed bit 7 menu flags
2024-12-02 12:20:52 -05:00
Rangi42
03a1c6efad
Mobile jumptable exit bits
2024-12-02 12:16:30 -05:00
Rangi42
41045d0266
Crystal-only jumptable exit bits
2024-12-02 12:16:30 -05:00
Rangi42
e1e7cbd838
Bit 7 of wJumptableIndex is often JUMPTABLE_EXIT_F
2024-12-02 12:16:30 -05:00
Sylvie
644bd42fb0
Identify more bit flags ( #1153 )
2024-11-29 19:29:30 -05:00
Jordan Moore
8894e29da2
Add documentation for HideHeadbuttTree ( #1152 )
2024-11-28 11:20:15 -05:00
Rangi42
961fad9e15
Fix AI_Smart_Curse
labels
...
Fixes #1130
2024-10-17 17:12:19 -04:00
metallicity
0abd8a7b38
Rename Bill's brother to Bill's older sister ( #1132 )
2024-10-17 17:03:29 -04:00
SnorlaxMonster
0ebea8cfe1
Correct Moon Ball bug documentation ( #1133 )
2024-10-17 17:00:59 -04:00
duckie
1febb75bf9
Update mislabeled sweet_scent.asm subroutine ( #1140 )
2024-10-17 16:57:59 -04:00
Sylvie
2265e53d24
Rename dt
and dd
to bigdt
and bigdd
( #1141 )
...
This makes their big-endianness obvious and matches `bigdw`
2024-10-17 14:52:47 -04:00
Rangi42
901813a343
Refactor gbcpal.c
2024-10-17 14:19:15 -04:00
Sylvie
e59624d1f5
Generate Unown sprite palette based on all front+back sprites ( #1146 )
2024-10-17 13:39:33 -04:00
Sylvie
5a53e297cf
Sort Pokemon and trainer sprite palettes, with Makefile-specified exceptions ( #1137 )
...
This avoids the need to define their order via indexed PNG palettes
It also avoids the need to use gb-asm-tools' palfix.py on custom sprites
Fixes #1136
2024-10-16 10:48:00 -04:00
Rangi42
75f214e594
GitHub Actions needs libpng-dev installed for rgbds
2024-10-16 10:16:20 -04:00
Rangi42
4500d4fcab
Renamed pokemon-asm-tools to gb-asm-tools
2024-10-09 09:20:16 -04:00
Rangi42
fa2e675210
Tools depend on common.h by default
2024-10-07 21:14:48 -04:00
Rangi42
a69cfb1720
Remove independent tools and link to pokemon-asm-tools
...
palfix.py still exists since it is often needed
2024-10-07 17:00:54 -04:00
Rangi42
87042ce723
Fix tools/sym_comments.py
2024-09-26 16:08:00 -04:00
abcboy101
2408579942
Correct European mail documentation ( #1142 )
2024-09-26 00:20:30 -04:00
Sylvie
017bffaef9
Put front and back pics on a single line ( #1139 )
2024-09-26 00:20:04 -04:00
Sylvie
4d0e928c6f
Label the unused daily flag ( #1143 )
2024-09-26 00:17:12 -04:00
Rangi42
7b5986006f
Use long option flags for rgbgfx, same as tools/gfx
2024-08-28 12:27:33 -04:00
Rangi42
746a06f1de
Use bankless symbols for VC constants
...
This is valid according to the .sym file spec:
<https://rgbds.gbdev.io/sym/ >
2024-08-04 21:04:25 -04:00
vulcandth
9ae05312d6
Use NUM_TRAINER_ATTRIBUTES const in AI scoring Layers
2024-07-27 21:58:54 -05:00
Sylvie
fed587fc37
Refactor the Unown wall word data ( #1131 )
2024-07-24 10:56:46 -04:00
Rangi42
024c8749a0
Build with RGBDS 0.8.0, though it is not yet required
2024-06-28 15:57:44 -04:00
Rangi42
bb572c4c52
Document the Slowpoke Well graphical oversight
2024-06-12 14:15:49 -04:00