cecilarmitais
7487d6f73d
Address PR #300 review: restore field comments, de-duplicate a forward
...
declaration, fix case indentation
Six review comments from AnonymousRandomPerson on pret/pmd-sky#300 .
Comments restored, in include/common.h (struct ground_monster's level,
level_at_first_evo, level_at_second_evo, iq and max_hp) and in
include/ground_bg.h (BmaHeader's numLayers, hasDataLayer, hasCollision). These
were not removed deliberately: each line was rewritten for a type correction and
its trailing comment went with it. Every one of those retypes is the same
character width as what it replaced, so the original column alignment is
restored verbatim.
struct team_member keeps u8 flags, with the labelled bitfield preserved as a
comment in the form struct item already uses for the same situation.
struct ground_monster; is no longer forward-declared anywhere. All three headers
that carried it - main_02055410.h, main_02056914.h and main_0205A288.h - now
include common.h instead. main_02056914.h previously had no includes at all, so
this makes it self-contained as well.
Case indentation in src/main_0203D538.c and src/overlay_29_0231CBC8.c. The
defect was wider than the two labels the review pointed at: whole regions were
de-indented, consistent with a splice artifact. overlay_29_0231CBC8.c's switch
ran at column 8, then 4, then 0, then 4; main_0203D538.c had two contiguous
blocks short by 4 and by 8. Re-indented by brace depth, so every switch in both
files is now internally consistent with its own earlier cases.
The comments in this commit were added under build-tools/precommit.py's
--allow-comments override, which exists for exactly this case: they were
requested by the upstream maintainer in review, not authored here.
Authored by Claude (Opus 5) under human direction. Proved byte-neutral rather
than argued, because two of these changes could in principle move codegen: the
eight translation units reaching any of the three edited headers, and the two
re-indented files, each compiled in the build image with the real flags
(including -W all -W pedantic -W error) before and after. All 30 objects are
byte-identical across NORTH_AMERICA, EUROPE and JAPAN.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-09-20 00:59:34 -07:00
..
2026-08-17 23:05:26 -07:00
2023-09-14 13:39:03 +02:00
2026-09-20 00:59:34 -07:00
2023-07-02 00:21:29 -04:00
2023-12-28 11:30:48 -05:00
2026-09-18 23:13:39 -07:00
2026-09-18 23:13:39 -07:00
2025-03-05 23:36:23 -05:00
2026-09-18 23:14:59 -07:00
2026-08-19 17:43:26 -07:00
2024-12-01 18:20:37 -06:00
2025-06-17 22:49:24 -05:00
2025-06-17 19:18:00 -05:00
2023-12-28 13:30:06 -05:00
2026-08-19 20:30:00 -07:00
2025-06-17 22:49:24 -05:00
2025-05-28 22:15:40 -04:00
2025-09-24 19:54:43 -04:00
2026-07-23 16:47:54 -07:00
2026-08-19 21:36:48 -07:00
2025-05-16 00:06:52 -04:00
2025-09-22 21:45:14 -04:00
2025-11-15 22:54:56 -05:00
2026-07-18 09:27:28 -07:00
2025-08-07 19:30:18 -04:00
2025-03-05 23:11:04 -05:00
2026-08-19 22:25:23 -07:00
2025-03-05 23:36:23 -05:00
2026-08-21 01:41:15 -07:00
2026-08-19 14:24:58 -07:00
2026-01-31 22:43:34 -05:00
2025-10-22 22:52:28 -04:00
2025-09-20 20:51:38 -04:00
2025-07-19 14:09:48 -04:00
2026-08-21 01:41:15 -07:00
2026-04-06 16:25:40 -07:00
2025-03-11 22:53:44 -04:00
2026-09-18 23:13:38 -07:00
2026-01-31 08:58:35 -08:00
2026-09-18 23:13:38 -07:00
2026-01-09 10:00:14 -08:00
2026-09-18 23:13:37 -07:00
2025-11-14 00:07:50 -05:00
2025-10-26 21:26:51 -04:00
2025-05-10 23:24:11 -04:00
2026-09-18 23:13:39 -07:00
2025-07-18 20:18:27 -04:00
2025-06-18 18:45:30 -05:00
2025-05-31 22:57:06 -04:00
2026-09-18 23:14:08 -07:00
2025-09-22 23:44:07 -04:00
2025-06-17 22:25:10 -05:00
2025-09-22 21:45:14 -04:00
2025-09-22 21:45:14 -04:00
2025-12-04 22:11:07 -05:00
2025-12-04 22:11:07 -05:00
2025-09-22 21:45:14 -04:00
2026-08-19 18:33:53 -07:00
2026-09-18 23:13:38 -07:00
2025-08-08 23:47:03 -04:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:14:59 -07:00
2026-01-09 11:44:31 -08:00
2026-09-18 23:13:38 -07:00
2024-12-02 00:02:39 -06:00
2025-07-18 20:57:20 -04:00
2026-09-18 23:14:41 -07:00
2025-07-19 11:12:11 -04:00
2025-03-28 00:01:20 -04:00
2026-08-21 01:41:15 -07:00
2026-09-18 23:14:59 -07:00
2026-08-16 13:45:13 -07:00
2025-06-25 21:32:48 -04:00
2024-10-15 21:50:55 -07:00
2025-09-19 16:40:00 -04:00
2025-10-01 20:18:46 +00:00
2025-06-16 19:17:24 -05:00
2025-12-18 20:19:02 +00:00
2026-01-09 09:15:46 -08:00
2023-08-18 21:25:54 -04:00
2023-08-27 22:06:17 -04:00
2026-09-20 00:59:34 -07:00
2025-07-18 20:36:26 -04:00
2025-12-04 23:36:51 -05:00
2026-09-10 21:10:23 +00:00
2026-09-18 23:14:41 -07:00
2026-01-03 13:06:03 -08:00
2026-09-18 23:14:41 -07:00
2025-03-05 23:36:23 -05:00
2023-09-07 12:28:37 -05:00
2026-04-26 23:30:17 -04:00
2026-09-18 23:14:59 -07:00
2026-04-26 23:18:03 -04:00
2026-07-10 23:22:20 +03:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:14:41 -07:00
2026-07-11 17:18:26 -04:00
2026-08-16 17:16:47 -07:00
2026-08-16 16:57:10 -07:00
2026-08-19 20:03:40 -07:00
2026-08-16 17:16:47 -07:00
2026-08-16 16:42:09 -07:00
2026-09-18 23:13:37 -07:00
2026-09-18 23:14:08 -07:00
2026-08-16 22:43:20 -07:00
2026-08-21 00:32:47 -07:00
2026-08-16 22:43:20 -07:00
2026-08-16 22:43:20 -07:00
2026-08-16 22:43:20 -07:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:13:37 -07:00
2026-04-26 23:19:39 -04:00
2026-09-18 23:13:39 -07:00
2026-09-18 23:13:39 -07:00
2026-09-18 23:13:39 -07:00
2026-09-18 23:13:38 -07:00
2026-08-17 01:06:05 -07:00
2026-08-19 19:52:00 -07:00
2026-08-19 17:56:13 -07:00
2026-08-17 00:57:43 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-17 01:16:24 -07:00
2026-08-17 01:16:24 -07:00
2026-09-18 23:14:08 -07:00
2026-09-18 23:14:08 -07:00
2025-08-06 18:07:19 -04:00
2026-08-21 00:13:12 -07:00
2026-09-18 23:12:41 -07:00
2026-08-21 00:13:12 -07:00
2026-06-12 17:09:45 -04:00
2025-09-08 19:10:55 -04:00
2026-08-21 00:32:47 -07:00
2026-03-19 23:44:13 -04:00
2026-09-18 23:14:59 -07:00
2026-08-19 17:56:13 -07:00
2026-08-20 01:30:22 -07:00
2026-08-17 23:11:36 -07:00
2026-08-20 01:30:22 -07:00
2026-09-20 00:59:34 -07:00
2026-03-16 22:51:16 -04:00
2026-08-19 21:36:48 -07:00
2026-03-17 22:59:00 -04:00
2026-03-18 17:43:47 -04:00
2026-09-18 23:14:07 -07:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:14:59 -07:00
2026-03-17 22:05:24 -04:00
2026-08-19 22:25:23 -07:00
2026-08-19 19:52:00 -07:00
2026-05-06 12:49:58 -04:00
2026-04-16 12:23:36 -04:00
2026-05-06 12:49:58 -04:00
2026-09-18 23:13:37 -07:00
2026-06-21 19:17:04 -04:00
2026-06-16 19:29:57 -04:00
2026-03-19 22:23:31 -04:00
2026-03-19 22:23:31 -04:00
2026-08-19 18:33:53 -07:00
2026-08-21 00:56:33 -07:00
2026-03-19 22:20:19 -04:00
2026-03-19 22:23:31 -04:00
2026-03-19 23:38:50 -04:00
2026-08-20 01:30:22 -07:00
2025-05-30 18:13:21 -07:00
2026-05-15 19:05:14 -04:00
2026-06-23 08:23:50 -07:00
2026-05-15 19:05:14 -04:00
2024-11-15 00:45:33 -05:00
2026-07-11 17:18:25 -04:00
2026-09-10 21:10:23 +00:00
2026-07-11 17:18:25 -04:00
2026-09-18 23:14:59 -07:00
2026-08-16 13:45:36 -07:00
2026-08-16 14:22:17 -07:00
2025-09-19 18:11:31 -04:00
2026-08-20 01:30:22 -07:00
2026-08-19 20:30:00 -07:00
2026-04-26 23:27:29 -04:00
2026-09-18 23:14:08 -07:00
2026-08-16 17:37:04 -07:00
2026-08-16 17:28:27 -07:00
2026-08-16 17:28:27 -07:00
2026-01-09 08:51:36 -08:00
2026-05-06 12:49:58 -04:00
2026-07-11 17:18:26 -04:00
2026-08-21 00:32:47 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-17 03:51:32 -07:00
2026-09-18 23:14:59 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-21 00:56:33 -07:00
2026-08-17 01:49:58 -07:00
2026-09-18 23:14:59 -07:00
2026-08-20 03:18:59 -07:00
2026-09-14 23:01:41 +00:00
2026-08-20 03:18:59 -07:00
2026-09-18 23:14:41 -07:00
2026-09-18 23:14:41 -07:00
2026-09-18 23:14:41 -07:00
2026-01-31 08:58:35 -08:00
2026-07-11 17:55:51 -04:00
2025-07-19 17:26:03 -04:00
2026-07-11 17:18:26 -04:00
2026-01-03 13:06:03 -08:00
2026-08-16 13:45:14 -07:00
2026-08-21 01:41:15 -07:00
2026-08-21 01:41:15 -07:00
2026-08-21 01:41:15 -07:00
2026-05-06 12:49:58 -04:00
2026-03-16 22:18:04 -04:00
2026-09-18 23:13:37 -07:00
2026-08-16 13:45:14 -07:00
2026-08-21 00:56:33 -07:00
2026-08-20 01:30:22 -07:00
2026-08-16 15:11:09 -07:00
2026-07-25 15:16:15 -07:00
2026-08-20 15:09:01 -07:00
2026-09-18 23:13:38 -07:00
2026-08-16 17:28:27 -07:00
2026-09-10 21:10:23 +00:00
2026-09-18 23:13:37 -07:00
2026-09-18 23:13:38 -07:00
2025-09-19 11:35:35 -04:00
2026-09-10 21:10:23 +00:00
2026-09-18 23:14:59 -07:00
2026-08-17 03:51:32 -07:00
2026-08-21 01:41:15 -07:00
2026-08-20 23:04:46 -07:00
2026-08-20 23:04:46 -07:00
2025-10-22 21:15:44 -04:00
2026-08-19 23:18:03 -07:00
2026-08-17 01:36:47 -07:00
2026-09-18 23:13:38 -07:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:14:41 -07:00
2026-09-18 23:13:38 -07:00
2026-09-18 23:14:41 -07:00
2026-09-18 23:14:41 -07:00
2026-09-10 21:10:23 +00:00
2026-08-16 13:45:14 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2024-11-22 22:47:03 -05:00
2026-09-18 23:13:38 -07:00
2026-08-21 00:13:12 -07:00
2026-09-18 23:13:38 -07:00
2025-08-06 18:07:19 -04:00
2026-04-26 23:31:27 -04:00
2026-08-16 17:37:04 -07:00
2026-08-16 17:28:27 -07:00
2026-08-16 17:28:27 -07:00
2026-01-09 10:14:05 -08:00
2026-07-11 17:18:26 -04:00
2026-03-27 13:56:38 -07:00
2026-09-18 23:13:38 -07:00
2026-08-17 02:28:23 -07:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:13:37 -07:00
2026-08-17 00:38:40 -07:00
2026-08-17 01:49:58 -07:00
2026-09-15 19:14:06 +00:00
2026-08-16 13:45:13 -07:00
2026-08-16 15:11:09 -07:00
2026-09-18 23:13:37 -07:00
2026-08-19 20:30:00 -07:00
2026-08-20 01:30:22 -07:00
2024-11-15 00:45:33 -05:00
2026-09-18 23:14:08 -07:00
2026-08-16 17:37:04 -07:00
2024-11-15 00:45:33 -05:00
2026-09-18 23:13:38 -07:00
2026-09-18 23:14:59 -07:00
2026-08-17 04:42:41 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-17 23:25:55 -07:00
2026-08-17 01:36:47 -07:00
2026-08-17 01:36:47 -07:00
2026-08-21 00:56:33 -07:00
2026-09-20 00:59:34 -07:00
2026-09-18 23:14:41 -07:00
2026-09-18 23:14:07 -07:00
2026-09-20 00:59:34 -07:00
2026-05-06 12:49:58 -04:00
2026-08-16 13:44:46 -07:00
2024-11-22 22:47:03 -05:00
2025-11-03 15:18:17 +01:00
2026-04-15 21:43:30 -04:00
2026-09-18 23:14:41 -07:00
2025-12-04 23:36:51 -05:00
2025-09-11 23:39:48 -04:00
2026-09-14 23:01:41 +00:00
2025-07-17 22:31:32 -04:00
2026-09-18 23:13:39 -07:00
2025-09-13 22:59:13 -04:00
2026-06-12 17:33:06 -04:00
2026-09-14 23:01:41 +00:00
2026-09-18 23:13:38 -07:00
2026-01-09 08:51:36 -08:00
2026-01-09 08:51:36 -08:00
2025-09-13 23:24:56 -04:00
2026-09-18 23:14:41 -07:00
2025-12-26 11:25:50 +00:00
2026-08-20 14:15:03 -07:00
2026-05-25 15:32:06 -04:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-03-28 18:46:39 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:13:37 -07:00
2026-08-20 01:07:35 -07:00
2025-07-21 16:47:18 +02:00
2025-06-02 21:24:29 -04:00
2026-08-20 23:04:46 -07:00
2026-08-21 00:32:47 -07:00
2026-08-21 00:13:12 -07:00
2026-08-20 15:28:55 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 23:04:46 -07:00
2026-09-18 23:12:40 -07:00
2026-08-20 15:28:55 -07:00
2026-08-20 23:04:46 -07:00
2026-08-21 00:13:12 -07:00
2026-08-21 00:13:12 -07:00
2026-08-21 00:32:47 -07:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:13:38 -07:00
2026-07-11 00:26:53 +03:00
2026-03-25 21:02:46 -04:00
2026-07-02 20:51:00 -04:00
2026-07-02 20:51:00 -04:00
2026-07-02 20:51:00 -04:00
2026-08-20 01:30:22 -07:00
2025-08-06 18:07:19 -04:00
2026-08-20 23:04:46 -07:00
2026-08-20 15:28:55 -07:00
2026-08-20 15:28:55 -07:00
2026-08-02 15:25:56 -07:00
2026-08-12 12:19:47 -07:00
2025-09-07 23:37:58 -04:00
2026-08-21 00:56:33 -07:00
2026-08-20 15:09:01 -07:00
2025-06-15 17:52:45 -05:00
2026-08-18 01:51:59 -07:00
2026-09-18 23:12:42 -07:00
2026-09-18 23:14:07 -07:00
2026-09-18 23:14:07 -07:00
2026-08-19 17:06:17 -07:00
2026-09-18 23:13:37 -07:00
2026-09-14 23:01:41 +00:00
2026-08-21 01:41:15 -07:00
2026-08-19 17:06:17 -07:00
2026-09-18 23:14:59 -07:00
2026-08-19 17:06:17 -07:00
2026-08-20 03:18:59 -07:00
2026-09-18 23:14:08 -07:00
2026-09-18 23:13:39 -07:00
2026-08-21 00:56:33 -07:00
2026-09-18 23:13:37 -07:00
2026-08-20 15:09:01 -07:00
2026-08-19 17:06:17 -07:00
2026-09-18 23:14:59 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:13:37 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-18 02:09:14 -07:00
2026-08-19 18:44:59 -07:00
2026-09-18 23:12:42 -07:00
2024-12-01 18:20:37 -06:00
2026-09-18 23:13:37 -07:00
2026-08-18 02:09:14 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2025-03-06 00:04:18 -05:00
2024-12-01 18:20:37 -06:00
2026-08-19 22:03:07 -07:00
2026-08-19 14:24:58 -07:00
2026-08-19 17:06:17 -07:00
2024-12-01 18:20:37 -06:00
2026-09-18 23:14:59 -07:00
2026-08-19 18:33:53 -07:00
2026-09-18 23:13:38 -07:00
2025-03-06 00:04:18 -05:00
2025-07-18 23:49:04 -04:00
2025-07-19 16:16:21 -04:00
2025-09-20 22:46:41 -04:00
2025-10-22 21:19:20 -04:00
2025-06-23 23:12:14 -04:00
2026-01-09 10:00:14 -08:00
2026-09-14 23:01:41 +00:00
2026-09-18 23:13:38 -07:00
2024-12-01 18:20:37 -06:00
2024-12-01 18:20:37 -06:00
2026-08-19 21:09:44 -07:00
2026-08-19 17:06:17 -07:00
2026-09-18 23:13:37 -07:00
2025-09-20 22:46:41 -04:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:14:41 -07:00
2025-03-06 00:04:18 -05:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:13:39 -07:00
2024-12-01 18:20:37 -06:00
2025-06-23 23:12:14 -04:00
2025-06-22 16:32:37 -05:00
2026-09-18 23:13:38 -07:00
2024-12-01 18:20:37 -06:00
2026-09-18 23:12:41 -07:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:13:38 -07:00
2024-12-01 18:20:37 -06:00
2024-12-01 18:20:37 -06:00
2026-08-19 17:19:14 -07:00
2024-12-01 18:20:37 -06:00
2026-08-19 17:06:17 -07:00
2026-08-19 22:25:23 -07:00
2026-08-19 17:19:14 -07:00
2026-08-19 21:36:48 -07:00
2026-08-19 15:35:43 -07:00
2026-08-19 15:45:54 -07:00
2026-08-19 17:19:14 -07:00
2026-08-19 16:48:17 -07:00
2026-08-19 15:55:45 -07:00
2026-08-19 20:03:40 -07:00
2026-08-19 17:06:17 -07:00
2026-08-19 19:37:38 -07:00
2026-08-19 15:45:54 -07:00
2026-08-19 16:48:17 -07:00
2026-08-19 16:48:17 -07:00
2026-08-19 15:55:45 -07:00
2026-08-19 15:55:45 -07:00
2026-08-19 16:03:43 -07:00
2026-09-18 23:14:59 -07:00
2026-08-19 21:09:44 -07:00
2026-08-19 16:03:43 -07:00
2026-08-19 16:03:43 -07:00
2026-08-19 16:03:43 -07:00
2026-08-19 22:25:23 -07:00
2026-08-19 22:03:07 -07:00
2026-08-19 16:16:06 -07:00
2026-08-19 16:39:20 -07:00
2026-08-19 19:37:38 -07:00
2026-08-19 16:48:17 -07:00
2026-08-19 16:22:36 -07:00
2026-08-19 16:16:06 -07:00
2026-08-19 21:36:48 -07:00
2026-08-19 17:19:14 -07:00
2026-08-19 16:22:36 -07:00
2026-08-19 17:06:17 -07:00
2026-08-19 17:06:17 -07:00
2026-08-19 20:30:00 -07:00
2026-08-19 16:22:36 -07:00
2025-05-08 23:47:41 -04:00
2026-08-19 17:06:17 -07:00
2024-12-01 18:20:37 -06:00
2026-08-19 17:06:17 -07:00
2026-08-19 17:06:17 -07:00
2026-09-18 23:12:42 -07:00
2026-09-18 23:12:42 -07:00
2026-01-31 22:26:26 -05:00
2026-08-19 17:56:13 -07:00
2026-09-18 23:13:37 -07:00
2026-09-18 23:13:38 -07:00
2026-09-18 23:13:38 -07:00
2026-09-18 23:13:37 -07:00
2026-08-23 12:47:25 -04:00
2025-06-15 17:31:53 -05:00
2025-06-15 17:44:13 -05:00
2024-12-01 18:20:37 -06:00
2024-12-01 18:20:37 -06:00
2024-12-01 18:20:37 -06:00
2025-09-20 22:46:41 -04:00
2024-12-01 18:20:37 -06:00
2026-09-18 23:13:37 -07:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:12:40 -07:00
2025-09-20 22:46:41 -04:00
2026-05-25 15:32:06 -04:00
2024-12-01 18:20:37 -06:00
2024-12-01 18:20:37 -06:00
2024-12-01 18:20:37 -06:00
2025-09-20 22:46:41 -04:00
2026-08-19 17:06:17 -07:00
2026-08-19 18:09:57 -07:00
2026-08-19 15:25:09 -07:00
2026-08-19 16:22:36 -07:00
2026-08-19 18:09:57 -07:00
2026-08-19 16:39:20 -07:00
2026-08-19 15:45:54 -07:00
2026-08-19 15:35:43 -07:00
2026-08-19 20:03:40 -07:00
2026-08-19 16:39:20 -07:00
2026-08-19 20:03:40 -07:00
2026-09-18 23:12:42 -07:00
2024-12-01 18:20:37 -06:00
2024-12-16 23:47:45 -05:00
2026-08-23 12:47:25 -04:00
2026-09-10 21:10:23 +00:00
2026-08-20 01:30:22 -07:00
2026-09-18 23:12:42 -07:00
2025-10-22 23:18:06 -04:00
2025-07-14 23:40:59 -04:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:14:59 -07:00
2026-09-18 23:14:08 -07:00
2026-09-18 23:12:42 -07:00
2024-12-01 18:20:37 -06:00
2026-08-19 17:19:14 -07:00
2026-08-19 18:09:57 -07:00
2026-08-19 21:09:44 -07:00
2026-08-19 17:06:17 -07:00
2026-08-19 15:45:54 -07:00
2026-08-19 16:39:20 -07:00
2025-09-20 22:46:41 -04:00
2026-09-18 23:13:38 -07:00
2026-04-14 20:44:43 -04:00
2026-09-18 23:14:59 -07:00
2026-08-19 19:37:38 -07:00
2026-08-18 01:08:34 -07:00
2026-09-18 23:13:39 -07:00
2024-12-01 18:20:37 -06:00
2026-08-19 15:25:09 -07:00
2024-12-01 18:20:37 -06:00
2026-08-19 16:39:20 -07:00
2025-11-29 20:11:47 -08:00
2026-06-21 19:27:18 -04:00
2026-08-18 02:09:14 -07:00
2026-08-20 01:30:22 -07:00
2026-08-19 19:37:38 -07:00
2026-08-18 00:21:33 -07:00
2026-09-18 23:12:42 -07:00
2026-09-18 23:13:37 -07:00
2026-09-18 23:13:39 -07:00
2026-09-18 23:14:41 -07:00
2026-08-21 00:56:33 -07:00
2026-08-19 17:06:17 -07:00
2024-12-01 18:20:37 -06:00
2025-06-23 23:12:14 -04:00
2024-12-01 18:20:37 -06:00
2026-08-19 17:19:14 -07:00
2026-08-19 19:52:00 -07:00
2026-08-19 15:25:09 -07:00
2026-08-19 17:19:14 -07:00
2026-08-19 17:06:17 -07:00
2026-08-19 15:25:09 -07:00
2026-08-19 22:03:07 -07:00
2026-08-19 15:45:54 -07:00
2026-08-19 15:35:43 -07:00
2026-08-19 15:35:43 -07:00
2026-08-19 16:48:17 -07:00
2026-08-19 21:36:48 -07:00
2026-08-19 15:45:54 -07:00
2025-10-22 21:41:40 -04:00
2026-09-18 23:13:39 -07:00
2024-11-15 00:45:43 -05:00
2026-01-03 12:02:10 -08:00
2026-08-19 21:09:44 -07:00
2026-08-20 01:30:22 -07:00
2026-08-20 01:30:22 -07:00
2026-08-19 23:18:03 -07:00
2024-12-01 18:20:37 -06:00
2026-08-19 19:52:00 -07:00
2026-08-21 01:41:15 -07:00
2026-08-18 01:38:01 -07:00
2026-08-18 01:38:01 -07:00
2026-08-19 18:33:53 -07:00
2026-08-18 02:09:14 -07:00
2026-09-07 00:18:03 -04:00
2026-09-18 23:13:39 -07:00
2025-08-06 18:07:19 -04:00
2025-08-08 23:47:03 -04:00
2025-08-06 18:07:19 -04:00
2026-04-26 23:11:33 -04:00
2025-11-17 23:40:54 -05:00
2026-09-18 23:14:59 -07:00
2025-10-23 22:39:13 -04:00
2025-09-14 00:12:22 -04:00
2025-12-07 07:23:31 +00:00
2026-05-26 20:44:01 -04:00
2026-08-18 02:09:14 -07:00
2025-06-02 21:24:29 -04:00
2026-09-18 23:14:41 -07:00
2025-12-07 06:11:38 +00:00
2026-06-21 19:14:04 -04:00
2025-12-18 13:09:43 +00:00
2025-07-18 22:42:21 -04:00
2026-05-19 20:59:36 +00:00
2026-09-18 23:13:39 -07:00
2025-12-07 06:11:38 +00:00
2026-09-18 23:13:38 -07:00
2026-09-18 23:14:59 -07:00
2023-09-14 13:39:03 +02:00
2025-12-15 17:36:41 +00:00
2025-10-24 00:04:32 -04:00
2025-03-03 00:06:51 -05:00
2026-06-04 18:39:56 -07:00
2025-07-12 17:43:16 -04:00
2025-07-18 20:24:21 -04:00
2025-06-17 22:25:10 -05:00
2026-09-18 23:12:40 -07:00
2025-09-22 21:45:14 -04:00
2026-07-11 17:18:26 -04:00
2025-07-19 16:16:21 -04:00
2025-07-14 18:03:16 -04:00
2026-09-18 23:14:59 -07:00