Commit Graph

17 Commits

Author SHA1 Message Date
Viperio
3c0d1255a4
Introduce macros for common message script structures (#975)
Some checks are pending
build / build (push) Waiting to run
2026-03-03 21:20:51 -05:00
scbroede
f52b285eeb
replace remaining script bytes with macros (#659)
Some checks failed
build / build (push) Has been cancelled
2025-08-02 07:26:40 +08:00
James Petersen
d0691ecf57
Add Link Step to Script Build Process (#628) 2025-07-15 10:35:38 -07:00
cbt6
948bb616b8 Rename movement action script commands 2025-06-05 06:13:31 +08:00
Eduardo Quezada
6ef937a8eb
Define and use Var constants (#474)
* Missing uses of defined vars

* Vars 0x4000 to 0x402F with Var macros

* Vars 0x4000 to 0x402F with other macros

^ Conflicts:
^	res/field/scripts/scripts_amity_square.s
^	res/field/scripts/scripts_veilstone_city_southwest_house.s

* Other vars

* Special Flags

* Unk vars

* NUM_VARS

* `SPECIAL_VARS_START` -> `SCRIPT_LOCAL_VARS_START`

* `VAR_0x800C` -> `VAR_RESULT`

* `VAR_0x800D` -> `VAR_LAST_TALKED`

* Format

* VAR_MAP_LOCAL

* VAR_OBJ_GFX_ID

* STORY_VARS
2025-04-20 17:38:03 -07:00
Eduardo Quezada
dc4954da53 Add flag constants 2025-03-28 16:24:18 -03:00
Viperio19
01c0e43473 Use gender and yes/no constants in scripts 2025-02-18 23:17:52 +01:00
Viperio19
b44ad88210 Improve names and move flag constants to vars_flags.h 2025-02-14 11:56:28 +01:00
Viperio19
eef5a361b2 Finish documentation for scripts_pokemon_center_daily_trainers.s 2025-02-13 23:19:39 +01:00
TheSylphIsIn
ac987dd9c1 Document ScrCmds 065, 0B4, 0B5, 0A1, 0DE, 096, 097
I did these commands together because they're all used in the script for choosing your starter.
2025-02-08 14:58:43 -05:00
Rachel
ab09fd604e Use a static ordering for text archives + refactor terminology + unify includes 2025-01-27 20:53:13 -08:00
Rachel
42312043d5 Explicitly include header-linked GMM headers in script files 2025-01-27 20:46:35 -08:00
cbt6
9ee714be0b Rename movement action constants 2024-12-13 22:03:08 +08:00
RavePossum
28a00d2d98 Substitute a batch of constants for script commands 2024-07-22 09:23:21 -04:00
RavePossum
08c23a311f Mass rename a batch of script commands 2024-07-22 09:23:21 -04:00
Rachel
c925fef0b9 Update all scripts to use #include 2024-07-16 12:01:40 -07:00
cbt6
3c8cd4a42a Name field script files 2024-06-29 14:16:59 +08:00