pokeplatinum/generated
Rachel 1b03304755 Address PR feedback:
- `resultVar` -> `destVarID`
- Clean up member names for `HiddenLocation` and `DistributionEvent`
- `Set/Clear` -> `Enable/Disable` for HiddenLocation script macros
- `ScrCmd_SetOrClearHiddenLocation` -> `ScrCmd_SetHiddenLocation`
- `SYSTEM_VARS_BLOCK_SIZE` -> `NUM_SYSTEM_VARS`
- Identify `scripts_unk_0412` -> `scripts_init_new_game`
- Add `SCRIPT_ID_OFFSET_INIT_NEW_GAME` constant definition
- Add `SCRIPT_ID` functional macro
- Use `SCRIPT_ID(INIT_NEW_GAME, 0)` in `FieldSystem_InitNewGameState`
- Promote `LCRNG_MULTIPLIER` in `math.c` from private to public
- Use private `LCRNG_INCREMENT` in `system_vars.c` for lottery sync
2025-02-16 12:26:47 -08:00
..
abilities.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
ai_action_choices.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
ai_flags.txt Port trainer data archive packing to C++ 2025-01-31 19:42:24 -08:00
ai_load_type_targets.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
ai_weather_types.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
badges.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
battle_actions.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_backgrounds.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_boot_states.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_context_params.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_message_tags.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_mon_params.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_move_effects.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_move_subscript_ptrs.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_script_battlers.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_script_check_side_condition_ops.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_script_opcodes.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_script_side_conditions.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_script_turn_flags.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_script_vars.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_side_effect_types.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_stats.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_sub_animations.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_subscripts.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
battle_terrains.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
catching_show_points_category.txt Replace python scripts for packing species archives with C++ 2025-01-21 22:46:39 -08:00
days_of_week.txt Improve names and move flag constants to vars_flags.h 2025-02-14 11:56:28 +01:00
distribution_events.txt Address PR feedback: 2025-02-16 12:26:47 -08:00
egg_groups.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
evolution_methods.txt Migrate evolution methods to metang 2025-01-21 22:46:39 -08:00
exp_rates.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
first_arrival_to_zones.txt Move enums with system flags from vars_flags.h to generated files 2025-02-12 17:35:56 +01:00
footprint_sizes.txt Migrate remaining generated constants to metang 2025-01-29 22:43:45 -08:00
game_records.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
gender_ratios.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
genders.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
giratina_shadow_animations.txt Move enums with system flags from vars_flags.h to generated files 2025-02-12 17:35:56 +01:00
hidden_locations.txt Address PR feedback: 2025-02-16 12:26:47 -08:00
item_ai_categories.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
item_battle_categories.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
item_hold_effects.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
items.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
journal_location_events.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
journal_online_events.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
map_headers.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
meson.build Document script commands that use system variables 2025-02-16 12:24:32 -08:00
move_attributes.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
move_classes.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
move_flags.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
move_ranges.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
movement_actions.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
moves.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
npc_trades.txt Document npc_trade.c 2025-02-13 12:16:23 +08:00
pal_park_land_area.txt Replace python scripts for packing species archives with C++ 2025-01-21 22:46:39 -08:00
pal_park_water_area.txt Replace python scripts for packing species archives with C++ 2025-01-21 22:46:39 -08:00
pokemon_body_shapes.txt Migrate remaining generated constants to metang 2025-01-29 22:43:45 -08:00
pokemon_colors.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
pokemon_contest_types.txt Migrate remaining generated constants to metang 2025-01-29 22:43:45 -08:00
pokemon_types.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
poketch_apps.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
save_types.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
sdat.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
shadow_sizes.txt Replace python scripts for packing species archives with C++ 2025-01-21 22:46:39 -08:00
species_data_params.txt Migrate constants used by battle and AI scripting to metang 2025-01-27 20:46:35 -08:00
species.txt Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
text_banks.txt Merge pull request #377 from Viperio19/document-scripts 2025-02-15 18:20:01 -08:00
trainer_classes.txt Rename "reporters" to "reporter" 2025-02-13 23:30:04 +01:00
trainer_score_events.txt Migrate shared constants used by scrcmd.inc to metang 2025-01-27 20:46:35 -08:00
trainers.txt Rename "reporters" to "reporter" 2025-02-13 23:30:04 +01:00
tutor_locations.txt Address review 2025-02-10 20:31:19 +01:00
villa_furnitures.txt Move enums with system flags from vars_flags.h to generated files 2025-02-12 17:35:56 +01:00