Mysteryem
0601494e39
Pokemon RB: Fix mutating global item_groups in get_filler_item_name() ( #5947 )
...
The `banned_items` variable was the `"Unique"`list within the
`item_groups` global. `get_filler_item_name()` could then mutate
`banned_items` through `banned_items.append("Poke Doll")` and
`banned_items += item_groups["Vending Machine Drinks"]`, causing
the contents of the `item_groups` global to be mutated.
This has been fixed by making `banned_items` a shallow copy of
`item_groups["Unique"]`.
2026-04-29 21:08:16 +02:00
..
2026-04-07 22:13:31 +02:00
2026-03-29 19:44:29 +02:00
2026-04-18 17:08:21 +02:00
2026-03-30 01:40:05 +02:00
2026-04-07 22:15:47 +02:00
2026-04-07 22:13:31 +02:00
2026-03-10 20:11:23 +01:00
2026-04-07 22:13:31 +02:00
2026-04-27 14:06:19 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-29 20:49:19 +02:00
2026-04-18 01:23:19 +02:00
2026-04-07 22:13:31 +02:00
2026-03-10 23:06:44 +01:00
2026-04-29 20:56:11 +02:00
2026-04-29 21:01:23 +02:00
2026-03-29 23:16:34 +02:00
2026-04-07 22:13:31 +02:00
2026-04-29 20:55:32 +02:00
2026-04-29 21:07:32 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-01 19:18:42 +02:00
2026-04-29 21:08:16 +02:00
2026-04-07 22:13:31 +02:00
2026-03-10 20:05:59 +01:00
2026-03-30 00:46:01 +02:00
2026-03-10 18:12:48 +00:00
2026-03-27 22:45:38 +01:00
2026-04-07 22:13:31 +02:00
2026-04-29 21:07:52 +02:00
2026-03-30 17:27:10 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 21:38:04 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-18 18:07:23 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-04-07 22:13:31 +02:00
2026-03-10 20:04:27 +01:00
2026-04-05 19:50:17 +02:00