CharlesFolz4
85a21e9c8e
Document villa furniture ( #1076 )
2026-04-19 11:23:50 -07:00
Kuruyia
52d20f18d4
Rename overworld anim manager ID field
...
This renames the `id` field of the overworld animation manager to
`userInt`.
This field was initially documented as containing some sort of
caller-defined identifier based on how it was being used in the HM
cut-in file, but it's become more clear that the entire meaning of this
field is caller-defined (see its use by the surf mount renderers as a
boolean).
This also updates the surf mount renderer to correctly identify a flag
that's used to control whether the surf mount position is synchronized
with the player position on tick.
The same changes were ported to the distortion world surf mount renderer
where applicable.
Signed-off-by: Kuruyia <github@kuruyia.net>
2026-04-15 19:54:20 +02:00
Nathan Fallet
5becc55e00
unk_020553DC -> field_bgm ( #1089 )
build / build (push) Has been cancelled
2026-04-15 09:32:10 -07:00
Alexandre Sollier
54a7625b0f
Document distortion world B4F/B5F waterfall ( #1088 )
...
Signed-off-by: Kuruyia <github@kuruyia.net>
2026-04-15 09:31:35 -07:00
Tai-disc
12219e2dda
Refactored unk_0202C858 to wifi_history_save_data ( #1087 )
build / build (push) Has been cancelled
2026-04-13 12:46:42 -07:00
VicSevenT
f4c916779e
Document Pastoria Gym button behavior ( #1083 )
2026-04-13 12:44:48 -07:00
scbroede
44a6337b41
document yes-no touch menu ( #1079 )
build / build (push) Waiting to run
2026-04-12 13:10:48 -07:00
Rachel
c66aa6e40a
tools: Implement dexproc for generating regional-national Pokedex mappings ( #1077 )
2026-04-12 15:47:32 -04:00
Tai-disc
583a24a010
Rename "unk_0202EEC0" to "pal_park_transfers" ( #1085 )
2026-04-12 12:17:27 -07:00
Viperio
48421e3fb8
Document spear pillar and hall of origin scripts ( #1080 )
2026-04-12 12:15:00 -07:00
VicSevenT
32614659cd
Document Lake Guardian Containment Units ( #1078 )
2026-04-12 11:55:03 -07:00
Gudf
f4a90c9b7f
Document the Ranger link ( #1072 )
2026-04-12 11:45:20 -07:00
Rachel
5678e54e98
rom: Macro-ify the command-tables for scripting VMs
2026-04-10 08:48:45 -07:00
Viperio
7c26ecb867
Document snowpoint city scripts ( #1068 )
2026-04-10 08:46:20 -07:00
VicSevenT
4c3a3f18c6
Document and rename some TV-related structs ( #1075 )
build / build (push) Waiting to run
2026-04-09 21:38:08 -07:00
scbroede
7e75511aa6
trainer case cleanup ( #1065 )
2026-04-09 08:03:59 -07:00
Viperio
ae9e688650
Standardize NPC/Npc to NPC ( #1069 )
build / build (push) Waiting to run
2026-04-08 18:07:39 -04:00
CharlesFolz4
70f9093a9c
Document elevated bridge status ( #1070 )
build / build (push) Waiting to run
2026-04-07 21:27:09 -04:00
Alexandre Sollier
bd404516cc
Document distortion world B3F/B7F/Giratina room events ( #1066 )
...
build / build (push) Waiting to run
Signed-off-by: Kuruyia <github@kuruyia.net>
2026-04-07 12:10:12 -07:00
Yako
36c04fd118
Document function handling eyes meet trainer logic ( #1059 )
2026-04-07 10:53:38 -07:00
VicSevenT
9a8fa951a2
Document Great Marsh Lookout Sprite ( #1061 )
build / build (push) Waiting to run
2026-04-06 19:48:41 -07:00
VicSevenT
ef5e340157
Unpack Map Popup Graphics ( #1062 )
2026-04-06 19:48:18 -07:00
Alexandre Sollier
1f4e3d4918
Document distortion world B5F events ( #1060 )
...
build / build (push) Waiting to run
Signed-off-by: Kuruyia <github@kuruyia.net>
2026-04-06 14:13:59 -07:00
Viperio
21fe7a31e0
Document route 218, canalave city and full-/newmoon island scripts ( #1049 )
build / build (push) Waiting to run
2026-04-01 20:12:22 -07:00
VicSevenT
d53488c4be
Document Battle frontier stats ( #1047 )
2026-04-01 18:52:26 -07:00
Alexandre Sollier
87a40a4210
Document field extension overlay loading ( #1051 )
...
build / build (push) Waiting to run
Signed-off-by: Kuruyia <github@kuruyia.net>
2026-03-31 20:48:45 -07:00
VicSevenT
4d304f31f4
Document the Egg Hatching Cutscene (Overlay 119) ( #1044 )
build / build (push) Waiting to run
2026-03-30 19:50:41 -06:00
Viperio19
c985199661
Document route 212 and pokemon mansion scripts
2026-03-29 22:22:18 +02:00
Viperio
fa771ccbf7
Document route 213 and valor lakefront scripts ( #1040 )
build / build (push) Has been cancelled
2026-03-27 17:20:50 -06:00
RavePossum
778f13dd3b
Document distortion world B2F events ( #1039 )
2026-03-27 15:54:00 -06:00
Kuruyia
99e0ebd0db
Document distortion world B2F events
...
This continues documentation of the distortion world overlay by
identifying the events for 2F and documenting the various event commands
used.
This floor contains the moving platform puzzle in which the player must
take the correct sequence of platforms to progress to the next floor.
This is why this floor contains a good amount of events, all
corresponding to triggers that move platforms around.
As such, the following naming scheme has been adopted to name the event
structs and related command parameter structs:
- Event structs: `sMapEventB2F_P<Platform><Cardinal>`
- Command parameter structs: `sMapEventCmdParamsB2F_P<Platform><Cardinal>_<Event command #>`
Using the following variables:
- `<Platform>`: the platform number on which the event trigger is
located
- `<Cardinal>`: the first letter of the cardinal direction where the
event trigger is located on the platform (N/E/S/W for
North/East/South/West)
The following event commands were identified:
- Event command 0: plays an animation on the map object with the
specified local ID
- Event command 1: moves the specified moving platform to the specified
relative coordinates, with the specified speed
Signed-off-by: Kuruyia <github@kuruyia.net>
2026-03-27 21:39:37 +01:00
Yako
27e77e3e1d
Micro PR naming some of the functions called by EncounterEffect_GymLeader ( #1035 )
build / build (push) Waiting to run
2026-03-27 08:20:32 -07:00
VicSevenT
b6ea24e158
Document ParticleSystem FrontierScrCmds and unpack NARC ( #1028 )
2026-03-27 08:19:44 -07:00
Viperio
bdc953c394
Document veilstone city scripts ( #1036 )
...
build / build (push) Waiting to run
Co-authored-by: notmyname <notanemail@gmail.com>
2026-03-26 22:45:18 -06:00
CharlesFolz4
200ee4120f
Document NPC trade task ( #1030 )
build / build (push) Waiting to run
2026-03-24 18:41:26 -04:00
h2o-DS
aab05ec284
Implement Trainer Graphic Constants ( #1031 )
2026-03-24 13:22:04 -07:00
Viperio
6a0c9c219a
Document solaceon town scripts ( #1032 )
2026-03-24 13:20:29 -07:00
VicSevenT
c3ad40d048
Document Network icon ( #1029 )
2026-03-23 08:03:19 -07:00
scbroede
127a8c80da
document underground map transitions ( #987 )
2026-03-22 14:06:12 -07:00
CharlesFolz4
9003068e3d
Link FieldMoveList with sFieldMoves and apply to field move journal entries
2026-03-22 13:46:38 -07:00
CharlesFolz4
49e6f2c1b8
Document Milk Drink and Softboiled field moves
2026-03-22 13:46:38 -07:00
CharlesFolz4
03a6636e74
Document party menu inputs and some party menu states
2026-03-22 13:46:38 -07:00
CharlesFolz4
8a5974a11b
Add PartyMenuStates enum
2026-03-22 13:46:38 -07:00
Eduardo Quezada
8e664c9411
Document TV Commercials ( #988 )
...
Co-authored-by: Viperio <146665252+Viperio19@users.noreply.github.com>
Co-authored-by: Rachel <rachel@lhea.me>
2026-03-22 11:41:27 -07:00
CharlesFolz4
3286ee8568
Document Eterna Gym clock persisted feature states ( #1004 )
2026-03-22 10:28:27 -06:00
VicSevenT
bb09893f7f
Document FrontierGraphics initialization ( #1024 )
2026-03-22 09:02:02 -07:00
Viperio
a8df8d1727
Document some frontier scrcmds ( #1021 )
build / build (push) Waiting to run
2026-03-22 08:04:16 -07:00
Kalaay
43ba4c6a85
Swap PlayFanfare and PlaySound ScrCmds to align with real usage ( #1022 )
build / build (push) Waiting to run
2026-03-21 19:01:54 -07:00
Kalaay
2c06aacabb
Rename WaitABXPadPress to WaitButton to reflect generic usage ( #1023 )
build / build (push) Waiting to run
2026-03-21 10:59:17 -07:00
Viperio
b23ff4f8ae
Document battle_main.c ( #1016 )
2026-03-21 09:08:26 -07:00