From 7ff39227fea4fa138f20f1895e881ff3f89337b5 Mon Sep 17 00:00:00 2001 From: MrARM <8205849+MrARM@users.noreply.github.co> Date: Tue, 7 Jul 2026 00:25:38 -0500 Subject: [PATCH] update --- README.md | 17 + artifact-index.md | 91 +- asset-fonts-gallery-01.md | 11 + asset-images-gallery-01.md | 206 ++ asset-images-gallery-02.md | 206 ++ asset-images-gallery-03.md | 206 ++ asset-images-gallery-04.md | 206 ++ asset-images-gallery-05.md | 206 ++ asset-images-gallery-06.md | 206 ++ asset-images-gallery-07.md | 18 + asset-previews.md | 10 + asset-text-gallery-01.md | 206 ++ asset-text-gallery-02.md | 206 ++ asset-text-gallery-03.md | 206 ++ asset-text-gallery-04.md | 206 ++ asset-text-gallery-05.md | 206 ++ asset-text-gallery-06.md | 176 ++ asset-videos-gallery-01.md | 106 + asset-videos-gallery-02.md | 106 + asset-videos-gallery-03.md | 79 + audio-asset-search.md | 37 +- conagent-machine-emulator.md | 103 + docker-qemu-emulation.md | 141 ++ game-asset-spoilers-unreleased.md | 192 ++ godot-and-radium-assets.md | 6 +- next-analysis-targets.md | 16 +- radium-image-format.md | 541 ++++++ radium-section3-bitmap-gallery-01.md | 246 +++ radium-section3-bitmap-gallery-02.md | 246 +++ radium-section3-bitmap-gallery-03.md | 246 +++ radium-section3-bitmap-gallery-04.md | 246 +++ radium-section3-bitmap-gallery-05.md | 246 +++ radium-section3-bitmap-gallery-06.md | 246 +++ radium-section3-bitmap-gallery-07.md | 15 + radium-section3-bitmaps.md | 24 + scripts/build_asr_catalog_sound_labels.py | 378 ++++ scripts/build_asr_review_sound_labels.py | 118 ++ scripts/build_best_named_sound_aliases.py | 397 ++++ .../build_catalog_offset_candidate_labels.py | 214 +++ scripts/build_godot_editor_reconstruction.py | 2 +- scripts/build_media_preview_pages.py | 843 ++++++++ scripts/build_native_named_sound_aliases.py | 93 + scripts/build_pokedex_voice_aliases.py | 242 +++ scripts/build_viewer.py | 866 +++++++-- scripts/dump_radium_opcode_tables.py | 104 + scripts/export_radium_section3_bitmaps.py | 177 ++ scripts/extract_godot_gdc_strings.py | 102 + scripts/extract_native_sound_registrations.py | 143 ++ scripts/extract_native_sound_test_labels.py | 142 ++ scripts/parse_radium_image.py | 988 ++++++++++ scripts/transcribe_sound_draft_labels.py | 169 ++ sound-asr-catalog-labels.md | 227 +++ sound-asr-draft-labels.md | 1712 +++++++++++++++++ sound-asr-review-candidates.md | 176 ++ sound-best-named-export.md | 40 + sound-best-named-gallery-01.md | 207 ++ sound-best-named-gallery-02.md | 207 ++ sound-best-named-gallery-03.md | 207 ++ sound-best-named-gallery-04.md | 207 ++ sound-best-named-gallery-05.md | 207 ++ sound-best-named-gallery-06.md | 207 ++ sound-best-named-gallery-07.md | 207 ++ sound-best-named-gallery-08.md | 207 ++ sound-best-named-gallery-09.md | 207 ++ sound-best-named-gallery-10.md | 207 ++ sound-best-named-gallery-11.md | 207 ++ sound-best-named-gallery-12.md | 207 ++ sound-best-named-gallery-13.md | 152 ++ sound-catalog-offset-candidates.md | 238 +++ sound-export.md | 59 + sound-gallery-01.md | 206 ++ sound-gallery-02.md | 206 ++ sound-gallery-03.md | 206 ++ sound-gallery-04.md | 206 ++ sound-gallery-05.md | 206 ++ sound-gallery-06.md | 206 ++ sound-gallery-07.md | 206 ++ sound-gallery-08.md | 206 ++ sound-gallery-09.md | 206 ++ sound-gallery-10.md | 206 ++ sound-gallery-11.md | 206 ++ sound-gallery-12.md | 206 ++ sound-gallery-13.md | 97 + sound-native-names.md | 32 + sound-native-sound-test.md | 12 + sound-pokedex-voice.md | 1145 +++++++++++ sound-spike-menu.md | 61 + sound-unresolved-review.md | 365 ++++ viewer.html | 868 +++++++-- 89 files changed, 20141 insertions(+), 408 deletions(-) create mode 100644 asset-fonts-gallery-01.md create mode 100644 asset-images-gallery-01.md create mode 100644 asset-images-gallery-02.md create mode 100644 asset-images-gallery-03.md create mode 100644 asset-images-gallery-04.md create mode 100644 asset-images-gallery-05.md create mode 100644 asset-images-gallery-06.md create mode 100644 asset-images-gallery-07.md create mode 100644 asset-previews.md create mode 100644 asset-text-gallery-01.md create mode 100644 asset-text-gallery-02.md create mode 100644 asset-text-gallery-03.md create mode 100644 asset-text-gallery-04.md create mode 100644 asset-text-gallery-05.md create mode 100644 asset-text-gallery-06.md create mode 100644 asset-videos-gallery-01.md create mode 100644 asset-videos-gallery-02.md create mode 100644 asset-videos-gallery-03.md create mode 100644 conagent-machine-emulator.md create mode 100644 docker-qemu-emulation.md create mode 100644 game-asset-spoilers-unreleased.md create mode 100644 radium-image-format.md create mode 100644 radium-section3-bitmap-gallery-01.md create mode 100644 radium-section3-bitmap-gallery-02.md create mode 100644 radium-section3-bitmap-gallery-03.md create mode 100644 radium-section3-bitmap-gallery-04.md create mode 100644 radium-section3-bitmap-gallery-05.md create mode 100644 radium-section3-bitmap-gallery-06.md create mode 100644 radium-section3-bitmap-gallery-07.md create mode 100644 radium-section3-bitmaps.md create mode 100644 scripts/build_asr_catalog_sound_labels.py create mode 100644 scripts/build_asr_review_sound_labels.py create mode 100644 scripts/build_best_named_sound_aliases.py create mode 100644 scripts/build_catalog_offset_candidate_labels.py create mode 100644 scripts/build_media_preview_pages.py create mode 100644 scripts/build_native_named_sound_aliases.py create mode 100644 scripts/build_pokedex_voice_aliases.py create mode 100644 scripts/dump_radium_opcode_tables.py create mode 100644 scripts/export_radium_section3_bitmaps.py create mode 100644 scripts/extract_godot_gdc_strings.py create mode 100644 scripts/extract_native_sound_registrations.py create mode 100644 scripts/extract_native_sound_test_labels.py create mode 100644 scripts/parse_radium_image.py create mode 100644 scripts/transcribe_sound_draft_labels.py create mode 100644 sound-asr-catalog-labels.md create mode 100644 sound-asr-draft-labels.md create mode 100644 sound-asr-review-candidates.md create mode 100644 sound-best-named-export.md create mode 100644 sound-best-named-gallery-01.md create mode 100644 sound-best-named-gallery-02.md create mode 100644 sound-best-named-gallery-03.md create mode 100644 sound-best-named-gallery-04.md create mode 100644 sound-best-named-gallery-05.md create mode 100644 sound-best-named-gallery-06.md create mode 100644 sound-best-named-gallery-07.md create mode 100644 sound-best-named-gallery-08.md create mode 100644 sound-best-named-gallery-09.md create mode 100644 sound-best-named-gallery-10.md create mode 100644 sound-best-named-gallery-11.md create mode 100644 sound-best-named-gallery-12.md create mode 100644 sound-best-named-gallery-13.md create mode 100644 sound-catalog-offset-candidates.md create mode 100644 sound-export.md create mode 100644 sound-gallery-01.md create mode 100644 sound-gallery-02.md create mode 100644 sound-gallery-03.md create mode 100644 sound-gallery-04.md create mode 100644 sound-gallery-05.md create mode 100644 sound-gallery-06.md create mode 100644 sound-gallery-07.md create mode 100644 sound-gallery-08.md create mode 100644 sound-gallery-09.md create mode 100644 sound-gallery-10.md create mode 100644 sound-gallery-11.md create mode 100644 sound-gallery-12.md create mode 100644 sound-gallery-13.md create mode 100644 sound-native-names.md create mode 100644 sound-native-sound-test.md create mode 100644 sound-pokedex-voice.md create mode 100644 sound-spike-menu.md create mode 100644 sound-unresolved-review.md diff --git a/README.md b/README.md index baf2db7..9ebc1a8 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,27 @@ Static triage of the extracted Raspberry Pi based root filesystem in this worksp - [Copy Fail Assessment](copy-fail-assessment.md) - [Godot and Radium Assets](godot-and-radium-assets.md) - [Audio Asset Search](audio-asset-search.md) +- [Radium Image Format](radium-image-format.md) +- [Full Sound Export](sound-export.md) +- [Confirmed Native Sound Names](sound-native-names.md) +- [Native Sound Test Labels](sound-native-sound-test.md) +- [Draft ASR Sound Labels](sound-asr-draft-labels.md) +- [Low-Confidence ASR Review Candidates](sound-asr-review-candidates.md) +- [Catalog-Matched ASR Sound Labels](sound-asr-catalog-labels.md) +- [Catalog-Offset Candidate Sound Labels](sound-catalog-offset-candidates.md) +- [Pokedex Voice Alignment](sound-pokedex-voice.md) +- [SPIKE Menu Sound Export](sound-spike-menu.md) +- [Best-Named Sound Export](sound-best-named-export.md) +- [Unresolved Structural Sound Review](sound-unresolved-review.md) +- [Asset Previews](asset-previews.md) +- [Radium Section 3 Bitmap Previews](radium-section3-bitmaps.md) - [Conagent Reverse Engineering](conagent-re.md) +- [Conagent Machine Emulator](conagent-machine-emulator.md) - [Main Game Behavior Notes](main-game-behavior.md) - [Package, Image, Netbridge, and Firmware Notes](package-image-firmware.md) - [Magikarp Topper Serial Key and Emulator](topper-serial-key-emulator.md) +- [Docker/QEMU Emulation Scaffold](docker-qemu-emulation.md) +- [Game Asset Spoilers and Possible Unreleased Features](game-asset-spoilers-unreleased.md) ## Notes and Caveats diff --git a/artifact-index.md b/artifact-index.md index c42506f..39df1cf 100644 --- a/artifact-index.md +++ b/artifact-index.md @@ -22,22 +22,109 @@ These files are workspace-local generated artifacts, not target-root files. | `ad44ee65ddbd7f0a44e0a4b7f15332460fa48185fc45b12dc74b10f9dece9334` | `project.zip` | Improved Godot editor reconstruction with restored PNG source paths and loose `lcd`/`nuk` assets; 980,835,332 bytes. | | `ad44ee65ddbd7f0a44e0a4b7f15332460fa48185fc45b12dc74b10f9dece9334` | `project_reconstructed.zip` | Same improved archive as `project.zip`, kept under an explicit reconstruction name. | | `05d2606f23e694c369c855a232a787e03b8c838b346558df615598f01519cca1` | `project_basic_exported.zip` | First-pass exported-resource-only Godot wrapper; 255,346,627 bytes. | -| `4be4399dcebce7d3f857dd76319061ef4284a65770fe3de3d742668c31ae8fbf` | `godot_editor_project_reconstructed/project.godot` | Reconstructed Godot 4.4.1 project settings wrapper based on `project.binary`. | +| `bf673928249f53f763ebeb56bda55fab75128523194c41188b2df529eddcec98` | `godot_editor_project_reconstructed/project.godot` | Reconstructed Godot 4.4.1 project settings wrapper based on `project.binary`; autoload uses the compiled `SpikeSoundIds` global name. | | `d56d6efd7a5b6cbf26cd1a2fcf1292b11ba3131fdefc3e821edde1b6f8be240e` | `godot_editor_project_reconstructed/RECONSTRUCTION_MANIFEST.json` | Manifest for the improved reconstruction: 1,050 restored PNG sources and media-audio scan summary. | | `256ffb7711beecdc9f165e40d8f84fd2b1e474798bc4b497ab64558129f94964` | `analysis/media-audio-scan.tsv` | `ffprobe` scan of Godot and loose media containers; one AAC-bearing MP4 found. | -| `a976fbd8d25f6376a5abee510c5fed9ade44cdacff6dfd6d399bfff3e30c8ee5` | `rootfs-triage-wiki/scripts/build_godot_editor_reconstruction.py` | Static reconstruction builder for restored PNG sources, loose asset copy, media scan, and zip packaging. | +| `a89999280fcf84a7e757c88246c35dcf3c49f7ec548c40b3b051aec3f2336ac1` | `rootfs-triage-wiki/scripts/build_godot_editor_reconstruction.py` | Static reconstruction builder for restored PNG sources, loose asset copy, media scan, autoload wrapper names, and zip packaging. | | `19187f77af51093e2262ba8a042ec5a41cb5be20f9f12d19ef8855055567b952` | `rootfs-triage-wiki/scripts/search_audio_assets.py` | Whole-target-root static audio search helper; scans filenames, `file(1)`, magic signatures, strings, and `ffprobe` stream metadata. | +| `fafbd090ed03f1f0bb10e319ac01028a8f1120c3fd02c931415671377c1fe6ee` | `rootfs-triage-wiki/scripts/parse_radium_image.py` | Static Radium `image.bin` parser; validates section 8 CRC, extracts PCM chunk metadata, resolves section 5 opcode `0x0b` sound references, decodes generic section 5 opcode streams with image-specific table offsets, records opcode payload fields, and writes full/capped WAV exports. | +| `db6cdbd7d35da08cd432f27137aa7bd5e427981dc62151059e28cfd9526a774c` | `rootfs-triage-wiki/scripts/dump_radium_opcode_tables.py` | Static native opcode table dumper for Radium command streams; writes handler addresses, payload lengths, observed command counts, and common payloads for the main and SPIKE menu images. | +| `fa9da51e188771fd5ce1f9e0df0f586ab14948e6aa5d3d155df20f081d04cb8e` | `rootfs-triage-wiki/scripts/build_media_preview_pages.py` | Generates split wiki preview pages for exported sounds, Pokedex voice labels, catalog-matched ASR labels, low-confidence ASR review candidates, catalog-offset candidate labels, unresolved structural review rows, SPIKE menu sounds, best-named sound aliases, confirmed native sound-name aliases, sound-test-adjacent candidate rows, ASR draft labels, openable image/video/text/font assets, and Radium section 3 bitmap previews. | +| `f5c6d5046dd7c3591b4de9201c7cd7254e1fa0ff6d6363ed09c19ccceebc050b` | `rootfs-triage-wiki/scripts/export_radium_section3_bitmaps.py` | Static section 3 bitmap-record exporter; writes raw-indexed PNG previews when payload length supports `width * height` pixels and marks compact records as undecoded. | +| `e972f7bdbec246c3bf50f783cdb6dfcd8638c501450a0335c422971f762b9673` | `rootfs-triage-wiki/scripts/build_best_named_sound_aliases.py` | Builds one best-available named alias per exported main-game and SPIKE-menu WAV while preserving confirmed/aligned/catalog-ASR/ASR-review/catalog-offset-candidate/draft/duplicate-hash/hash-match/structural name provenance. | +| `01e3abd11d6bb77763b9043c226e0f0ae9b6b7dc8c2cddd4658efb4af36c4df0` | `rootfs-triage-wiki/scripts/build_asr_review_sound_labels.py` | Filters rejected Whisper ASR rows into low-confidence content-derived review candidates; these labels are weaker than accepted ASR and not native-confirmed. | +| `02a5df386d57609d8ed58d244bd3a8c0da2612d9615a3b51bb93316227214319` | `rootfs-triage-wiki/scripts/build_asr_catalog_sound_labels.py` | Matches accepted ASR transcripts to known Godot `SE_PK_VO_*` catalog constants using exact phrase matches and narrow documented ASR error variants. | +| `02033a942c02c8e8277ab6d97ca914f6b45be3f05b494b48c5b4389fda4ac5cf` | `rootfs-triage-wiki/scripts/build_pokedex_voice_aliases.py` | Aligns Radium objects `409` through `1545` to Pokedex description/name/category clips using `pokemon_data.txt` and ASR evidence, including six duplicate description variants. | +| `e09b6d47a3fb9a91f9e1236bf5fb95b36252f3fddbd52878c2f8dc79e482a2a1` | `rootfs-triage-wiki/scripts/build_catalog_offset_candidate_labels.py` | Builds an audit-only catalog-order offset candidate table from the two Ghidra-confirmed native anchor blocks; candidates are not promoted into best-name aliases. | +| `b6602ee951006b784fa0c2e75287ff7cb4d45f989b1d1f6155375888b6c0a5e3` | `rootfs-triage-wiki/scripts/transcribe_sound_draft_labels.py` | Local Whisper ASR helper for draft content labels on exported WAVs; output labels are triage aids, not native symbols. | +| `53fc124eb6ed43c8f93acb44495db55be1a15c7785d06ce964861851e7f964f7` | `rootfs-triage-wiki/scripts/extract_native_sound_registrations.py` | Static AArch64 extractor for native `GodotSpikeBridge` sound registration calls in `/games/pokemon_pro/game`. | +| `a0cf4cad90fcccfd97140599935e56d8e49ef68560aff6e25813e731ac3c20c0` | `rootfs-triage-wiki/scripts/build_native_named_sound_aliases.py` | Builds confirmed-name hardlink aliases for native sound registrations. | +| `e9a156d4371e03232c6826bd70e1576e34b6720352beafb06a9f41321c32cf1e` | `rootfs-triage-wiki/scripts/extract_native_sound_test_labels.py` | Extracts native sound-test-adjacent candidate rows and builds audit hardlink aliases for the candidate WAVs. | +| `ac0f243ec3fb29e1cd61cdd8b807ac1578bc1202e03538be3314c4380dbea723` | `rootfs-triage-wiki/scripts/extract_godot_gdc_strings.py` | Static decoder for exported Godot `.gdc` files: strips `GDSC` header, decompresses Zstandard payloads, and recovers plain plus XOR-`0xb6` strings. | +| `1488286a2a9f59fde8ab7c48f1f992fb5be65db2791d0b5a400a9523cfebc6f6` | `rootfs-triage-wiki/scripts/build_viewer.py` | Static wiki viewer builder with media preview directives for audio, image, video, text, and font assets. | | `975df239ca2930e91abf7af5e53cb24a865ce31faf11a2bba9adae6e61995c3a` | `analysis/audio-search/summary.json` | Broad target-root audio scan summary: 7,375 files scanned, 281 stream-bearing files, 0 target-root files with audio streams. | | `9f0132e612f2a6aafb5b00335cbf74b7f5fb57c5b34a4f9bda21e02b6ad0f91b` | `analysis/audio-search/filename-hits.tsv` | Audio-related filename hits; system audio stack files and images, not gameplay sound content. | | `818e61772280cd597c3b101aa90b90764630bd8d7892ea5c20bf5e48f34d408c` | `analysis/audio-search/file-type-hits.tsv` | `file(1)` media/audio-looking hits; target-root video containers plus firmware false positives. | | `8707c33b9ce6b33c693dcf187f277b474d0abd4086858096b041d3e1f2abd0eb` | `analysis/audio-search/magic-hits.tsv` | Binary magic signature hits, including expected codec/library false positives and invalid Ogg-like executable offsets. | | `b93b2019c8b021267e96c77fee7932f30e8d8f8f71b0c424e4f74f9e02f3c9d9` | `analysis/audio-search/ffprobe-streams.tsv` | `ffprobe` stream metadata for target-root files; all parsed streams are video/non-audio. | | `0587eb42a19459c99f35574b0892ea20a97737ad11c498189698392e7c7cc95a` | `analysis/audio-search/audio-related-strings.json` | Audio-related string samples from target-root support files and game binaries. | +| `6e87e7e5fb591d23336026299c3f2d8122b21fbebaa179dceee39227d6b68dc1` | `analysis/radium-image/header.json` | Parsed `/games/pokemon_pro/image.bin` header, section 8 CRC summary, command-reference summary, and generic command-stream summary; stored and calculated CRC32 both `0x3f401e79`. | +| `0c0d5c62f99def85df6cc2bd897e49cbc7f6940faf8598b5190632681e2711ec` | `analysis/radium-image/section4_table.tsv` | First-pass section 4 table parse: 27 rows, 32 bytes each. | +| `6c978cc5aca4b033ab5d805943e0dab395734c1506689c1c917496337bb5f7e8` | `analysis/radium-image/section3_bitmap_manifest.tsv` | Section 3 bitmap-record manifest: 1,477 pointer records, 1,449 raw indexed PNG previews, and 28 compact payload records left undecoded. | +| `5166347f4071c06e9aba93c150544b6bd1b4b3c7940dc039b517a429e100e137` | `analysis/radium-image/section3-bitmaps/` | Combined checksum over 1,449 generated section 3 bitmap preview PNG files. | +| `6bae024f109b39e5c07caff4cd9f51b43b4c33ec9f23b1d8f537e1e829d6500f` | `analysis/radium-image/section8_entries.tsv` | Parsed section 8 table: 2,491 rows of offset/key/count metadata for headerless PCM chunks. | +| `6bae024f109b39e5c07caff4cd9f51b43b4c33ec9f23b1d8f537e1e829d6500f` | `analysis/radium-image/pcm_candidates.tsv` | PCM candidates derived from section 8; all 2,491 rows produce bounded nonzero PCM lengths. | +| `35eb78ca13b2ba60bd861f4c4d1ba5245cfc35c101c58e6fadba33b11de17299` | `analysis/radium-image/command_sound_refs.tsv` | Static section 5 command-stream references: 12,710 opcode `0x0b` rows resolving local object IDs and variants to all 2,491 section 8 PCM chunks. | +| `2b831075a86f2d6b4bd7a939abd091325d39744f3850c69a4acda52749c7016f` | `analysis/radium-image/command_stream_summary.tsv` | Generic section 5 stream decode summary: 12,655 stream rows, 2,531 unique stream offsets, no malformed streams. | +| `027f6d19feff25b61244dea05bb2210368918c667bf4dac7f9cb278e8f95d16d` | `analysis/radium-image/command_opcode_rows.tsv` | Per-opcode section 5 decode rows with payload hex and generic little-endian field views: 108,765 command rows across 13 observed opcodes. | +| `fc061d33187c619ce75b9c321b2c5a08bdb938b142ffcc7fbcbfa566370f1d4d` | `analysis/radium-image/command_opcode_payload_summary.tsv` | Compact section 5 opcode payload summary for the main game image: command counts, unique payload counts, and common payload field values. | +| `51b1321758abf11f32dfe58dbb8906f1e36dcf2be028e367fd52fccab11d8131` | `analysis/radium-image/command_opcode_histogram.tsv` | Compact histogram of observed main-game section 5 opcodes and payload sizes. | +| `904a2146f0cd98560887cbbc0298a19b43d25020ae0c4a4598bc96728e1afcc2` | `analysis/radium-image/opcode_handler_table.tsv` | Main-game native opcode table dump: 19 entries with handler addresses, payload lengths, observed command counts, sound-reference counts, and common payloads. | +| `2cd69dd62290e99b015fdb4c819d9afc08999e6f1c55398e3847466ccc3a22a4` | `analysis/radium-image/sound_export_manifest.tsv` | Full sound export manifest: 2,491 deterministic WAV names, object/chunk refs, durations, channels, and offsets. | +| `78527ee3196c931b9d4856c90370cc0a34ed78feb849e2f42a40938a49ba8ac4` | `analysis/radium-image/sound_export_manifest.json` | JSON version of the full sound export manifest. | +| `c13f5856e4d513d880ca0b11d7bf3b673d021b7c1ba943289bab0ec834c8f5fe` | `analysis/radium-image/native_sound_id_map.tsv` | Ghidra-confirmed native sound-name map: 25 `GodotSpikeBridge` names, native IDs, registration call offsets, and string offsets. | +| `23da581619acf17232111a64d9883342c751308a402cb81899aca8d38f64de76` | `analysis/radium-image/native_named_sound_manifest.tsv` | Confirmed-name alias manifest linking native IDs to full-export WAVs and alias paths. | +| `64ea65706b60f89bfa8324eb3672951e8ac395bb7c184383128c842e39f3cfe0` | `analysis/radium-image/native_sound_test_label_manifest.tsv` | Native sound-test-adjacent candidate manifest linking 4 raw candidate rows to full-export WAVs and audit alias paths. | +| `d35eeca159a84358072bc0dea34feeacd1c6031a16ed492e4bacdae41e74f0a2` | `analysis/radium-image/asr_draft_sound_labels.tsv` | Local Whisper draft-label manifest: 2,486 rows transcribed, 1,705 accepted draft content labels. | +| `1ec01c850fd65aa5553cae652be493da64e36d702cfa677740ea93af331bc0d9` | `analysis/radium-image/asr_catalog_sound_label_candidates.tsv` | Catalog-match overlay: 220 accepted ASR rows matched to 90 known `SE_PK_VO_*` Godot voice catalog constants; inferred, not native-confirmed. | +| `35562e1c0e46c839bf7557f5659b0e4465f1321febb997134d53420f8b025cb8` | `analysis/radium-image/asr_review_sound_label_candidates.tsv` | Low-confidence review overlay: 169 rejected-ASR rows retained as weak content-derived candidates for human audit. | +| `31b767ed38401765c06c0d333739cb1218d6dfd598f8939237517e353fd133a3` | `analysis/radium-image/catalog_offset_candidate_labels.tsv` | Catalog-order offset audit: 225 rows with 25 confirmed native anchors, 199 unpromoted neighboring candidates, and 1 sound-test-candidate disagreement. | +| `d0d4a3894bb734ab0461baffa07918ffb3c9f47292a72e0f842aec682b368fa5` | `analysis/radium-image/sounds/` | Combined checksum over the per-file SHA-256 list for all 2,491 exported WAV files; directory size about 1.1 GiB. | +| `2513e32787cce9333a68481a3e9ba61d39affcc2990dce6e34b89704ac846aa8` | `analysis/radium-image/sounds-native-named/` | Combined checksum over the 25 confirmed-name WAV aliases; hardlinks to full-export WAV payloads. | +| `79ab3d3633c2d2034785dd49b855f8e5fedc2cf1512284c57699cc2a8a671717` | `analysis/radium-image/sounds-native-sound-test/` | Combined checksum over the 4 sound-test-adjacent candidate WAV aliases; hardlinks to full-export WAV payloads for audit. | +| `c53d2b82c1a26803ea40ac8b71b0fbde5335601f5e955f98bec45cf985b6694a` | `analysis/radium-image/pokedex_voice_label_manifest.tsv` | Pokedex voice alignment manifest: 1,137 rows for objects `409` through `1545`, with six duplicate description variants. | +| `3c1a9d36e1ca402bc183aa240b41df2fd788244354fa7043445221daec6ae89c` | `analysis/radium-image/sounds-pokedex-voice/` | Combined checksum over 1,137 aligned Pokedex voice WAV aliases. | +| `30a7cbf8c9dc0ee228ad1e481fb6096da848162c8a62905f28c81e35802d6ab3` | `analysis/all-sound-best-name-manifest.tsv` | Complete best-available named sound manifest: 2,545 rows covering 2,491 main-game WAVs and 54 SPIKE-menu WAVs with confirmed, aligned, catalog-ASR, low-confidence ASR-review, catalog-offset-candidate, draft, duplicate-hash, hash-match, or structural name provenance. | +| `900249bd3dc788ffac90060361cbf4b0b3e08e2d914108e66d30a68c84c072a4` | `analysis/radium-image/sounds-best-named/` | Combined checksum over 2,491 best-named main-game WAV aliases, including 220 catalog-matched ASR names, 34 low-confidence ASR-review names, 196 catalog-offset candidate names, and 1 duplicate-hash inherited confirmed name. | +| `0e270c384a14139587e7d5e1fe5ff23efb4631bd2093446eea96f5667328c893` | `analysis/radium-spike-menu-image/header.json` | Parsed SPIKE menu `/games/pokemon_pro/spike3/spike_menu/image.bin` header; section 8 CRC `0xb8fe11f9` matches, with 300 resolved command sound refs and generic stream summary. | +| `25b1d867ec76a08c5d98516a6022355aeb7671e82f4c5350d0e82c854b5ec51f` | `analysis/radium-spike-menu-image/section4_table.tsv` | First-pass section 4 table parse for the SPIKE menu image: 27 rows, 32 bytes each. | +| `a30feeef50cc2b26a4b5f32661202265f5a37306bcb35ec27a716190fce9dfd1` | `analysis/radium-spike-menu-image/section8_entries.tsv` | Parsed SPIKE menu section 8 table: 54 rows, all bounded PCM candidates. | +| `a30feeef50cc2b26a4b5f32661202265f5a37306bcb35ec27a716190fce9dfd1` | `analysis/radium-spike-menu-image/pcm_candidates.tsv` | SPIKE menu PCM candidates derived from section 8; all 54 rows produce bounded nonzero PCM lengths. | +| `8ddfd47fd6d066e9da4573bceb1cace9eee976476fd178301dfe817e9035bd48` | `analysis/radium-spike-menu-image/command_sound_refs.tsv` | Static SPIKE menu section 5 command-stream references: 300 opcode `0x0b` rows resolving local object IDs and variants to all 54 section 8 PCM chunks. | +| `e37ea95cd4b83827975ae1986255c3f580cfda20dfc9a8e8031d9a99454a07d7` | `analysis/radium-spike-menu-image/command_stream_summary.tsv` | Generic SPIKE menu section 5 stream decode summary: 340 stream rows, 68 unique stream offsets, no malformed streams. | +| `86274559c18487e6ea1b717ed5e114608e3dcdeddd68531469e8e52f21f790d1` | `analysis/radium-spike-menu-image/command_opcode_rows.tsv` | Per-opcode SPIKE menu section 5 decode rows with payload hex and generic little-endian field views: 2,065 command rows across 10 observed opcodes. | +| `fc0b051db9df47287a0827be5e48cc0ceaa84e6acbc63491a86045d70c804149` | `analysis/radium-spike-menu-image/command_opcode_payload_summary.tsv` | Compact section 5 opcode payload summary for the SPIKE menu image: command counts, unique payload counts, and common payload field values. | +| `21970c852818377c528c6b5d3324f3573786aa9bb885fbec492decc6381660ac` | `analysis/radium-spike-menu-image/command_opcode_histogram.tsv` | Compact histogram of observed SPIKE menu section 5 opcodes and payload sizes. | +| `0e10b997cf1beee324d2ed59fb6df17960c5ef4ffabbd2cd7211e0965bc9a406` | `analysis/radium-spike-menu-image/opcode_handler_table.tsv` | SPIKE menu native opcode table dump: 19 entries with handler addresses, payload lengths, observed command counts, sound-reference counts, and common payloads. | +| `13c87842755d123b4e1f28e176fa65cf636b10f6db4f8176b6e0c55907879cd0` | `analysis/radium-spike-menu-image/sound_export_manifest.tsv` | SPIKE menu sound export manifest: 54 deterministic WAV names, object/chunk refs, durations, channels, and offsets. | +| `1e4368123b723716567cf77e4029878cad4caa7e6c1cad41eadbcac4d7978820` | `analysis/radium-spike-menu-image/sound_export_manifest.json` | JSON version of the SPIKE menu sound export manifest. | +| `7d75cb16331405ae0179ebc0e765c30f5c81bfc073948d984dd1cbcbf537a744` | `analysis/radium-spike-menu-image/sounds/` | Combined checksum over 54 exported SPIKE menu WAV files. | +| `1cb6cd892f6ac5ae0bba76fee0933dd077417b4073d79ae6aad99f3469dc68a3` | `analysis/radium-spike-menu-image/sounds-best-named/` | Combined checksum over 54 best-named SPIKE-menu WAV aliases. | +| `f3d5a11da30d91b75757a411b23e14319e9fd09883b80a5318ef24e8875a0326` | `analysis/godot-introspection/gdc_script_summary.tsv` | Summary of 93 decoded `.gdc` scripts, decompressed sizes, recovered token counts, and validated sound-reference counts. | +| `8bf24ccb9ddaaab578bd50313232df3b2f55f286e5a2820e4ad1d4bf487a536a` | `analysis/godot-introspection/gdc_strings.tsv` | Recovered plain and XOR-`0xb6` string tokens from compiled Godot scripts. | +| `0db013f19c74d3bade949b59ce6dfeda68d35def01c78e1cd374f02b17705d3b` | `analysis/godot-introspection/gdc_sound_refs.tsv` | Validated `SE_*` references from compiled Godot scripts: 760 catalog constants and 12 direct Pokedex scene references. | +| `6eafaeeb0bc59a5d05a9a22f60a432a3b0e9fb21b0725609b20e25f6547c41ab` | `analysis/radium-image/wav-preview-manifest.json` | Manifest for 20 capped WAV previews generated from section 8 PCM chunks at 44.1 kHz. | +| `b39a9123afb9c65da5babf6b8531a7597f0008c94c3d34e5480647676efaeb26` | `analysis/media-preview-pages.json` | Generated preview-page summary: 2,491 main sounds, 1,137 Pokedex voice labels, 220 catalog-matched ASR labels, 169 low-confidence ASR review candidates, 225 catalog-offset candidate rows, 345 unresolved structural review rows, 54 SPIKE menu sounds, 2,545 complete best-named sound aliases, 25 confirmed native sound aliases, 4 sound-test-adjacent candidate rows, 1,705 draft ASR labels, 1,212 images, 273 videos, 1,170 text files, 5 fonts, and 1,449 Radium section 3 bitmap previews. | +| `975eef45348a0a313110617c756978c87cb77eace904bd57acc858dfc6f00b43` | `rootfs-triage-wiki/sound-catalog-offset-candidates.md` | Generated preview page with 225 audit-only catalog-offset candidate audio entries. | +| `3f35647f82fd9257351dd687c1614318e4def57efa6b0182f66a1278e3979300` | `rootfs-triage-wiki/sound-asr-review-candidates.md` | Generated preview page with 169 low-confidence ASR review candidate audio entries. | +| `c710013ae59cea8451c4211954678b835da98613aa6687d7a88116f5e92eb5d3` | `rootfs-triage-wiki/sound-unresolved-review.md` | Generated preview page with 345 remaining structural object-reference audio entries grouped by duration/channel review buckets. | +| `0899658ff2760be786ba4f682c4920a99a55c51350801c602528f47cecf2ffa2` | `rootfs-triage-wiki/radium-section3-bitmaps.md` | Generated preview index for 1,449 decoded Radium section 3 bitmap PNGs and 28 undecoded compact payload rows. | | `e33480f3c18c1e81096fa029b671765f13316b0bad33b9718de5587e316d3137` | `rootfs-triage-wiki/scripts/extract_godot_pck_assets.py` | Static Godot PCK extractor and converter. | | `b5ddb933f125cf6b54b81c56f4e3430ded50d843c045a49f0727a1f7ebc5f66f` | `rootfs-triage-wiki/scripts/harvest_loose_openable_assets.py` | Static loose-asset copier for PNG, TTF, MP4, and MOV files. | | `257cb2d9ba653385aba63157a3bc143bb479c5188071ef529996d3f5da258b71` | `analysis/topper-emulator/topper_emulator.py` | MicroPython SPIKE node-board emulator for the Magikarp topper serial-key path; 6,452 bytes. | | `32263b75f49aefba04596c196f85cc4ae4477eb536f767fcdeac7c0d5fc40e9b` | `analysis/topper-emulator/README.md` | Emulator notes and recovered command summary; 5,820 bytes. | +## Docker/QEMU Emulation Scaffold + +These files are workspace-local generated support artifacts, not target-root evidence files. Runtime disk images under `emulation/work/` are mutable and intentionally not treated as durable hashes here. + +| SHA-256 | Path | Notes | +| --- | --- | --- | +| `76636f3634164c840c87c506d007d8be3f1590a0eca7318cd8b9734c2dd2dacf` | `emulation/compose.yaml` | Docker Compose entry point for QEMU, noVNC, dashboard, and conagent backend ports. | +| `bcb5aa5acc8bc886ffeae9bef198601ab05aab969d9aac290e385834d3a17260` | `emulation/docker/Dockerfile` | Debian-based emulator image with QEMU, noVNC, ffmpeg, qemu-user-static, initramfs tools, and AArch64 cross tools. | +| `86d366aaadc007f2479b117dd1bca3c2799d90eb9ca0a37f13880cfee1694ffb` | `emulation/docker/fetch-debian-arm64-kernel.sh` | Downloads Debian ARM64 kernel/modules and builds an initramfs with DRM/`virtio_gpu` modules. | +| `d3f51f25950db7bcc9c9b9651b830cc3a5703e6914f54ae03da68d4c9ecfc00f` | `emulation/docker/entrypoint.sh` | Container entrypoint for image preparation, noVNC, conagent backend, dashboard, and QEMU startup. | +| `c2b9fad36ae9d82cb25ddcf9a2f2e2007cc8106e7fe9a40ed0f90691f89966fc` | `emulation/scripts/prepare-rootfs-image.sh` | Builds the generated ext4 guest image from target-root entries and injects guest helpers, Mesa fallback drivers, and stubs. | +| `09df11645738898e381645705eb2654195f1488056d3297db5ade60dae7a54d3` | `emulation/scripts/run-qemu.sh` | Starts QEMU `virt` with `virtio-blk`, `virtio-gpu`, noVNC-facing VNC, serial logs, networking, and a control socket. | +| `5645e999de047a5e33c75e9951bc6169f2e1f7775bef08c190c750c760718755` | `emulation/guest/emu-init` | Guest init for mounts, diagnostics, hardware placeholders, control agent startup, and target launch. | +| `dcb509523563ad4515d5becf048bda5dcb1e345758a8df0d88ff529761c73c65` | `emulation/guest/setup-fake-devices.sh` | Creates early inert device placeholders and hardware setup log. | +| `0212843e592f9fb87d2110c4f468df580cc56c1c118d2a4a87dc19e50c754abb` | `emulation/guest/guest-control-agent.sh` | Guest virtio-serial event logger for dashboard switch events. | +| `2f166b37c165f61b423d0c91ef1dbfc642cb9e6157503499c6f7d5abad3266ea` | `emulation/guest/launch-target.sh` | Launches `boot_display`, SPIKE menu, main game, monitor scripts, or shell with emulator environment. | +| `b9ea20682dc5f463296f64f535050b7aff0a1d5ebabd2dc33f49a818dbd74590` | `emulation/dashboard/server.py` | Browser dashboard and JSON switch-event API. | +| `b292d6bbf1d3d0ce2d4f7c0fce3890142d464584c81e26907b8a8a83c8436e32` | `emulation/stubs/spike3emu_stub.c` | AArch64 `LD_PRELOAD` stub for logging/faking selected device opens and ioctls. | +| `91ec43cc9eeb05c81e1d9967b81cbeb76fbfdd0d65f1127e222e8cbe7601c54c` | `emulation/README.md` | User-facing emulator runbook and current limitations. | +| `9b783c5ba9135b1c48d11299648404ab777d6b4bc2edc52a267b091f061f668b` | `rootfs-triage-wiki/docker-qemu-emulation.md` | Wiki page documenting implementation, verification status, and current display blocker. | + ## Generated Static Triage Artifacts These files are workspace-local generated artifacts, not target-root files. diff --git a/asset-fonts-gallery-01.md b/asset-fonts-gallery-01.md new file mode 100644 index 0000000..ce8ab71 --- /dev/null +++ b/asset-fonts-gallery-01.md @@ -0,0 +1,11 @@ +# Asset Font Gallery 01 + +Openable fonts assets 1-5 of 5. + +::gallery-start +::font{src="../assets/openable/loose/nuk/fonts/Hack-Regular.ttf" title="assets/openable/loose/nuk/fonts/Hack-Regular.ttf" meta="309408 bytes" family="asset_font_001"} +::font{src="../assets/openable/loose/nuk/fonts/Stern_FjallaOne.ttf" title="assets/openable/loose/nuk/fonts/Stern_FjallaOne.ttf" meta="18964 bytes" family="asset_font_002"} +::font{src="../assets/openable/loose/nuk/fonts/Stern_FjallaOne_MONONUMBERS.ttf" title="assets/openable/loose/nuk/fonts/Stern_FjallaOne_MONONUMBERS.ttf" meta="19740 bytes" family="asset_font_003"} +::font{src="../assets/openable/loose/nuk/fonts/Stern_WorkSans.ttf" title="assets/openable/loose/nuk/fonts/Stern_WorkSans.ttf" meta="38620 bytes" family="asset_font_004"} +::font{src="../assets/openable/loose/nuk/fonts/Stern_WorkSans_Bold.ttf" title="assets/openable/loose/nuk/fonts/Stern_WorkSans_Bold.ttf" meta="38580 bytes" family="asset_font_005"} +::gallery-end diff --git a/asset-images-gallery-01.md b/asset-images-gallery-01.md new file mode 100644 index 0000000..5f4c915 --- /dev/null +++ b/asset-images-gallery-01.md @@ -0,0 +1,206 @@ +# Asset Image Gallery 01 + +Openable images assets 1-200 of 1212. + +::gallery-start +::image{src="../assets/openable/images/imported/000_Blank_Character--9186f244.webp" title="assets/openable/images/imported/000_Blank_Character--9186f244.webp" meta="64 bytes"} +::image{src="../assets/openable/images/imported/000_Blank_Character--da842671.webp" title="assets/openable/images/imported/000_Blank_Character--da842671.webp" meta="34 bytes"} +::image{src="../assets/openable/images/imported/000_missing_char_3_up--0995002f.webp" title="assets/openable/images/imported/000_missing_char_3_up--0995002f.webp" meta="14918 bytes"} +::image{src="../assets/openable/images/imported/001_BULBASAUR_LEFT_3up--66d07f9e.webp" title="assets/openable/images/imported/001_BULBASAUR_LEFT_3up--66d07f9e.webp" meta="223504 bytes"} +::image{src="../assets/openable/images/imported/001_BULBASAUR_LEFT_3up--fa635453.webp" title="assets/openable/images/imported/001_BULBASAUR_LEFT_3up--fa635453.webp" meta="45028 bytes"} +::image{src="../assets/openable/images/imported/001_BULBASAUR_right_3up--ecb3c320.webp" title="assets/openable/images/imported/001_BULBASAUR_right_3up--ecb3c320.webp" meta="227662 bytes"} +::image{src="../assets/openable/images/imported/002_IVYSAUR_3up--0e702654.webp" title="assets/openable/images/imported/002_IVYSAUR_3up--0e702654.webp" meta="287488 bytes"} +::image{src="../assets/openable/images/imported/002_IVYSAUR_3up--c6b7d7ee.webp" title="assets/openable/images/imported/002_IVYSAUR_3up--c6b7d7ee.webp" meta="52780 bytes"} +::image{src="../assets/openable/images/imported/003_VENUSAUR_3up--2ba4e777.webp" title="assets/openable/images/imported/003_VENUSAUR_3up--2ba4e777.webp" meta="340796 bytes"} +::image{src="../assets/openable/images/imported/003_VENUSAUR_3up--9c41dcc3.webp" title="assets/openable/images/imported/003_VENUSAUR_3up--9c41dcc3.webp" meta="65838 bytes"} +::image{src="../assets/openable/images/imported/004_CHARMANDER_3up--07344b02.webp" title="assets/openable/images/imported/004_CHARMANDER_3up--07344b02.webp" meta="208346 bytes"} +::image{src="../assets/openable/images/imported/004_CHARMANDER_3up--278ef4b6.webp" title="assets/openable/images/imported/004_CHARMANDER_3up--278ef4b6.webp" meta="43076 bytes"} +::image{src="../assets/openable/images/imported/005_CHARMELEON_3up--8c0b4b75.webp" title="assets/openable/images/imported/005_CHARMELEON_3up--8c0b4b75.webp" meta="45002 bytes"} +::image{src="../assets/openable/images/imported/005_CHARMELEON_3up--cda4c5ad.webp" title="assets/openable/images/imported/005_CHARMELEON_3up--cda4c5ad.webp" meta="229874 bytes"} +::image{src="../assets/openable/images/imported/006_CHARIZARD_3up--2e00f06d.webp" title="assets/openable/images/imported/006_CHARIZARD_3up--2e00f06d.webp" meta="290810 bytes"} +::image{src="../assets/openable/images/imported/006_CHARIZARD_3up--687ed6ae.webp" title="assets/openable/images/imported/006_CHARIZARD_3up--687ed6ae.webp" meta="53434 bytes"} +::image{src="../assets/openable/images/imported/007_SQUIRTLE_3up--456451d6.webp" title="assets/openable/images/imported/007_SQUIRTLE_3up--456451d6.webp" meta="198972 bytes"} +::image{src="../assets/openable/images/imported/007_SQUIRTLE_3up--fa63e21a.webp" title="assets/openable/images/imported/007_SQUIRTLE_3up--fa63e21a.webp" meta="40530 bytes"} +::image{src="../assets/openable/images/imported/008_WARTORTLE_3up--9b62ac5f.webp" title="assets/openable/images/imported/008_WARTORTLE_3up--9b62ac5f.webp" meta="234304 bytes"} +::image{src="../assets/openable/images/imported/008_WARTORTLE_3up--b2613d77.webp" title="assets/openable/images/imported/008_WARTORTLE_3up--b2613d77.webp" meta="46054 bytes"} +::image{src="../assets/openable/images/imported/009_BLASTOISE_3up--20daf9b4.webp" title="assets/openable/images/imported/009_BLASTOISE_3up--20daf9b4.webp" meta="63030 bytes"} +::image{src="../assets/openable/images/imported/009_BLASTOISE_3up--7d8bc665.webp" title="assets/openable/images/imported/009_BLASTOISE_3up--7d8bc665.webp" meta="284434 bytes"} +::image{src="../assets/openable/images/imported/010_CATERPIE_3up--4ac5d3a9.webp" title="assets/openable/images/imported/010_CATERPIE_3up--4ac5d3a9.webp" meta="51738 bytes"} +::image{src="../assets/openable/images/imported/010_CATERPIE_3up--ee823d31.webp" title="assets/openable/images/imported/010_CATERPIE_3up--ee823d31.webp" meta="175460 bytes"} +::image{src="../assets/openable/images/imported/011_METAPOD_3up--61019a70.webp" title="assets/openable/images/imported/011_METAPOD_3up--61019a70.webp" meta="63528 bytes"} +::image{src="../assets/openable/images/imported/011_METAPOD_3up--998accd8.webp" title="assets/openable/images/imported/011_METAPOD_3up--998accd8.webp" meta="27548 bytes"} +::image{src="../assets/openable/images/imported/012_BUTTERFREE_3up--2ebb7f71.webp" title="assets/openable/images/imported/012_BUTTERFREE_3up--2ebb7f71.webp" meta="210078 bytes"} +::image{src="../assets/openable/images/imported/012_BUTTERFREE_3up--3557a8f1.webp" title="assets/openable/images/imported/012_BUTTERFREE_3up--3557a8f1.webp" meta="44184 bytes"} +::image{src="../assets/openable/images/imported/016_PIDGEY_left_3up--73429d53.webp" title="assets/openable/images/imported/016_PIDGEY_left_3up--73429d53.webp" meta="130444 bytes"} +::image{src="../assets/openable/images/imported/016_PIDGEY_left_3up--772b0946.webp" title="assets/openable/images/imported/016_PIDGEY_left_3up--772b0946.webp" meta="40164 bytes"} +::image{src="../assets/openable/images/imported/017_PIDGEOTTO_left_3up--b201e75a.webp" title="assets/openable/images/imported/017_PIDGEOTTO_left_3up--b201e75a.webp" meta="52222 bytes"} +::image{src="../assets/openable/images/imported/017_PIDGEOTTO_left_3up--bc971805.webp" title="assets/openable/images/imported/017_PIDGEOTTO_left_3up--bc971805.webp" meta="205178 bytes"} +::image{src="../assets/openable/images/imported/018_PIDGEOT_left_3up--77df6070.webp" title="assets/openable/images/imported/018_PIDGEOT_left_3up--77df6070.webp" meta="44806 bytes"} +::image{src="../assets/openable/images/imported/018_PIDGEOT_left_3up--c14d1f6e.webp" title="assets/openable/images/imported/018_PIDGEOT_left_3up--c14d1f6e.webp" meta="157496 bytes"} +::image{src="../assets/openable/images/imported/023_EKANS_3up--c59be6e9.webp" title="assets/openable/images/imported/023_EKANS_3up--c59be6e9.webp" meta="59392 bytes"} +::image{src="../assets/openable/images/imported/023_EKANS_3up--c9c75fa0.webp" title="assets/openable/images/imported/023_EKANS_3up--c9c75fa0.webp" meta="232996 bytes"} +::image{src="../assets/openable/images/imported/024_ARBOK_3up--11b83cba.webp" title="assets/openable/images/imported/024_ARBOK_3up--11b83cba.webp" meta="170184 bytes"} +::image{src="../assets/openable/images/imported/024_ARBOK_3up--f6fb3440.webp" title="assets/openable/images/imported/024_ARBOK_3up--f6fb3440.webp" meta="47338 bytes"} +::image{src="../assets/openable/images/imported/025_PIKACHU_3up--8bca8193.webp" title="assets/openable/images/imported/025_PIKACHU_3up--8bca8193.webp" meta="168566 bytes"} +::image{src="../assets/openable/images/imported/025_PIKACHU_3up--e336a7eb.webp" title="assets/openable/images/imported/025_PIKACHU_3up--e336a7eb.webp" meta="37118 bytes"} +::image{src="../assets/openable/images/imported/026_RAICHU_left_3up--3f317fe4.webp" title="assets/openable/images/imported/026_RAICHU_left_3up--3f317fe4.webp" meta="178138 bytes"} +::image{src="../assets/openable/images/imported/026_RAICHU_left_3up--65d1ec67.webp" title="assets/openable/images/imported/026_RAICHU_left_3up--65d1ec67.webp" meta="46222 bytes"} +::image{src="../assets/openable/images/imported/027_SANDSHREW_left_3up--357310bb.webp" title="assets/openable/images/imported/027_SANDSHREW_left_3up--357310bb.webp" meta="230096 bytes"} +::image{src="../assets/openable/images/imported/027_SANDSHREW_left_3up--fc6c07ed.webp" title="assets/openable/images/imported/027_SANDSHREW_left_3up--fc6c07ed.webp" meta="53656 bytes"} +::image{src="../assets/openable/images/imported/028_SANDSLASH_left_3up--0260b953.webp" title="assets/openable/images/imported/028_SANDSLASH_left_3up--0260b953.webp" meta="44892 bytes"} +::image{src="../assets/openable/images/imported/028_SANDSLASH_left_3up--1d32f815.webp" title="assets/openable/images/imported/028_SANDSLASH_left_3up--1d32f815.webp" meta="211628 bytes"} +::image{src="../assets/openable/images/imported/029_NIDORAN_left_3up--c406485b.webp" title="assets/openable/images/imported/029_NIDORAN_left_3up--c406485b.webp" meta="151948 bytes"} +::image{src="../assets/openable/images/imported/029_NIDORAN_left_3up--dad74a87.webp" title="assets/openable/images/imported/029_NIDORAN_left_3up--dad74a87.webp" meta="42272 bytes"} +::image{src="../assets/openable/images/imported/030_NIDORINA_left_3up--7f746689.webp" title="assets/openable/images/imported/030_NIDORINA_left_3up--7f746689.webp" meta="166654 bytes"} +::image{src="../assets/openable/images/imported/030_NIDORINA_left_3up--e11fb643.webp" title="assets/openable/images/imported/030_NIDORINA_left_3up--e11fb643.webp" meta="40912 bytes"} +::image{src="../assets/openable/images/imported/031_NIDOQUEEN_left_3up--f7febe70.webp" title="assets/openable/images/imported/031_NIDOQUEEN_left_3up--f7febe70.webp" meta="53252 bytes"} +::image{src="../assets/openable/images/imported/031_NIDOQUEEN_left_3up--fc1d8381.webp" title="assets/openable/images/imported/031_NIDOQUEEN_left_3up--fc1d8381.webp" meta="186360 bytes"} +::image{src="../assets/openable/images/imported/032_NIDORAN_left_3up--9b65bb46.webp" title="assets/openable/images/imported/032_NIDORAN_left_3up--9b65bb46.webp" meta="41306 bytes"} +::image{src="../assets/openable/images/imported/032_NIDORAN_left_3up--f21f379d.webp" title="assets/openable/images/imported/032_NIDORAN_left_3up--f21f379d.webp" meta="132928 bytes"} +::image{src="../assets/openable/images/imported/033_NIDORINO_left_3up--293ad122.webp" title="assets/openable/images/imported/033_NIDORINO_left_3up--293ad122.webp" meta="94920 bytes"} +::image{src="../assets/openable/images/imported/033_NIDORINO_left_3up--f0d7b48d.webp" title="assets/openable/images/imported/033_NIDORINO_left_3up--f0d7b48d.webp" meta="45140 bytes"} +::image{src="../assets/openable/images/imported/034_NIDOKING_left_3up--26f0080c.webp" title="assets/openable/images/imported/034_NIDOKING_left_3up--26f0080c.webp" meta="217308 bytes"} +::image{src="../assets/openable/images/imported/034_NIDOKING_left_3up--9662eec0.webp" title="assets/openable/images/imported/034_NIDOKING_left_3up--9662eec0.webp" meta="49334 bytes"} +::image{src="../assets/openable/images/imported/039_JIGGLYPUFF_3up--266728af.webp" title="assets/openable/images/imported/039_JIGGLYPUFF_3up--266728af.webp" meta="35700 bytes"} +::image{src="../assets/openable/images/imported/039_JIGGLYPUFF_3up--2de4544b.webp" title="assets/openable/images/imported/039_JIGGLYPUFF_3up--2de4544b.webp" meta="180030 bytes"} +::image{src="../assets/openable/images/imported/040_WIGGLYTUFF_3up--101d634f.webp" title="assets/openable/images/imported/040_WIGGLYTUFF_3up--101d634f.webp" meta="162874 bytes"} +::image{src="../assets/openable/images/imported/040_WIGGLYTUFF_3up--a0e8340a.webp" title="assets/openable/images/imported/040_WIGGLYTUFF_3up--a0e8340a.webp" meta="34084 bytes"} +::image{src="../assets/openable/images/imported/041_ZUBAT_3up--497f049c.webp" title="assets/openable/images/imported/041_ZUBAT_3up--497f049c.webp" meta="42280 bytes"} +::image{src="../assets/openable/images/imported/041_ZUBAT_3up--9cbd74ec.webp" title="assets/openable/images/imported/041_ZUBAT_3up--9cbd74ec.webp" meta="91574 bytes"} +::image{src="../assets/openable/images/imported/042_GOLBAT_left_3up--17820bad.webp" title="assets/openable/images/imported/042_GOLBAT_left_3up--17820bad.webp" meta="35208 bytes"} +::image{src="../assets/openable/images/imported/042_GOLBAT_left_3up--afc7cc58.webp" title="assets/openable/images/imported/042_GOLBAT_left_3up--afc7cc58.webp" meta="181308 bytes"} +::image{src="../assets/openable/images/imported/043_ODDISH_left_3up--910195ed.webp" title="assets/openable/images/imported/043_ODDISH_left_3up--910195ed.webp" meta="35690 bytes"} +::image{src="../assets/openable/images/imported/043_ODDISH_left_3up--aa1f4846.webp" title="assets/openable/images/imported/043_ODDISH_left_3up--aa1f4846.webp" meta="188740 bytes"} +::image{src="../assets/openable/images/imported/044_GLOOM_3up--75fa4760.webp" title="assets/openable/images/imported/044_GLOOM_3up--75fa4760.webp" meta="163738 bytes"} +::image{src="../assets/openable/images/imported/044_GLOOM_3up--f0af9ea3.webp" title="assets/openable/images/imported/044_GLOOM_3up--f0af9ea3.webp" meta="42092 bytes"} +::image{src="../assets/openable/images/imported/044_GLOOM_right_3up--fed0cbd1.webp" title="assets/openable/images/imported/044_GLOOM_right_3up--fed0cbd1.webp" meta="167124 bytes"} +::image{src="../assets/openable/images/imported/045_VILEPLUME_left_3up--26e39018.webp" title="assets/openable/images/imported/045_VILEPLUME_left_3up--26e39018.webp" meta="40744 bytes"} +::image{src="../assets/openable/images/imported/045_VILEPLUME_left_3up--9bf33540.webp" title="assets/openable/images/imported/045_VILEPLUME_left_3up--9bf33540.webp" meta="136530 bytes"} +::image{src="../assets/openable/images/imported/046_PARAS_left_3up--6e25bc93.webp" title="assets/openable/images/imported/046_PARAS_left_3up--6e25bc93.webp" meta="170192 bytes"} +::image{src="../assets/openable/images/imported/046_PARAS_left_3up--7b8e3442.webp" title="assets/openable/images/imported/046_PARAS_left_3up--7b8e3442.webp" meta="48970 bytes"} +::image{src="../assets/openable/images/imported/047_PARASECT_left_3up--4ae37ee6.webp" title="assets/openable/images/imported/047_PARASECT_left_3up--4ae37ee6.webp" meta="146096 bytes"} +::image{src="../assets/openable/images/imported/047_PARASECT_left_3up--6ed28863.webp" title="assets/openable/images/imported/047_PARASECT_left_3up--6ed28863.webp" meta="46848 bytes"} +::image{src="../assets/openable/images/imported/048_VENONAT_left_3up--5eb77963.webp" title="assets/openable/images/imported/048_VENONAT_left_3up--5eb77963.webp" meta="177288 bytes"} +::image{src="../assets/openable/images/imported/048_VENONAT_left_3up--6b0b4159.webp" title="assets/openable/images/imported/048_VENONAT_left_3up--6b0b4159.webp" meta="45000 bytes"} +::image{src="../assets/openable/images/imported/049_VENOMOTH_left_3up--68c30175.webp" title="assets/openable/images/imported/049_VENOMOTH_left_3up--68c30175.webp" meta="37190 bytes"} +::image{src="../assets/openable/images/imported/049_VENOMOTH_left_3up--88325bbd.webp" title="assets/openable/images/imported/049_VENOMOTH_left_3up--88325bbd.webp" meta="176882 bytes"} +::image{src="../assets/openable/images/imported/050_DIGLETT_3up--318572cf.webp" title="assets/openable/images/imported/050_DIGLETT_3up--318572cf.webp" meta="73706 bytes"} +::image{src="../assets/openable/images/imported/050_DIGLETT_3up--c2a8e7fd.webp" title="assets/openable/images/imported/050_DIGLETT_3up--c2a8e7fd.webp" meta="23358 bytes"} +::image{src="../assets/openable/images/imported/051_DUGTRIO_3up--128a8eb0.webp" title="assets/openable/images/imported/051_DUGTRIO_3up--128a8eb0.webp" meta="90322 bytes"} +::image{src="../assets/openable/images/imported/051_DUGTRIO_3up--1ec795e8.webp" title="assets/openable/images/imported/051_DUGTRIO_3up--1ec795e8.webp" meta="26408 bytes"} +::image{src="../assets/openable/images/imported/052_MEOWTH_3up--2b710ef0.webp" title="assets/openable/images/imported/052_MEOWTH_3up--2b710ef0.webp" meta="281460 bytes"} +::image{src="../assets/openable/images/imported/052_MEOWTH_3up--ef602bd7.webp" title="assets/openable/images/imported/052_MEOWTH_3up--ef602bd7.webp" meta="53104 bytes"} +::image{src="../assets/openable/images/imported/053_PERSIAN_3up--52968840.webp" title="assets/openable/images/imported/053_PERSIAN_3up--52968840.webp" meta="175550 bytes"} +::image{src="../assets/openable/images/imported/053_PERSIAN_3up--6c8a6cf6.webp" title="assets/openable/images/imported/053_PERSIAN_3up--6c8a6cf6.webp" meta="38998 bytes"} +::image{src="../assets/openable/images/imported/054_PSYDUCK_3up--64c53d85.webp" title="assets/openable/images/imported/054_PSYDUCK_3up--64c53d85.webp" meta="29784 bytes"} +::image{src="../assets/openable/images/imported/054_PSYDUCK_3up--a84d206e.webp" title="assets/openable/images/imported/054_PSYDUCK_3up--a84d206e.webp" meta="133380 bytes"} +::image{src="../assets/openable/images/imported/055_GOLDUCK_3up--c7fe482b.webp" title="assets/openable/images/imported/055_GOLDUCK_3up--c7fe482b.webp" meta="198286 bytes"} +::image{src="../assets/openable/images/imported/055_GOLDUCK_3up--d8b66592.webp" title="assets/openable/images/imported/055_GOLDUCK_3up--d8b66592.webp" meta="48608 bytes"} +::image{src="../assets/openable/images/imported/056_MANKEY_3up--1bb5e859.webp" title="assets/openable/images/imported/056_MANKEY_3up--1bb5e859.webp" meta="48774 bytes"} +::image{src="../assets/openable/images/imported/056_MANKEY_3up--d10913d2.webp" title="assets/openable/images/imported/056_MANKEY_3up--d10913d2.webp" meta="172196 bytes"} +::image{src="../assets/openable/images/imported/057_PRIMEAPE_left_3up--b8bd172a.webp" title="assets/openable/images/imported/057_PRIMEAPE_left_3up--b8bd172a.webp" meta="45310 bytes"} +::image{src="../assets/openable/images/imported/057_PRIMEAPE_left_3up--ddd78ffb.webp" title="assets/openable/images/imported/057_PRIMEAPE_left_3up--ddd78ffb.webp" meta="201130 bytes"} +::image{src="../assets/openable/images/imported/058_GROWLITHE_3up--0c6234df.webp" title="assets/openable/images/imported/058_GROWLITHE_3up--0c6234df.webp" meta="40516 bytes"} +::image{src="../assets/openable/images/imported/058_GROWLITHE_3up--791fde3a.webp" title="assets/openable/images/imported/058_GROWLITHE_3up--791fde3a.webp" meta="198974 bytes"} +::image{src="../assets/openable/images/imported/059_ARCANINE_3up--2f090285.webp" title="assets/openable/images/imported/059_ARCANINE_3up--2f090285.webp" meta="61958 bytes"} +::image{src="../assets/openable/images/imported/059_ARCANINE_3up--49fc0362.webp" title="assets/openable/images/imported/059_ARCANINE_3up--49fc0362.webp" meta="283984 bytes"} +::image{src="../assets/openable/images/imported/060_POLIWAG_left_3up--9fde15c6.webp" title="assets/openable/images/imported/060_POLIWAG_left_3up--9fde15c6.webp" meta="35666 bytes"} +::image{src="../assets/openable/images/imported/060_POLIWAG_left_3up--bb5e4b84.webp" title="assets/openable/images/imported/060_POLIWAG_left_3up--bb5e4b84.webp" meta="112204 bytes"} +::image{src="../assets/openable/images/imported/060_POLIWAG_right_3up--4272af14.webp" title="assets/openable/images/imported/060_POLIWAG_right_3up--4272af14.webp" meta="90392 bytes"} +::image{src="../assets/openable/images/imported/061_POLIWHIRL_left_3up--d1a54b52.webp" title="assets/openable/images/imported/061_POLIWHIRL_left_3up--d1a54b52.webp" meta="116218 bytes"} +::image{src="../assets/openable/images/imported/061_POLIWHIRL_left_3up--daf7f6ea.webp" title="assets/openable/images/imported/061_POLIWHIRL_left_3up--daf7f6ea.webp" meta="38328 bytes"} +::image{src="../assets/openable/images/imported/061_POLIWHIRL_right_3up--5fea8fb5.webp" title="assets/openable/images/imported/061_POLIWHIRL_right_3up--5fea8fb5.webp" meta="116218 bytes"} +::image{src="../assets/openable/images/imported/062_POLIWRATH_left_3up--1a6d744c.webp" title="assets/openable/images/imported/062_POLIWRATH_left_3up--1a6d744c.webp" meta="34672 bytes"} +::image{src="../assets/openable/images/imported/062_POLIWRATH_left_3up--5cd727a4.webp" title="assets/openable/images/imported/062_POLIWRATH_left_3up--5cd727a4.webp" meta="113048 bytes"} +::image{src="../assets/openable/images/imported/062_POLIWRATH_right_3up--3fee8c52.webp" title="assets/openable/images/imported/062_POLIWRATH_right_3up--3fee8c52.webp" meta="113048 bytes"} +::image{src="../assets/openable/images/imported/063_ABRA_left_3up--3b0826ab.webp" title="assets/openable/images/imported/063_ABRA_left_3up--3b0826ab.webp" meta="154872 bytes"} +::image{src="../assets/openable/images/imported/063_ABRA_left_3up--4405387d.webp" title="assets/openable/images/imported/063_ABRA_left_3up--4405387d.webp" meta="37956 bytes"} +::image{src="../assets/openable/images/imported/064_KADABRA_left_3up--7bc4b87b.webp" title="assets/openable/images/imported/064_KADABRA_left_3up--7bc4b87b.webp" meta="51476 bytes"} +::image{src="../assets/openable/images/imported/064_KADABRA_left_3up--f0d409bd.webp" title="assets/openable/images/imported/064_KADABRA_left_3up--f0d409bd.webp" meta="202730 bytes"} +::image{src="../assets/openable/images/imported/065_ALAKAZAM_left_3up--3be6aaea.webp" title="assets/openable/images/imported/065_ALAKAZAM_left_3up--3be6aaea.webp" meta="55920 bytes"} +::image{src="../assets/openable/images/imported/065_ALAKAZAM_left_3up--889c9b3b.webp" title="assets/openable/images/imported/065_ALAKAZAM_left_3up--889c9b3b.webp" meta="220342 bytes"} +::image{src="../assets/openable/images/imported/066_MACHOP_left_3up--c828423d.webp" title="assets/openable/images/imported/066_MACHOP_left_3up--c828423d.webp" meta="33298 bytes"} +::image{src="../assets/openable/images/imported/066_MACHOP_left_3up--ece4e811.webp" title="assets/openable/images/imported/066_MACHOP_left_3up--ece4e811.webp" meta="110104 bytes"} +::image{src="../assets/openable/images/imported/067_MACHOKE_left_3up--ad42c736.webp" title="assets/openable/images/imported/067_MACHOKE_left_3up--ad42c736.webp" meta="204222 bytes"} +::image{src="../assets/openable/images/imported/067_MACHOKE_left_3up--f5de284e.webp" title="assets/openable/images/imported/067_MACHOKE_left_3up--f5de284e.webp" meta="52340 bytes"} +::image{src="../assets/openable/images/imported/068_MACHAMP_left_3up--12b28b51.webp" title="assets/openable/images/imported/068_MACHAMP_left_3up--12b28b51.webp" meta="172236 bytes"} +::image{src="../assets/openable/images/imported/068_MACHAMP_left_3up--c230f5b8.webp" title="assets/openable/images/imported/068_MACHAMP_left_3up--c230f5b8.webp" meta="49510 bytes"} +::image{src="../assets/openable/images/imported/069_BELLSPROUT_left_3up--0d1c7f7f.webp" title="assets/openable/images/imported/069_BELLSPROUT_left_3up--0d1c7f7f.webp" meta="40988 bytes"} +::image{src="../assets/openable/images/imported/069_BELLSPROUT_left_3up--429d00ab.webp" title="assets/openable/images/imported/069_BELLSPROUT_left_3up--429d00ab.webp" meta="143658 bytes"} +::image{src="../assets/openable/images/imported/070_WEEPINBELL_left_3up--9fdd3777.webp" title="assets/openable/images/imported/070_WEEPINBELL_left_3up--9fdd3777.webp" meta="33972 bytes"} +::image{src="../assets/openable/images/imported/070_WEEPINBELL_left_3up--c01c1396.webp" title="assets/openable/images/imported/070_WEEPINBELL_left_3up--c01c1396.webp" meta="127158 bytes"} +::image{src="../assets/openable/images/imported/071_VICTREEBEL_left_3up--01d4073a.webp" title="assets/openable/images/imported/071_VICTREEBEL_left_3up--01d4073a.webp" meta="48842 bytes"} +::image{src="../assets/openable/images/imported/071_VICTREEBEL_left_3up--72f7b8d0.webp" title="assets/openable/images/imported/071_VICTREEBEL_left_3up--72f7b8d0.webp" meta="180484 bytes"} +::image{src="../assets/openable/images/imported/074_GEODUDE_left_3up--5c8e2396.webp" title="assets/openable/images/imported/074_GEODUDE_left_3up--5c8e2396.webp" meta="22362 bytes"} +::image{src="../assets/openable/images/imported/074_GEODUDE_left_3up--67b2de90.webp" title="assets/openable/images/imported/074_GEODUDE_left_3up--67b2de90.webp" meta="152958 bytes"} +::image{src="../assets/openable/images/imported/075_GRAVELER_left_3up--25f6fb65.webp" title="assets/openable/images/imported/075_GRAVELER_left_3up--25f6fb65.webp" meta="173276 bytes"} +::image{src="../assets/openable/images/imported/075_GRAVELER_left_3up--fabdf52b.webp" title="assets/openable/images/imported/075_GRAVELER_left_3up--fabdf52b.webp" meta="39422 bytes"} +::image{src="../assets/openable/images/imported/076_GOLEM_left_3up--b12848eb.webp" title="assets/openable/images/imported/076_GOLEM_left_3up--b12848eb.webp" meta="46252 bytes"} +::image{src="../assets/openable/images/imported/076_GOLEM_left_3up--dc209344.webp" title="assets/openable/images/imported/076_GOLEM_left_3up--dc209344.webp" meta="229522 bytes"} +::image{src="../assets/openable/images/imported/079_SLOWPOKE_3up--5b676380.webp" title="assets/openable/images/imported/079_SLOWPOKE_3up--5b676380.webp" meta="120606 bytes"} +::image{src="../assets/openable/images/imported/079_SLOWPOKE_3up--7e1fee26.webp" title="assets/openable/images/imported/079_SLOWPOKE_3up--7e1fee26.webp" meta="29862 bytes"} +::image{src="../assets/openable/images/imported/080_SLOWBRO_3up--67c34e03.webp" title="assets/openable/images/imported/080_SLOWBRO_3up--67c34e03.webp" meta="253102 bytes"} +::image{src="../assets/openable/images/imported/080_SLOWBRO_3up--8192104d.webp" title="assets/openable/images/imported/080_SLOWBRO_3up--8192104d.webp" meta="51304 bytes"} +::image{src="../assets/openable/images/imported/081_MAGNEMITE_3up--d805c82c.webp" title="assets/openable/images/imported/081_MAGNEMITE_3up--d805c82c.webp" meta="114718 bytes"} +::image{src="../assets/openable/images/imported/081_MAGNEMITE_3up--e098d45b.webp" title="assets/openable/images/imported/081_MAGNEMITE_3up--e098d45b.webp" meta="25518 bytes"} +::image{src="../assets/openable/images/imported/081_MAGNEMITE_right_3up--ed792c7b.webp" title="assets/openable/images/imported/081_MAGNEMITE_right_3up--ed792c7b.webp" meta="122530 bytes"} +::image{src="../assets/openable/images/imported/082_MAGNETON_left_3up--8244a23f.webp" title="assets/openable/images/imported/082_MAGNETON_left_3up--8244a23f.webp" meta="52228 bytes"} +::image{src="../assets/openable/images/imported/082_MAGNETON_left_3up--d102fafb.webp" title="assets/openable/images/imported/082_MAGNETON_left_3up--d102fafb.webp" meta="169878 bytes"} +::image{src="../assets/openable/images/imported/082_MAGNETON_right_3up--2ad8a5c5.webp" title="assets/openable/images/imported/082_MAGNETON_right_3up--2ad8a5c5.webp" meta="169878 bytes"} +::image{src="../assets/openable/images/imported/083_FARFETCH'D_left_3up--74aadc48.webp" title="assets/openable/images/imported/083_FARFETCH'D_left_3up--74aadc48.webp" meta="37834 bytes"} +::image{src="../assets/openable/images/imported/083_FARFETCH'D_left_3up--9c235fd3.webp" title="assets/openable/images/imported/083_FARFETCH'D_left_3up--9c235fd3.webp" meta="212156 bytes"} +::image{src="../assets/openable/images/imported/084_DODUO_left_3up--80090343.webp" title="assets/openable/images/imported/084_DODUO_left_3up--80090343.webp" meta="125998 bytes"} +::image{src="../assets/openable/images/imported/084_DODUO_left_3up--f9521fef.webp" title="assets/openable/images/imported/084_DODUO_left_3up--f9521fef.webp" meta="27390 bytes"} +::image{src="../assets/openable/images/imported/085_DODRIO_left_3up--74230d2b.webp" title="assets/openable/images/imported/085_DODRIO_left_3up--74230d2b.webp" meta="205920 bytes"} +::image{src="../assets/openable/images/imported/085_DODRIO_left_3up--c2fa97e0.webp" title="assets/openable/images/imported/085_DODRIO_left_3up--c2fa97e0.webp" meta="44390 bytes"} +::image{src="../assets/openable/images/imported/086_SEEL_left_3up--0bf7936e.webp" title="assets/openable/images/imported/086_SEEL_left_3up--0bf7936e.webp" meta="142254 bytes"} +::image{src="../assets/openable/images/imported/086_SEEL_left_3up--e3f84c07.webp" title="assets/openable/images/imported/086_SEEL_left_3up--e3f84c07.webp" meta="36108 bytes"} +::image{src="../assets/openable/images/imported/087_DEWGONG_left_3up--2f4dee81.webp" title="assets/openable/images/imported/087_DEWGONG_left_3up--2f4dee81.webp" meta="143288 bytes"} +::image{src="../assets/openable/images/imported/087_DEWGONG_left_3up--bff9be64.webp" title="assets/openable/images/imported/087_DEWGONG_left_3up--bff9be64.webp" meta="30830 bytes"} +::image{src="../assets/openable/images/imported/092_GASTLY_3up--9ce6948b.webp" title="assets/openable/images/imported/092_GASTLY_3up--9ce6948b.webp" meta="42800 bytes"} +::image{src="../assets/openable/images/imported/092_GASTLY_3up--e4ee7647.webp" title="assets/openable/images/imported/092_GASTLY_3up--e4ee7647.webp" meta="199594 bytes"} +::image{src="../assets/openable/images/imported/093_HAUNTER_3up--71b17a55.webp" title="assets/openable/images/imported/093_HAUNTER_3up--71b17a55.webp" meta="34684 bytes"} +::image{src="../assets/openable/images/imported/093_HAUNTER_3up--755bda2e.webp" title="assets/openable/images/imported/093_HAUNTER_3up--755bda2e.webp" meta="117164 bytes"} +::image{src="../assets/openable/images/imported/094_GENGAR_3up--a3a018eb.webp" title="assets/openable/images/imported/094_GENGAR_3up--a3a018eb.webp" meta="201290 bytes"} +::image{src="../assets/openable/images/imported/094_GENGAR_3up--f8768b37.webp" title="assets/openable/images/imported/094_GENGAR_3up--f8768b37.webp" meta="39336 bytes"} +::image{src="../assets/openable/images/imported/095_ONIX_3up--283689d0.webp" title="assets/openable/images/imported/095_ONIX_3up--283689d0.webp" meta="45184 bytes"} +::image{src="../assets/openable/images/imported/095_ONIX_3up--e2beb982.webp" title="assets/openable/images/imported/095_ONIX_3up--e2beb982.webp" meta="87580 bytes"} +::image{src="../assets/openable/images/imported/100_VOLTORB_3up--225b4a66.webp" title="assets/openable/images/imported/100_VOLTORB_3up--225b4a66.webp" meta="117454 bytes"} +::image{src="../assets/openable/images/imported/100_VOLTORB_3up--70269ae3.webp" title="assets/openable/images/imported/100_VOLTORB_3up--70269ae3.webp" meta="26682 bytes"} +::image{src="../assets/openable/images/imported/1011_DIPPLIN_left_3up--428ae46b.webp" title="assets/openable/images/imported/1011_DIPPLIN_left_3up--428ae46b.webp" meta="25092 bytes"} +::image{src="../assets/openable/images/imported/1011_DIPPLIN_left_3up--6f7db844.webp" title="assets/openable/images/imported/1011_DIPPLIN_left_3up--6f7db844.webp" meta="90686 bytes"} +::image{src="../assets/openable/images/imported/1011_DIPPLIN_right_3up--22e8cb2b.webp" title="assets/openable/images/imported/1011_DIPPLIN_right_3up--22e8cb2b.webp" meta="93078 bytes"} +::image{src="../assets/openable/images/imported/1019_HYDRAPPLE_left_3up--45298d15.webp" title="assets/openable/images/imported/1019_HYDRAPPLE_left_3up--45298d15.webp" meta="24260 bytes"} +::image{src="../assets/openable/images/imported/1019_HYDRAPPLE_left_3up--eb66a03f.webp" title="assets/openable/images/imported/1019_HYDRAPPLE_left_3up--eb66a03f.webp" meta="196710 bytes"} +::image{src="../assets/openable/images/imported/1019_HYDRAPPLE_right_3up--428a9995.webp" title="assets/openable/images/imported/1019_HYDRAPPLE_right_3up--428a9995.webp" meta="196710 bytes"} +::image{src="../assets/openable/images/imported/101_ELECTRODE_left_3up--135b53bd.webp" title="assets/openable/images/imported/101_ELECTRODE_left_3up--135b53bd.webp" meta="98488 bytes"} +::image{src="../assets/openable/images/imported/101_ELECTRODE_left_3up--dd9a2bcf.webp" title="assets/openable/images/imported/101_ELECTRODE_left_3up--dd9a2bcf.webp" meta="26114 bytes"} +::image{src="../assets/openable/images/imported/104_CUBONE_left_3up--4b948a3f.webp" title="assets/openable/images/imported/104_CUBONE_left_3up--4b948a3f.webp" meta="121422 bytes"} +::image{src="../assets/openable/images/imported/104_CUBONE_left_3up--b031b55a.webp" title="assets/openable/images/imported/104_CUBONE_left_3up--b031b55a.webp" meta="35830 bytes"} +::image{src="../assets/openable/images/imported/105_MAROWAK_left_3up--5d31e89d.webp" title="assets/openable/images/imported/105_MAROWAK_left_3up--5d31e89d.webp" meta="34884 bytes"} +::image{src="../assets/openable/images/imported/105_MAROWAK_left_3up--8e7b8c98.webp" title="assets/openable/images/imported/105_MAROWAK_left_3up--8e7b8c98.webp" meta="121226 bytes"} +::image{src="../assets/openable/images/imported/109_KOFFING_3up--57d4b261.webp" title="assets/openable/images/imported/109_KOFFING_3up--57d4b261.webp" meta="169464 bytes"} +::image{src="../assets/openable/images/imported/109_KOFFING_3up--60723b51.webp" title="assets/openable/images/imported/109_KOFFING_3up--60723b51.webp" meta="40034 bytes"} +::image{src="../assets/openable/images/imported/110_WEEZING_3up--124994d9.webp" title="assets/openable/images/imported/110_WEEZING_3up--124994d9.webp" meta="44082 bytes"} +::image{src="../assets/openable/images/imported/110_WEEZING_3up--f83d25cc.webp" title="assets/openable/images/imported/110_WEEZING_3up--f83d25cc.webp" meta="182382 bytes"} +::image{src="../assets/openable/images/imported/110_WEEZING_right_3up--68688a81.webp" title="assets/openable/images/imported/110_WEEZING_right_3up--68688a81.webp" meta="183762 bytes"} +::image{src="../assets/openable/images/imported/111_RHYHORN_left_3up--7010cebf.webp" title="assets/openable/images/imported/111_RHYHORN_left_3up--7010cebf.webp" meta="46708 bytes"} +::image{src="../assets/openable/images/imported/111_RHYHORN_left_3up--f61e6315.webp" title="assets/openable/images/imported/111_RHYHORN_left_3up--f61e6315.webp" meta="172536 bytes"} +::image{src="../assets/openable/images/imported/112_RHYDON_left_3up--728686a7.webp" title="assets/openable/images/imported/112_RHYDON_left_3up--728686a7.webp" meta="172196 bytes"} +::image{src="../assets/openable/images/imported/112_RHYDON_left_3up--d25063fa.webp" title="assets/openable/images/imported/112_RHYDON_left_3up--d25063fa.webp" meta="44406 bytes"} +::image{src="../assets/openable/images/imported/113_CHANSEY_left_3up--78a1c92e.webp" title="assets/openable/images/imported/113_CHANSEY_left_3up--78a1c92e.webp" meta="33530 bytes"} +::image{src="../assets/openable/images/imported/113_CHANSEY_left_3up--c4eb6a31.webp" title="assets/openable/images/imported/113_CHANSEY_left_3up--c4eb6a31.webp" meta="127380 bytes"} +::image{src="../assets/openable/images/imported/116_HORSEA_left_3up--621c3f67.webp" title="assets/openable/images/imported/116_HORSEA_left_3up--621c3f67.webp" meta="138978 bytes"} +::image{src="../assets/openable/images/imported/116_HORSEA_left_3up--6ea75bed.webp" title="assets/openable/images/imported/116_HORSEA_left_3up--6ea75bed.webp" meta="36652 bytes"} +::image{src="../assets/openable/images/imported/117_SEADRA_left_3up--727aa01a.webp" title="assets/openable/images/imported/117_SEADRA_left_3up--727aa01a.webp" meta="41336 bytes"} +::image{src="../assets/openable/images/imported/117_SEADRA_left_3up--cfe9fdf1.webp" title="assets/openable/images/imported/117_SEADRA_left_3up--cfe9fdf1.webp" meta="181420 bytes"} +::image{src="../assets/openable/images/imported/120_STARYU_left_3up--0dedd87c.webp" title="assets/openable/images/imported/120_STARYU_left_3up--0dedd87c.webp" meta="39872 bytes"} +::image{src="../assets/openable/images/imported/120_STARYU_left_3up--35e99156.webp" title="assets/openable/images/imported/120_STARYU_left_3up--35e99156.webp" meta="137906 bytes"} +::image{src="../assets/openable/images/imported/120_STARYU_right_3up--0c075ba6.webp" title="assets/openable/images/imported/120_STARYU_right_3up--0c075ba6.webp" meta="137906 bytes"} +::image{src="../assets/openable/images/imported/121_STARMIE_left_3up--85a52010.webp" title="assets/openable/images/imported/121_STARMIE_left_3up--85a52010.webp" meta="208298 bytes"} +::image{src="../assets/openable/images/imported/121_STARMIE_left_3up--ca287f2a.webp" title="assets/openable/images/imported/121_STARMIE_left_3up--ca287f2a.webp" meta="55488 bytes"} +::image{src="../assets/openable/images/imported/122_MR.MIME_3up--2ed21ce7.webp" title="assets/openable/images/imported/122_MR.MIME_3up--2ed21ce7.webp" meta="277200 bytes"} +::image{src="../assets/openable/images/imported/122_MR.MIME_3up--f644ad68.webp" title="assets/openable/images/imported/122_MR.MIME_3up--f644ad68.webp" meta="56520 bytes"} +::image{src="../assets/openable/images/imported/123_SCYTHER_left_3up--c0c45221.webp" title="assets/openable/images/imported/123_SCYTHER_left_3up--c0c45221.webp" meta="278952 bytes"} +::image{src="../assets/openable/images/imported/123_SCYTHER_left_3up--fa5eb800.webp" title="assets/openable/images/imported/123_SCYTHER_left_3up--fa5eb800.webp" meta="57300 bytes"} +::gallery-end diff --git a/asset-images-gallery-02.md b/asset-images-gallery-02.md new file mode 100644 index 0000000..0d352fb --- /dev/null +++ b/asset-images-gallery-02.md @@ -0,0 +1,206 @@ +# Asset Image Gallery 02 + +Openable images assets 201-400 of 1212. + +::gallery-start +::image{src="../assets/openable/images/imported/126_MAGMAR_left_3up--4a56c73e.webp" title="assets/openable/images/imported/126_MAGMAR_left_3up--4a56c73e.webp" meta="55834 bytes"} +::image{src="../assets/openable/images/imported/126_MAGMAR_left_3up--77a436e8.webp" title="assets/openable/images/imported/126_MAGMAR_left_3up--77a436e8.webp" meta="272704 bytes"} +::image{src="../assets/openable/images/imported/129_MAGIKARP_3up--5321391f.webp" title="assets/openable/images/imported/129_MAGIKARP_3up--5321391f.webp" meta="52590 bytes"} +::image{src="../assets/openable/images/imported/129_MAGIKARP_3up--fc6cb2f9.webp" title="assets/openable/images/imported/129_MAGIKARP_3up--fc6cb2f9.webp" meta="252806 bytes"} +::image{src="../assets/openable/images/imported/130_GYARADOS_3up--6df31e17.webp" title="assets/openable/images/imported/130_GYARADOS_3up--6df31e17.webp" meta="61258 bytes"} +::image{src="../assets/openable/images/imported/130_GYARADOS_3up--d948759a.webp" title="assets/openable/images/imported/130_GYARADOS_3up--d948759a.webp" meta="316026 bytes"} +::image{src="../assets/openable/images/imported/131_LAPRAS_left_3up--3143856a.webp" title="assets/openable/images/imported/131_LAPRAS_left_3up--3143856a.webp" meta="189346 bytes"} +::image{src="../assets/openable/images/imported/131_LAPRAS_left_3up--554ac8c4.webp" title="assets/openable/images/imported/131_LAPRAS_left_3up--554ac8c4.webp" meta="39314 bytes"} +::image{src="../assets/openable/images/imported/132_DITTO_3up--1a771e2e.webp" title="assets/openable/images/imported/132_DITTO_3up--1a771e2e.webp" meta="88770 bytes"} +::image{src="../assets/openable/images/imported/132_DITTO_3up--538fa80e.webp" title="assets/openable/images/imported/132_DITTO_3up--538fa80e.webp" meta="18994 bytes"} +::image{src="../assets/openable/images/imported/133_EEVEE_3up--62f6dfc4.webp" title="assets/openable/images/imported/133_EEVEE_3up--62f6dfc4.webp" meta="37878 bytes"} +::image{src="../assets/openable/images/imported/133_EEVEE_3up--66ec5520.webp" title="assets/openable/images/imported/133_EEVEE_3up--66ec5520.webp" meta="216248 bytes"} +::image{src="../assets/openable/images/imported/134_VAPOREON_3up--037a71a4.webp" title="assets/openable/images/imported/134_VAPOREON_3up--037a71a4.webp" meta="228324 bytes"} +::image{src="../assets/openable/images/imported/134_VAPOREON_3up--d9554b7c.webp" title="assets/openable/images/imported/134_VAPOREON_3up--d9554b7c.webp" meta="48778 bytes"} +::image{src="../assets/openable/images/imported/135_JOLTEON_3up--742fc0b6.webp" title="assets/openable/images/imported/135_JOLTEON_3up--742fc0b6.webp" meta="277428 bytes"} +::image{src="../assets/openable/images/imported/135_JOLTEON_3up--bbb668c0.webp" title="assets/openable/images/imported/135_JOLTEON_3up--bbb668c0.webp" meta="45508 bytes"} +::image{src="../assets/openable/images/imported/136_FLAREON_3up--9fdaefb4.webp" title="assets/openable/images/imported/136_FLAREON_3up--9fdaefb4.webp" meta="225618 bytes"} +::image{src="../assets/openable/images/imported/136_FLAREON_3up--b369cc4c.webp" title="assets/openable/images/imported/136_FLAREON_3up--b369cc4c.webp" meta="44874 bytes"} +::image{src="../assets/openable/images/imported/142_AERODACTYL_left_3up--113e55b1.webp" title="assets/openable/images/imported/142_AERODACTYL_left_3up--113e55b1.webp" meta="157054 bytes"} +::image{src="../assets/openable/images/imported/142_AERODACTYL_left_3up--6f358918.webp" title="assets/openable/images/imported/142_AERODACTYL_left_3up--6f358918.webp" meta="26076 bytes"} +::image{src="../assets/openable/images/imported/143_SNORLAX_3up--3475d2ff.webp" title="assets/openable/images/imported/143_SNORLAX_3up--3475d2ff.webp" meta="155230 bytes"} +::image{src="../assets/openable/images/imported/143_SNORLAX_3up--92b1e72d.webp" title="assets/openable/images/imported/143_SNORLAX_3up--92b1e72d.webp" meta="27220 bytes"} +::image{src="../assets/openable/images/imported/144_ARTICUNO_3up--0d599cdf.webp" title="assets/openable/images/imported/144_ARTICUNO_3up--0d599cdf.webp" meta="57574 bytes"} +::image{src="../assets/openable/images/imported/144_ARTICUNO_3up--41d31355.webp" title="assets/openable/images/imported/144_ARTICUNO_3up--41d31355.webp" meta="238502 bytes"} +::image{src="../assets/openable/images/imported/145_ZAPDOS_3up--748a2ffd.webp" title="assets/openable/images/imported/145_ZAPDOS_3up--748a2ffd.webp" meta="43392 bytes"} +::image{src="../assets/openable/images/imported/145_ZAPDOS_3up--c0e3cce6.webp" title="assets/openable/images/imported/145_ZAPDOS_3up--c0e3cce6.webp" meta="222424 bytes"} +::image{src="../assets/openable/images/imported/146_MOLTRES_3up--c1dd15dc.webp" title="assets/openable/images/imported/146_MOLTRES_3up--c1dd15dc.webp" meta="215018 bytes"} +::image{src="../assets/openable/images/imported/146_MOLTRES_3up--de99cd2e.webp" title="assets/openable/images/imported/146_MOLTRES_3up--de99cd2e.webp" meta="41568 bytes"} +::image{src="../assets/openable/images/imported/147_DRATINI_left_3up--e2930dc8.webp" title="assets/openable/images/imported/147_DRATINI_left_3up--e2930dc8.webp" meta="27452 bytes"} +::image{src="../assets/openable/images/imported/147_DRATINI_left_3up--ea7197f3.webp" title="assets/openable/images/imported/147_DRATINI_left_3up--ea7197f3.webp" meta="135620 bytes"} +::image{src="../assets/openable/images/imported/148_DRAGONAIR_left_3up--59f73741.webp" title="assets/openable/images/imported/148_DRAGONAIR_left_3up--59f73741.webp" meta="34522 bytes"} +::image{src="../assets/openable/images/imported/148_DRAGONAIR_left_3up--845ee8c8.webp" title="assets/openable/images/imported/148_DRAGONAIR_left_3up--845ee8c8.webp" meta="114062 bytes"} +::image{src="../assets/openable/images/imported/149_DRAGONITE_left_3up--0676f231.webp" title="assets/openable/images/imported/149_DRAGONITE_left_3up--0676f231.webp" meta="44502 bytes"} +::image{src="../assets/openable/images/imported/149_DRAGONITE_left_3up--667ad0e6.webp" title="assets/openable/images/imported/149_DRAGONITE_left_3up--667ad0e6.webp" meta="267196 bytes"} +::image{src="../assets/openable/images/imported/150_MEWTWO_3up--4f56db5c.webp" title="assets/openable/images/imported/150_MEWTWO_3up--4f56db5c.webp" meta="190506 bytes"} +::image{src="../assets/openable/images/imported/150_MEWTWO_3up--ffc95e2f.webp" title="assets/openable/images/imported/150_MEWTWO_3up--ffc95e2f.webp" meta="38680 bytes"} +::image{src="../assets/openable/images/imported/151_MEW_left_3up--4b40c3c4.webp" title="assets/openable/images/imported/151_MEW_left_3up--4b40c3c4.webp" meta="33048 bytes"} +::image{src="../assets/openable/images/imported/151_MEW_left_3up--6a846be5.webp" title="assets/openable/images/imported/151_MEW_left_3up--6a846be5.webp" meta="165310 bytes"} +::image{src="../assets/openable/images/imported/152_CHIKORITA_3up--1d11a18f.webp" title="assets/openable/images/imported/152_CHIKORITA_3up--1d11a18f.webp" meta="36144 bytes"} +::image{src="../assets/openable/images/imported/152_CHIKORITA_3up--e7a999e4.webp" title="assets/openable/images/imported/152_CHIKORITA_3up--e7a999e4.webp" meta="138730 bytes"} +::image{src="../assets/openable/images/imported/153_BAYLEEF_left_3up--4e7515f2.webp" title="assets/openable/images/imported/153_BAYLEEF_left_3up--4e7515f2.webp" meta="229942 bytes"} +::image{src="../assets/openable/images/imported/153_BAYLEEF_left_3up--801881f9.webp" title="assets/openable/images/imported/153_BAYLEEF_left_3up--801881f9.webp" meta="34760 bytes"} +::image{src="../assets/openable/images/imported/153_BAYLEEF_right_3up--41b79ff6.webp" title="assets/openable/images/imported/153_BAYLEEF_right_3up--41b79ff6.webp" meta="229942 bytes"} +::image{src="../assets/openable/images/imported/154_MEGANIUM_left_3up--1a79dc8c.webp" title="assets/openable/images/imported/154_MEGANIUM_left_3up--1a79dc8c.webp" meta="36044 bytes"} +::image{src="../assets/openable/images/imported/154_MEGANIUM_left_3up--91014cba.webp" title="assets/openable/images/imported/154_MEGANIUM_left_3up--91014cba.webp" meta="162416 bytes"} +::image{src="../assets/openable/images/imported/155_CYNDAQUIL_3up--340f6cb7.webp" title="assets/openable/images/imported/155_CYNDAQUIL_3up--340f6cb7.webp" meta="190216 bytes"} +::image{src="../assets/openable/images/imported/155_CYNDAQUIL_3up--4ca5acd6.webp" title="assets/openable/images/imported/155_CYNDAQUIL_3up--4ca5acd6.webp" meta="36594 bytes"} +::image{src="../assets/openable/images/imported/156_QUILAVA_left_3up--64c0b854.webp" title="assets/openable/images/imported/156_QUILAVA_left_3up--64c0b854.webp" meta="40816 bytes"} +::image{src="../assets/openable/images/imported/156_QUILAVA_left_3up--e1087104.webp" title="assets/openable/images/imported/156_QUILAVA_left_3up--e1087104.webp" meta="177974 bytes"} +::image{src="../assets/openable/images/imported/157_TYPHLOSION_left_3up--37db7570.webp" title="assets/openable/images/imported/157_TYPHLOSION_left_3up--37db7570.webp" meta="191556 bytes"} +::image{src="../assets/openable/images/imported/157_TYPHLOSION_left_3up--d703252a.webp" title="assets/openable/images/imported/157_TYPHLOSION_left_3up--d703252a.webp" meta="44300 bytes"} +::image{src="../assets/openable/images/imported/158_TOTODILE_left_3up--723737cc.webp" title="assets/openable/images/imported/158_TOTODILE_left_3up--723737cc.webp" meta="215980 bytes"} +::image{src="../assets/openable/images/imported/158_TOTODILE_left_3up--bc6378b3.webp" title="assets/openable/images/imported/158_TOTODILE_left_3up--bc6378b3.webp" meta="42876 bytes"} +::image{src="../assets/openable/images/imported/159_CROCONAW_left_3up--2eecd987.webp" title="assets/openable/images/imported/159_CROCONAW_left_3up--2eecd987.webp" meta="172436 bytes"} +::image{src="../assets/openable/images/imported/159_CROCONAW_left_3up--e1b40d1c.webp" title="assets/openable/images/imported/159_CROCONAW_left_3up--e1b40d1c.webp" meta="35688 bytes"} +::image{src="../assets/openable/images/imported/159_CROCONAW_right_3up--1722bff6.webp" title="assets/openable/images/imported/159_CROCONAW_right_3up--1722bff6.webp" meta="172436 bytes"} +::image{src="../assets/openable/images/imported/160_FERALIGATR_left_3up--7cae2750.webp" title="assets/openable/images/imported/160_FERALIGATR_left_3up--7cae2750.webp" meta="60396 bytes"} +::image{src="../assets/openable/images/imported/160_FERALIGATR_left_3up--f19f67e7.webp" title="assets/openable/images/imported/160_FERALIGATR_left_3up--f19f67e7.webp" meta="271102 bytes"} +::image{src="../assets/openable/images/imported/169_CROBAT_left_3up--04fc48f9.webp" title="assets/openable/images/imported/169_CROBAT_left_3up--04fc48f9.webp" meta="29672 bytes"} +::image{src="../assets/openable/images/imported/169_CROBAT_left_3up--57b8025e.webp" title="assets/openable/images/imported/169_CROBAT_left_3up--57b8025e.webp" meta="145120 bytes"} +::image{src="../assets/openable/images/imported/169_CROBAT_right_3up--e11bbccf.webp" title="assets/openable/images/imported/169_CROBAT_right_3up--e11bbccf.webp" meta="145120 bytes"} +::image{src="../assets/openable/images/imported/172_PICHU_3up--e8429362.webp" title="assets/openable/images/imported/172_PICHU_3up--e8429362.webp" meta="149078 bytes"} +::image{src="../assets/openable/images/imported/172_PICHU_3up--ebeb1fc4.webp" title="assets/openable/images/imported/172_PICHU_3up--ebeb1fc4.webp" meta="32822 bytes"} +::image{src="../assets/openable/images/imported/174_IGGLYBUFF_left_3up--1ae8acf6.webp" title="assets/openable/images/imported/174_IGGLYBUFF_left_3up--1ae8acf6.webp" meta="28742 bytes"} +::image{src="../assets/openable/images/imported/174_IGGLYBUFF_left_3up--b32bbcfb.webp" title="assets/openable/images/imported/174_IGGLYBUFF_left_3up--b32bbcfb.webp" meta="140188 bytes"} +::image{src="../assets/openable/images/imported/174_IGGLYBUFF_right_3up--f99860a3.webp" title="assets/openable/images/imported/174_IGGLYBUFF_right_3up--f99860a3.webp" meta="140188 bytes"} +::image{src="../assets/openable/images/imported/175_TOGEPI_3up--8461a887.webp" title="assets/openable/images/imported/175_TOGEPI_3up--8461a887.webp" meta="178304 bytes"} +::image{src="../assets/openable/images/imported/175_TOGEPI_3up--e80aad85.webp" title="assets/openable/images/imported/175_TOGEPI_3up--e80aad85.webp" meta="38960 bytes"} +::image{src="../assets/openable/images/imported/175_TOGEPI_right_3up--ac2419c5.webp" title="assets/openable/images/imported/175_TOGEPI_right_3up--ac2419c5.webp" meta="194512 bytes"} +::image{src="../assets/openable/images/imported/176_TOGETIC_left_3up--10852480.webp" title="assets/openable/images/imported/176_TOGETIC_left_3up--10852480.webp" meta="25672 bytes"} +::image{src="../assets/openable/images/imported/176_TOGETIC_left_3up--3114487e.webp" title="assets/openable/images/imported/176_TOGETIC_left_3up--3114487e.webp" meta="113038 bytes"} +::image{src="../assets/openable/images/imported/180_FLAAFFY_3up--4302077b.webp" title="assets/openable/images/imported/180_FLAAFFY_3up--4302077b.webp" meta="37542 bytes"} +::image{src="../assets/openable/images/imported/180_FLAAFFY_3up--78d2d687.webp" title="assets/openable/images/imported/180_FLAAFFY_3up--78d2d687.webp" meta="177856 bytes"} +::image{src="../assets/openable/images/imported/181_AMPHAROS_left_3up--a8dfe3bb.webp" title="assets/openable/images/imported/181_AMPHAROS_left_3up--a8dfe3bb.webp" meta="30742 bytes"} +::image{src="../assets/openable/images/imported/181_AMPHAROS_left_3up--c4b5b85b.webp" title="assets/openable/images/imported/181_AMPHAROS_left_3up--c4b5b85b.webp" meta="152074 bytes"} +::image{src="../assets/openable/images/imported/182_BELLOSSOM_left_3up--48027ab4.webp" title="assets/openable/images/imported/182_BELLOSSOM_left_3up--48027ab4.webp" meta="40140 bytes"} +::image{src="../assets/openable/images/imported/182_BELLOSSOM_left_3up--5b06e437.webp" title="assets/openable/images/imported/182_BELLOSSOM_left_3up--5b06e437.webp" meta="162826 bytes"} +::image{src="../assets/openable/images/imported/183_MARILL_3up--64cd56b5.webp" title="assets/openable/images/imported/183_MARILL_3up--64cd56b5.webp" meta="97700 bytes"} +::image{src="../assets/openable/images/imported/183_MARILL_3up--b9cebafc.webp" title="assets/openable/images/imported/183_MARILL_3up--b9cebafc.webp" meta="27840 bytes"} +::image{src="../assets/openable/images/imported/184_AZUMARILL_left_3up--01cc00d2.webp" title="assets/openable/images/imported/184_AZUMARILL_left_3up--01cc00d2.webp" meta="38248 bytes"} +::image{src="../assets/openable/images/imported/184_AZUMARILL_left_3up--7d281b50.webp" title="assets/openable/images/imported/184_AZUMARILL_left_3up--7d281b50.webp" meta="167766 bytes"} +::image{src="../assets/openable/images/imported/185_SUDOWOODO_3up--2bc684a8.webp" title="assets/openable/images/imported/185_SUDOWOODO_3up--2bc684a8.webp" meta="192584 bytes"} +::image{src="../assets/openable/images/imported/185_SUDOWOODO_3up--c95540d5.webp" title="assets/openable/images/imported/185_SUDOWOODO_3up--c95540d5.webp" meta="44240 bytes"} +::image{src="../assets/openable/images/imported/186_POLITOED_left_3up--15a9d1bf.webp" title="assets/openable/images/imported/186_POLITOED_left_3up--15a9d1bf.webp" meta="44772 bytes"} +::image{src="../assets/openable/images/imported/186_POLITOED_left_3up--247b3f48.webp" title="assets/openable/images/imported/186_POLITOED_left_3up--247b3f48.webp" meta="205384 bytes"} +::image{src="../assets/openable/images/imported/186_POLITOED_right_3up--59d64e54.webp" title="assets/openable/images/imported/186_POLITOED_right_3up--59d64e54.webp" meta="241050 bytes"} +::image{src="../assets/openable/images/imported/187_HOPPIP_3up--9f5d2354.webp" title="assets/openable/images/imported/187_HOPPIP_3up--9f5d2354.webp" meta="161718 bytes"} +::image{src="../assets/openable/images/imported/187_HOPPIP_3up--b4d58717.webp" title="assets/openable/images/imported/187_HOPPIP_3up--b4d58717.webp" meta="37854 bytes"} +::image{src="../assets/openable/images/imported/188_SKIPLOOM_left_3up--9a6ef7bd.webp" title="assets/openable/images/imported/188_SKIPLOOM_left_3up--9a6ef7bd.webp" meta="166420 bytes"} +::image{src="../assets/openable/images/imported/188_SKIPLOOM_left_3up--a77d205c.webp" title="assets/openable/images/imported/188_SKIPLOOM_left_3up--a77d205c.webp" meta="32488 bytes"} +::image{src="../assets/openable/images/imported/189_JUMPLUFF_left_3up--a61f085d.webp" title="assets/openable/images/imported/189_JUMPLUFF_left_3up--a61f085d.webp" meta="145056 bytes"} +::image{src="../assets/openable/images/imported/189_JUMPLUFF_left_3up--aa3666cc.webp" title="assets/openable/images/imported/189_JUMPLUFF_left_3up--aa3666cc.webp" meta="33682 bytes"} +::image{src="../assets/openable/images/imported/189_JUMPLUFF_right_3up--5b0ba1cc.webp" title="assets/openable/images/imported/189_JUMPLUFF_right_3up--5b0ba1cc.webp" meta="145310 bytes"} +::image{src="../assets/openable/images/imported/190_AIPOM_3up--3e6abe80.webp" title="assets/openable/images/imported/190_AIPOM_3up--3e6abe80.webp" meta="188572 bytes"} +::image{src="../assets/openable/images/imported/190_AIPOM_3up--525290c8.webp" title="assets/openable/images/imported/190_AIPOM_3up--525290c8.webp" meta="44536 bytes"} +::image{src="../assets/openable/images/imported/196_ESPEON_3up--5da3f8c1.webp" title="assets/openable/images/imported/196_ESPEON_3up--5da3f8c1.webp" meta="34984 bytes"} +::image{src="../assets/openable/images/imported/196_ESPEON_3up--d6cdf022.webp" title="assets/openable/images/imported/196_ESPEON_3up--d6cdf022.webp" meta="182068 bytes"} +::image{src="../assets/openable/images/imported/197_UMBREON_3up--e1be58f3.webp" title="assets/openable/images/imported/197_UMBREON_3up--e1be58f3.webp" meta="123978 bytes"} +::image{src="../assets/openable/images/imported/197_UMBREON_3up--e35920f6.webp" title="assets/openable/images/imported/197_UMBREON_3up--e35920f6.webp" meta="31262 bytes"} +::image{src="../assets/openable/images/imported/198_MURKROW_3up--1616ec20.webp" title="assets/openable/images/imported/198_MURKROW_3up--1616ec20.webp" meta="200418 bytes"} +::image{src="../assets/openable/images/imported/198_MURKROW_3up--d99c6463.webp" title="assets/openable/images/imported/198_MURKROW_3up--d99c6463.webp" meta="39502 bytes"} +::image{src="../assets/openable/images/imported/199_SLOWKING_left_3up--347db097.webp" title="assets/openable/images/imported/199_SLOWKING_left_3up--347db097.webp" meta="38442 bytes"} +::image{src="../assets/openable/images/imported/199_SLOWKING_left_3up--e41783ed.webp" title="assets/openable/images/imported/199_SLOWKING_left_3up--e41783ed.webp" meta="206662 bytes"} +::image{src="../assets/openable/images/imported/201_UNOWN_3up--c951e77f.webp" title="assets/openable/images/imported/201_UNOWN_3up--c951e77f.webp" meta="22522 bytes"} +::image{src="../assets/openable/images/imported/201_UNOWN_3up--d975a4ec.webp" title="assets/openable/images/imported/201_UNOWN_3up--d975a4ec.webp" meta="17550 bytes"} +::image{src="../assets/openable/images/imported/201_UNOWN_right_3up--83ae0bac.webp" title="assets/openable/images/imported/201_UNOWN_right_3up--83ae0bac.webp" meta="17550 bytes"} +::image{src="../assets/openable/images/imported/202_WOBBUFFET_3up--8ff94b27.webp" title="assets/openable/images/imported/202_WOBBUFFET_3up--8ff94b27.webp" meta="144942 bytes"} +::image{src="../assets/openable/images/imported/202_WOBBUFFET_3up--ac2e410b.webp" title="assets/openable/images/imported/202_WOBBUFFET_3up--ac2e410b.webp" meta="33310 bytes"} +::image{src="../assets/openable/images/imported/208_STEELIX_left_3up--c8889a5a.webp" title="assets/openable/images/imported/208_STEELIX_left_3up--c8889a5a.webp" meta="82998 bytes"} +::image{src="../assets/openable/images/imported/208_STEELIX_left_3up--deb7ab29.webp" title="assets/openable/images/imported/208_STEELIX_left_3up--deb7ab29.webp" meta="37534 bytes"} +::image{src="../assets/openable/images/imported/212_SCIZOR_left_3up--10284ced.webp" title="assets/openable/images/imported/212_SCIZOR_left_3up--10284ced.webp" meta="208460 bytes"} +::image{src="../assets/openable/images/imported/212_SCIZOR_left_3up--94310fd9.webp" title="assets/openable/images/imported/212_SCIZOR_left_3up--94310fd9.webp" meta="50494 bytes"} +::image{src="../assets/openable/images/imported/214_HERACROSS_left_3up--027206bc.webp" title="assets/openable/images/imported/214_HERACROSS_left_3up--027206bc.webp" meta="48346 bytes"} +::image{src="../assets/openable/images/imported/214_HERACROSS_left_3up--6a2c478d.webp" title="assets/openable/images/imported/214_HERACROSS_left_3up--6a2c478d.webp" meta="210618 bytes"} +::image{src="../assets/openable/images/imported/215_SNEASEL_3up--1d02b7e9.webp" title="assets/openable/images/imported/215_SNEASEL_3up--1d02b7e9.webp" meta="42586 bytes"} +::image{src="../assets/openable/images/imported/215_SNEASEL_3up--ad8189ad.webp" title="assets/openable/images/imported/215_SNEASEL_3up--ad8189ad.webp" meta="192950 bytes"} +::image{src="../assets/openable/images/imported/215_SNEASEL_right_3up--087fe046.webp" title="assets/openable/images/imported/215_SNEASEL_right_3up--087fe046.webp" meta="184298 bytes"} +::image{src="../assets/openable/images/imported/216_TEDDIURSA_3up--332fc3e2.webp" title="assets/openable/images/imported/216_TEDDIURSA_3up--332fc3e2.webp" meta="39204 bytes"} +::image{src="../assets/openable/images/imported/216_TEDDIURSA_3up--e99825f6.webp" title="assets/openable/images/imported/216_TEDDIURSA_3up--e99825f6.webp" meta="189974 bytes"} +::image{src="../assets/openable/images/imported/216_TEDDIURSA_right_3up--0ebfa5f7.webp" title="assets/openable/images/imported/216_TEDDIURSA_right_3up--0ebfa5f7.webp" meta="173172 bytes"} +::image{src="../assets/openable/images/imported/217_URSARING_left_3up--0a309f98.webp" title="assets/openable/images/imported/217_URSARING_left_3up--0a309f98.webp" meta="179158 bytes"} +::image{src="../assets/openable/images/imported/217_URSARING_left_3up--a73195cf.webp" title="assets/openable/images/imported/217_URSARING_left_3up--a73195cf.webp" meta="33480 bytes"} +::image{src="../assets/openable/images/imported/220_SWINUB_left_3up--3d503c0b.webp" title="assets/openable/images/imported/220_SWINUB_left_3up--3d503c0b.webp" meta="102284 bytes"} +::image{src="../assets/openable/images/imported/220_SWINUB_left_3up--c71555f8.webp" title="assets/openable/images/imported/220_SWINUB_left_3up--c71555f8.webp" meta="22644 bytes"} +::image{src="../assets/openable/images/imported/221_PILOSWINE_left_3up--9c68a451.webp" title="assets/openable/images/imported/221_PILOSWINE_left_3up--9c68a451.webp" meta="29436 bytes"} +::image{src="../assets/openable/images/imported/221_PILOSWINE_left_3up--bcd9ef66.webp" title="assets/openable/images/imported/221_PILOSWINE_left_3up--bcd9ef66.webp" meta="147870 bytes"} +::image{src="../assets/openable/images/imported/225_DELIBIRD_left_3up--8cddf08f.webp" title="assets/openable/images/imported/225_DELIBIRD_left_3up--8cddf08f.webp" meta="37780 bytes"} +::image{src="../assets/openable/images/imported/225_DELIBIRD_left_3up--f1d7e273.webp" title="assets/openable/images/imported/225_DELIBIRD_left_3up--f1d7e273.webp" meta="208594 bytes"} +::image{src="../assets/openable/images/imported/228_HOUNDOUR_3up--01a57fbf.webp" title="assets/openable/images/imported/228_HOUNDOUR_3up--01a57fbf.webp" meta="35176 bytes"} +::image{src="../assets/openable/images/imported/228_HOUNDOUR_3up--3f89cc3b.webp" title="assets/openable/images/imported/228_HOUNDOUR_3up--3f89cc3b.webp" meta="133986 bytes"} +::image{src="../assets/openable/images/imported/229_HOUNDOOM_3up--1d875025.webp" title="assets/openable/images/imported/229_HOUNDOOM_3up--1d875025.webp" meta="208190 bytes"} +::image{src="../assets/openable/images/imported/229_HOUNDOOM_3up--802cadab.webp" title="assets/openable/images/imported/229_HOUNDOOM_3up--802cadab.webp" meta="36452 bytes"} +::image{src="../assets/openable/images/imported/230_KINGDRA_left_3up--bce79d23.webp" title="assets/openable/images/imported/230_KINGDRA_left_3up--bce79d23.webp" meta="41018 bytes"} +::image{src="../assets/openable/images/imported/230_KINGDRA_left_3up--d5d107b6.webp" title="assets/openable/images/imported/230_KINGDRA_left_3up--d5d107b6.webp" meta="170038 bytes"} +::image{src="../assets/openable/images/imported/240_MAGBY_left_3up--31e48551.webp" title="assets/openable/images/imported/240_MAGBY_left_3up--31e48551.webp" meta="160778 bytes"} +::image{src="../assets/openable/images/imported/240_MAGBY_left_3up--57cfcf0e.webp" title="assets/openable/images/imported/240_MAGBY_left_3up--57cfcf0e.webp" meta="38422 bytes"} +::image{src="../assets/openable/images/imported/240_MAGBY_right_3up--a1265cf2.webp" title="assets/openable/images/imported/240_MAGBY_right_3up--a1265cf2.webp" meta="160778 bytes"} +::image{src="../assets/openable/images/imported/242_BLISSEY_left_3up--369110d2.webp" title="assets/openable/images/imported/242_BLISSEY_left_3up--369110d2.webp" meta="195358 bytes"} +::image{src="../assets/openable/images/imported/242_BLISSEY_left_3up--57a22e6c.webp" title="assets/openable/images/imported/242_BLISSEY_left_3up--57a22e6c.webp" meta="42338 bytes"} +::image{src="../assets/openable/images/imported/242_BLISSEY_right_3up--3b234c01.webp" title="assets/openable/images/imported/242_BLISSEY_right_3up--3b234c01.webp" meta="194454 bytes"} +::image{src="../assets/openable/images/imported/246_LARVITAR_3up--23731df0.webp" title="assets/openable/images/imported/246_LARVITAR_3up--23731df0.webp" meta="161088 bytes"} +::image{src="../assets/openable/images/imported/246_LARVITAR_3up--f7e7df08.webp" title="assets/openable/images/imported/246_LARVITAR_3up--f7e7df08.webp" meta="28384 bytes"} +::image{src="../assets/openable/images/imported/247_PUPITAR_3up--60f83d26.webp" title="assets/openable/images/imported/247_PUPITAR_3up--60f83d26.webp" meta="30014 bytes"} +::image{src="../assets/openable/images/imported/247_PUPITAR_3up--f6c4ace7.webp" title="assets/openable/images/imported/247_PUPITAR_3up--f6c4ace7.webp" meta="180324 bytes"} +::image{src="../assets/openable/images/imported/248_TYRANITAR_3up--16dda071.webp" title="assets/openable/images/imported/248_TYRANITAR_3up--16dda071.webp" meta="247096 bytes"} +::image{src="../assets/openable/images/imported/248_TYRANITAR_3up--5e01c96e.webp" title="assets/openable/images/imported/248_TYRANITAR_3up--5e01c96e.webp" meta="45530 bytes"} +::image{src="../assets/openable/images/imported/249_LUGIA_3up--5dbff7d0.webp" title="assets/openable/images/imported/249_LUGIA_3up--5dbff7d0.webp" meta="42636 bytes"} +::image{src="../assets/openable/images/imported/249_LUGIA_3up--e8a7b53e.webp" title="assets/openable/images/imported/249_LUGIA_3up--e8a7b53e.webp" meta="231758 bytes"} +::image{src="../assets/openable/images/imported/250_HO-OH_3up--5b198e57.webp" title="assets/openable/images/imported/250_HO-OH_3up--5b198e57.webp" meta="72048 bytes"} +::image{src="../assets/openable/images/imported/250_HO-OH_3up--c29a0a13.webp" title="assets/openable/images/imported/250_HO-OH_3up--c29a0a13.webp" meta="398006 bytes"} +::image{src="../assets/openable/images/imported/252_TREECKO_3up--ae52ab44.webp" title="assets/openable/images/imported/252_TREECKO_3up--ae52ab44.webp" meta="42562 bytes"} +::image{src="../assets/openable/images/imported/252_TREECKO_3up--f1aa9484.webp" title="assets/openable/images/imported/252_TREECKO_3up--f1aa9484.webp" meta="183296 bytes"} +::image{src="../assets/openable/images/imported/253_GROVYLE_left_3up--3063e288.webp" title="assets/openable/images/imported/253_GROVYLE_left_3up--3063e288.webp" meta="38262 bytes"} +::image{src="../assets/openable/images/imported/253_GROVYLE_left_3up--9f7f6e82.webp" title="assets/openable/images/imported/253_GROVYLE_left_3up--9f7f6e82.webp" meta="214116 bytes"} +::image{src="../assets/openable/images/imported/254_SCEPTILE_left_3up--3388d426.webp" title="assets/openable/images/imported/254_SCEPTILE_left_3up--3388d426.webp" meta="49704 bytes"} +::image{src="../assets/openable/images/imported/254_SCEPTILE_left_3up--b8bb38c9.webp" title="assets/openable/images/imported/254_SCEPTILE_left_3up--b8bb38c9.webp" meta="249016 bytes"} +::image{src="../assets/openable/images/imported/255_TORCHIC_3up--d956d1f1.webp" title="assets/openable/images/imported/255_TORCHIC_3up--d956d1f1.webp" meta="167734 bytes"} +::image{src="../assets/openable/images/imported/255_TORCHIC_3up--ed4710e9.webp" title="assets/openable/images/imported/255_TORCHIC_3up--ed4710e9.webp" meta="37450 bytes"} +::image{src="../assets/openable/images/imported/256_COMBUSKEN_left_3up--2e1b5e46.webp" title="assets/openable/images/imported/256_COMBUSKEN_left_3up--2e1b5e46.webp" meta="42322 bytes"} +::image{src="../assets/openable/images/imported/256_COMBUSKEN_left_3up--8b7ec4d5.webp" title="assets/openable/images/imported/256_COMBUSKEN_left_3up--8b7ec4d5.webp" meta="226324 bytes"} +::image{src="../assets/openable/images/imported/257_BLAZIKEN_left_3up--2df6da2c.webp" title="assets/openable/images/imported/257_BLAZIKEN_left_3up--2df6da2c.webp" meta="69378 bytes"} +::image{src="../assets/openable/images/imported/257_BLAZIKEN_left_3up--8f527cc4.webp" title="assets/openable/images/imported/257_BLAZIKEN_left_3up--8f527cc4.webp" meta="320212 bytes"} +::image{src="../assets/openable/images/imported/258_MUDKIP_3up--6398a575.webp" title="assets/openable/images/imported/258_MUDKIP_3up--6398a575.webp" meta="186316 bytes"} +::image{src="../assets/openable/images/imported/258_MUDKIP_3up--8708ee77.webp" title="assets/openable/images/imported/258_MUDKIP_3up--8708ee77.webp" meta="37842 bytes"} +::image{src="../assets/openable/images/imported/259_MARSHTOMP_left_3up--58368bb6.webp" title="assets/openable/images/imported/259_MARSHTOMP_left_3up--58368bb6.webp" meta="31834 bytes"} +::image{src="../assets/openable/images/imported/259_MARSHTOMP_left_3up--969d6c7e.webp" title="assets/openable/images/imported/259_MARSHTOMP_left_3up--969d6c7e.webp" meta="176798 bytes"} +::image{src="../assets/openable/images/imported/260_SWAMPERT_left_3up--53f96a09.webp" title="assets/openable/images/imported/260_SWAMPERT_left_3up--53f96a09.webp" meta="47938 bytes"} +::image{src="../assets/openable/images/imported/260_SWAMPERT_left_3up--82f506ac.webp" title="assets/openable/images/imported/260_SWAMPERT_left_3up--82f506ac.webp" meta="266862 bytes"} +::image{src="../assets/openable/images/imported/261_POOCHYENA_left_3up--4df29266.webp" title="assets/openable/images/imported/261_POOCHYENA_left_3up--4df29266.webp" meta="202128 bytes"} +::image{src="../assets/openable/images/imported/261_POOCHYENA_left_3up--852a6fe6.webp" title="assets/openable/images/imported/261_POOCHYENA_left_3up--852a6fe6.webp" meta="36326 bytes"} +::image{src="../assets/openable/images/imported/262_MIGHTYENA_left_3up--0a319329.webp" title="assets/openable/images/imported/262_MIGHTYENA_left_3up--0a319329.webp" meta="207552 bytes"} +::image{src="../assets/openable/images/imported/262_MIGHTYENA_left_3up--9ddab228.webp" title="assets/openable/images/imported/262_MIGHTYENA_left_3up--9ddab228.webp" meta="45788 bytes"} +::image{src="../assets/openable/images/imported/280_RALTS_left_3up--cca33c88.webp" title="assets/openable/images/imported/280_RALTS_left_3up--cca33c88.webp" meta="142964 bytes"} +::image{src="../assets/openable/images/imported/280_RALTS_left_3up--f5e47e08.webp" title="assets/openable/images/imported/280_RALTS_left_3up--f5e47e08.webp" meta="26858 bytes"} +::image{src="../assets/openable/images/imported/281_KIRLIA_left_3up--732ae0c5.webp" title="assets/openable/images/imported/281_KIRLIA_left_3up--732ae0c5.webp" meta="34230 bytes"} +::image{src="../assets/openable/images/imported/281_KIRLIA_left_3up--9462ca8f.webp" title="assets/openable/images/imported/281_KIRLIA_left_3up--9462ca8f.webp" meta="187284 bytes"} +::image{src="../assets/openable/images/imported/282_GARDEVOIR_3up--6d48163c.webp" title="assets/openable/images/imported/282_GARDEVOIR_3up--6d48163c.webp" meta="197448 bytes"} +::image{src="../assets/openable/images/imported/282_GARDEVOIR_3up--b36d2f35.webp" title="assets/openable/images/imported/282_GARDEVOIR_3up--b36d2f35.webp" meta="32970 bytes"} +::image{src="../assets/openable/images/imported/298_AZURILL_left_3up--718c583f.webp" title="assets/openable/images/imported/298_AZURILL_left_3up--718c583f.webp" meta="177378 bytes"} +::image{src="../assets/openable/images/imported/298_AZURILL_left_3up--a95d0ba8.webp" title="assets/openable/images/imported/298_AZURILL_left_3up--a95d0ba8.webp" meta="37126 bytes"} +::image{src="../assets/openable/images/imported/300_SKITTY_3up--86bd2121.webp" title="assets/openable/images/imported/300_SKITTY_3up--86bd2121.webp" meta="46594 bytes"} +::image{src="../assets/openable/images/imported/300_SKITTY_3up--a94e14dc.webp" title="assets/openable/images/imported/300_SKITTY_3up--a94e14dc.webp" meta="198440 bytes"} +::image{src="../assets/openable/images/imported/301_DELCATTY_left_3up--897da01f.webp" title="assets/openable/images/imported/301_DELCATTY_left_3up--897da01f.webp" meta="202180 bytes"} +::image{src="../assets/openable/images/imported/301_DELCATTY_left_3up--eb4eaef5.webp" title="assets/openable/images/imported/301_DELCATTY_left_3up--eb4eaef5.webp" meta="42162 bytes"} +::image{src="../assets/openable/images/imported/311_PLUSLE_3up--18fada2b.webp" title="assets/openable/images/imported/311_PLUSLE_3up--18fada2b.webp" meta="149554 bytes"} +::image{src="../assets/openable/images/imported/311_PLUSLE_3up--c42fe823.webp" title="assets/openable/images/imported/311_PLUSLE_3up--c42fe823.webp" meta="30828 bytes"} +::image{src="../assets/openable/images/imported/312_MINUN_3up--2d3ef600.webp" title="assets/openable/images/imported/312_MINUN_3up--2d3ef600.webp" meta="154586 bytes"} +::image{src="../assets/openable/images/imported/312_MINUN_3up--f54d3379.webp" title="assets/openable/images/imported/312_MINUN_3up--f54d3379.webp" meta="31362 bytes"} +::image{src="../assets/openable/images/imported/320_WAILMER_3up--a5688ced.webp" title="assets/openable/images/imported/320_WAILMER_3up--a5688ced.webp" meta="25772 bytes"} +::image{src="../assets/openable/images/imported/320_WAILMER_3up--cf5415d4.webp" title="assets/openable/images/imported/320_WAILMER_3up--cf5415d4.webp" meta="142998 bytes"} +::image{src="../assets/openable/images/imported/321_WAILORD_left_3up--1bdd91ed.webp" title="assets/openable/images/imported/321_WAILORD_left_3up--1bdd91ed.webp" meta="25276 bytes"} +::image{src="../assets/openable/images/imported/321_WAILORD_left_3up--9cf83a7c.webp" title="assets/openable/images/imported/321_WAILORD_left_3up--9cf83a7c.webp" meta="132386 bytes"} +::image{src="../assets/openable/images/imported/322_NUMEL_left_3up--a2034e69.webp" title="assets/openable/images/imported/322_NUMEL_left_3up--a2034e69.webp" meta="37324 bytes"} +::image{src="../assets/openable/images/imported/322_NUMEL_left_3up--cd02e9bb.webp" title="assets/openable/images/imported/322_NUMEL_left_3up--cd02e9bb.webp" meta="175584 bytes"} +::image{src="../assets/openable/images/imported/323_CAMERUPT_left_3up--1bfca002.webp" title="assets/openable/images/imported/323_CAMERUPT_left_3up--1bfca002.webp" meta="49096 bytes"} +::image{src="../assets/openable/images/imported/323_CAMERUPT_left_3up--97c86a0a.webp" title="assets/openable/images/imported/323_CAMERUPT_left_3up--97c86a0a.webp" meta="185972 bytes"} +::image{src="../assets/openable/images/imported/325_SPOINK_3up--6b7beee0.webp" title="assets/openable/images/imported/325_SPOINK_3up--6b7beee0.webp" meta="23420 bytes"} +::image{src="../assets/openable/images/imported/325_SPOINK_3up--a2a57657.webp" title="assets/openable/images/imported/325_SPOINK_3up--a2a57657.webp" meta="128294 bytes"} +::image{src="../assets/openable/images/imported/325_SPOINK_right_3up--d1b6555c.webp" title="assets/openable/images/imported/325_SPOINK_right_3up--d1b6555c.webp" meta="125342 bytes"} +::image{src="../assets/openable/images/imported/326_GRUMPIG_left_3up--5819ea5f.webp" title="assets/openable/images/imported/326_GRUMPIG_left_3up--5819ea5f.webp" meta="41036 bytes"} +::gallery-end diff --git a/asset-images-gallery-03.md b/asset-images-gallery-03.md new file mode 100644 index 0000000..6a0df05 --- /dev/null +++ b/asset-images-gallery-03.md @@ -0,0 +1,206 @@ +# Asset Image Gallery 03 + +Openable images assets 401-600 of 1212. + +::gallery-start +::image{src="../assets/openable/images/imported/326_GRUMPIG_left_3up--660cd329.webp" title="assets/openable/images/imported/326_GRUMPIG_left_3up--660cd329.webp" meta="192164 bytes"} +::image{src="../assets/openable/images/imported/326_GRUMPIG_right_3up--0797379e.webp" title="assets/openable/images/imported/326_GRUMPIG_right_3up--0797379e.webp" meta="192164 bytes"} +::image{src="../assets/openable/images/imported/327_SPINDA_3up--6de9e77c.webp" title="assets/openable/images/imported/327_SPINDA_3up--6de9e77c.webp" meta="30448 bytes"} +::image{src="../assets/openable/images/imported/327_SPINDA_3up--8b7f9041.webp" title="assets/openable/images/imported/327_SPINDA_3up--8b7f9041.webp" meta="182704 bytes"} +::image{src="../assets/openable/images/imported/337_LUNATONE001x.ai_left_3up--369ce78c.webp" title="assets/openable/images/imported/337_LUNATONE001x.ai_left_3up--369ce78c.webp" meta="35428 bytes"} +::image{src="../assets/openable/images/imported/337_LUNATONE001x.ai_left_3up--e3fe7d0d.webp" title="assets/openable/images/imported/337_LUNATONE001x.ai_left_3up--e3fe7d0d.webp" meta="150374 bytes"} +::image{src="../assets/openable/images/imported/338_SOLROCK_left_3up--1aa68afe.webp" title="assets/openable/images/imported/338_SOLROCK_left_3up--1aa68afe.webp" meta="45366 bytes"} +::image{src="../assets/openable/images/imported/338_SOLROCK_left_3up--e2fdfd02.webp" title="assets/openable/images/imported/338_SOLROCK_left_3up--e2fdfd02.webp" meta="162754 bytes"} +::image{src="../assets/openable/images/imported/358_CHIMECHO_left_3up--33a34363.webp" title="assets/openable/images/imported/358_CHIMECHO_left_3up--33a34363.webp" meta="106258 bytes"} +::image{src="../assets/openable/images/imported/358_CHIMECHO_left_3up--350c55d6.webp" title="assets/openable/images/imported/358_CHIMECHO_left_3up--350c55d6.webp" meta="33498 bytes"} +::image{src="../assets/openable/images/imported/358_CHIMECHO_right_3up--c8c5d74d.webp" title="assets/openable/images/imported/358_CHIMECHO_right_3up--c8c5d74d.webp" meta="98282 bytes"} +::image{src="../assets/openable/images/imported/360_WYNAUT_left_3up--123e2beb.webp" title="assets/openable/images/imported/360_WYNAUT_left_3up--123e2beb.webp" meta="35202 bytes"} +::image{src="../assets/openable/images/imported/360_WYNAUT_left_3up--ef9a00d6.webp" title="assets/openable/images/imported/360_WYNAUT_left_3up--ef9a00d6.webp" meta="169196 bytes"} +::image{src="../assets/openable/images/imported/363_SPHEAL_3up--42dd2cab.webp" title="assets/openable/images/imported/363_SPHEAL_3up--42dd2cab.webp" meta="145576 bytes"} +::image{src="../assets/openable/images/imported/363_SPHEAL_3up--71af3874.webp" title="assets/openable/images/imported/363_SPHEAL_3up--71af3874.webp" meta="29944 bytes"} +::image{src="../assets/openable/images/imported/364_SEALEO_left_3up--b021f8f7.webp" title="assets/openable/images/imported/364_SEALEO_left_3up--b021f8f7.webp" meta="31186 bytes"} +::image{src="../assets/openable/images/imported/364_SEALEO_left_3up--dfd8f592.webp" title="assets/openable/images/imported/364_SEALEO_left_3up--dfd8f592.webp" meta="171928 bytes"} +::image{src="../assets/openable/images/imported/365_WALREIN_left_3up--6dda0219.webp" title="assets/openable/images/imported/365_WALREIN_left_3up--6dda0219.webp" meta="197938 bytes"} +::image{src="../assets/openable/images/imported/365_WALREIN_left_3up--a894259b.webp" title="assets/openable/images/imported/365_WALREIN_left_3up--a894259b.webp" meta="40312 bytes"} +::image{src="../assets/openable/images/imported/371_BAGON_left_3up--021dcc3c.webp" title="assets/openable/images/imported/371_BAGON_left_3up--021dcc3c.webp" meta="30732 bytes"} +::image{src="../assets/openable/images/imported/371_BAGON_left_3up--91af9d4b.webp" title="assets/openable/images/imported/371_BAGON_left_3up--91af9d4b.webp" meta="162360 bytes"} +::image{src="../assets/openable/images/imported/372_SHELGON_left_3up--485df56d.webp" title="assets/openable/images/imported/372_SHELGON_left_3up--485df56d.webp" meta="36728 bytes"} +::image{src="../assets/openable/images/imported/372_SHELGON_left_3up--9d247da3.webp" title="assets/openable/images/imported/372_SHELGON_left_3up--9d247da3.webp" meta="156890 bytes"} +::image{src="../assets/openable/images/imported/373_SALAMENCE_left_3up--1802ea09.webp" title="assets/openable/images/imported/373_SALAMENCE_left_3up--1802ea09.webp" meta="49270 bytes"} +::image{src="../assets/openable/images/imported/373_SALAMENCE_left_3up--7e0a11b1.webp" title="assets/openable/images/imported/373_SALAMENCE_left_3up--7e0a11b1.webp" meta="221454 bytes"} +::image{src="../assets/openable/images/imported/374_BELDUM_left_3up--43beff85.webp" title="assets/openable/images/imported/374_BELDUM_left_3up--43beff85.webp" meta="32850 bytes"} +::image{src="../assets/openable/images/imported/374_BELDUM_left_3up--d7abb9e8.webp" title="assets/openable/images/imported/374_BELDUM_left_3up--d7abb9e8.webp" meta="152312 bytes"} +::image{src="../assets/openable/images/imported/374_BELDUM_right_3up--e7fc0e3f.webp" title="assets/openable/images/imported/374_BELDUM_right_3up--e7fc0e3f.webp" meta="152312 bytes"} +::image{src="../assets/openable/images/imported/375_METANG_left_3up--0bcd3862.webp" title="assets/openable/images/imported/375_METANG_left_3up--0bcd3862.webp" meta="212766 bytes"} +::image{src="../assets/openable/images/imported/375_METANG_left_3up--f0d8cdf7.webp" title="assets/openable/images/imported/375_METANG_left_3up--f0d8cdf7.webp" meta="50364 bytes"} +::image{src="../assets/openable/images/imported/376_METAGROSS_left_3up--bfd5d7db.webp" title="assets/openable/images/imported/376_METAGROSS_left_3up--bfd5d7db.webp" meta="36802 bytes"} +::image{src="../assets/openable/images/imported/376_METAGROSS_left_3up--e49263de.webp" title="assets/openable/images/imported/376_METAGROSS_left_3up--e49263de.webp" meta="223936 bytes"} +::image{src="../assets/openable/images/imported/384_RAYQUAZA_3up--46e347bf.webp" title="assets/openable/images/imported/384_RAYQUAZA_3up--46e347bf.webp" meta="59658 bytes"} +::image{src="../assets/openable/images/imported/384_RAYQUAZA_3up--f3c6e535.webp" title="assets/openable/images/imported/384_RAYQUAZA_3up--f3c6e535.webp" meta="323708 bytes"} +::image{src="../assets/openable/images/imported/387_TURTWIG_3up--e16766c9.webp" title="assets/openable/images/imported/387_TURTWIG_3up--e16766c9.webp" meta="36372 bytes"} +::image{src="../assets/openable/images/imported/387_TURTWIG_3up--e69b68ce.webp" title="assets/openable/images/imported/387_TURTWIG_3up--e69b68ce.webp" meta="178754 bytes"} +::image{src="../assets/openable/images/imported/388_GROTLE_left_3up--4f04e127.webp" title="assets/openable/images/imported/388_GROTLE_left_3up--4f04e127.webp" meta="275086 bytes"} +::image{src="../assets/openable/images/imported/388_GROTLE_left_3up--846e8758.webp" title="assets/openable/images/imported/388_GROTLE_left_3up--846e8758.webp" meta="49718 bytes"} +::image{src="../assets/openable/images/imported/389_TORTERRA_left_3up--058edc2d.webp" title="assets/openable/images/imported/389_TORTERRA_left_3up--058edc2d.webp" meta="272220 bytes"} +::image{src="../assets/openable/images/imported/389_TORTERRA_left_3up--9ff33f06.webp" title="assets/openable/images/imported/389_TORTERRA_left_3up--9ff33f06.webp" meta="57258 bytes"} +::image{src="../assets/openable/images/imported/389_TORTERRA_right_3up--b433c7b7.webp" title="assets/openable/images/imported/389_TORTERRA_right_3up--b433c7b7.webp" meta="284074 bytes"} +::image{src="../assets/openable/images/imported/390_CHIMCHAR_3up--a2cf1235.webp" title="assets/openable/images/imported/390_CHIMCHAR_3up--a2cf1235.webp" meta="43658 bytes"} +::image{src="../assets/openable/images/imported/390_CHIMCHAR_3up--cf4bda3c.webp" title="assets/openable/images/imported/390_CHIMCHAR_3up--cf4bda3c.webp" meta="233314 bytes"} +::image{src="../assets/openable/images/imported/390_CHIMCHAR_right_3up--79abdbd8.webp" title="assets/openable/images/imported/390_CHIMCHAR_right_3up--79abdbd8.webp" meta="227424 bytes"} +::image{src="../assets/openable/images/imported/391_MONFERNO_left_3up--42c15def.webp" title="assets/openable/images/imported/391_MONFERNO_left_3up--42c15def.webp" meta="51942 bytes"} +::image{src="../assets/openable/images/imported/391_MONFERNO_left_3up--c7a62fb7.webp" title="assets/openable/images/imported/391_MONFERNO_left_3up--c7a62fb7.webp" meta="249156 bytes"} +::image{src="../assets/openable/images/imported/391_MONFERNO_right_3up--fa77045d.webp" title="assets/openable/images/imported/391_MONFERNO_right_3up--fa77045d.webp" meta="250278 bytes"} +::image{src="../assets/openable/images/imported/392_INFERNAPE_left_3up--43c08a59.webp" title="assets/openable/images/imported/392_INFERNAPE_left_3up--43c08a59.webp" meta="282332 bytes"} +::image{src="../assets/openable/images/imported/392_INFERNAPE_left_3up--ed35d804.webp" title="assets/openable/images/imported/392_INFERNAPE_left_3up--ed35d804.webp" meta="53606 bytes"} +::image{src="../assets/openable/images/imported/393_PIPLUP_3up--d7f90918.webp" title="assets/openable/images/imported/393_PIPLUP_3up--d7f90918.webp" meta="37692 bytes"} +::image{src="../assets/openable/images/imported/393_PIPLUP_3up--f2c86fcd.webp" title="assets/openable/images/imported/393_PIPLUP_3up--f2c86fcd.webp" meta="175174 bytes"} +::image{src="../assets/openable/images/imported/394_PRINPLUP_left_3up--1935e0de.webp" title="assets/openable/images/imported/394_PRINPLUP_left_3up--1935e0de.webp" meta="36750 bytes"} +::image{src="../assets/openable/images/imported/394_PRINPLUP_left_3up--c9a8256a.webp" title="assets/openable/images/imported/394_PRINPLUP_left_3up--c9a8256a.webp" meta="189500 bytes"} +::image{src="../assets/openable/images/imported/395_EMPOLEON_left_3up--4e0d7609.webp" title="assets/openable/images/imported/395_EMPOLEON_left_3up--4e0d7609.webp" meta="46622 bytes"} +::image{src="../assets/openable/images/imported/395_EMPOLEON_left_3up--7022065d.webp" title="assets/openable/images/imported/395_EMPOLEON_left_3up--7022065d.webp" meta="227446 bytes"} +::image{src="../assets/openable/images/imported/399_BIDOOF_3up--9af49089.webp" title="assets/openable/images/imported/399_BIDOOF_3up--9af49089.webp" meta="177558 bytes"} +::image{src="../assets/openable/images/imported/399_BIDOOF_3up--eb317f2e.webp" title="assets/openable/images/imported/399_BIDOOF_3up--eb317f2e.webp" meta="38920 bytes"} +::image{src="../assets/openable/images/imported/400_BIBAREL_left_3up--6ab49214.webp" title="assets/openable/images/imported/400_BIBAREL_left_3up--6ab49214.webp" meta="35966 bytes"} +::image{src="../assets/openable/images/imported/400_BIBAREL_left_3up--a2ddbb6e.webp" title="assets/openable/images/imported/400_BIBAREL_left_3up--a2ddbb6e.webp" meta="162888 bytes"} +::image{src="../assets/openable/images/imported/417_PACHIRISU_3up--0c4655d2.webp" title="assets/openable/images/imported/417_PACHIRISU_3up--0c4655d2.webp" meta="162838 bytes"} +::image{src="../assets/openable/images/imported/417_PACHIRISU_3up--f619a638.webp" title="assets/openable/images/imported/417_PACHIRISU_3up--f619a638.webp" meta="29730 bytes"} +::image{src="../assets/openable/images/imported/420_CHERUBI_left_3up--07a78357.webp" title="assets/openable/images/imported/420_CHERUBI_left_3up--07a78357.webp" meta="119768 bytes"} +::image{src="../assets/openable/images/imported/420_CHERUBI_left_3up--1ac5dc5f.webp" title="assets/openable/images/imported/420_CHERUBI_left_3up--1ac5dc5f.webp" meta="30202 bytes"} +::image{src="../assets/openable/images/imported/420_CHERUBI_right_3up--4de85a22.webp" title="assets/openable/images/imported/420_CHERUBI_right_3up--4de85a22.webp" meta="117016 bytes"} +::image{src="../assets/openable/images/imported/421_CHERRIM_3up--4448c2b2.webp" title="assets/openable/images/imported/421_CHERRIM_3up--4448c2b2.webp" meta="179852 bytes"} +::image{src="../assets/openable/images/imported/421_CHERRIM_3up--76d16dee.webp" title="assets/openable/images/imported/421_CHERRIM_3up--76d16dee.webp" meta="36476 bytes"} +::image{src="../assets/openable/images/imported/424_AMBIPOM_left_3up--56c11832.webp" title="assets/openable/images/imported/424_AMBIPOM_left_3up--56c11832.webp" meta="224690 bytes"} +::image{src="../assets/openable/images/imported/424_AMBIPOM_left_3up--fa0d5242.webp" title="assets/openable/images/imported/424_AMBIPOM_left_3up--fa0d5242.webp" meta="50552 bytes"} +::image{src="../assets/openable/images/imported/425_DRIFLOON_3up--c7c99c52.webp" title="assets/openable/images/imported/425_DRIFLOON_3up--c7c99c52.webp" meta="20138 bytes"} +::image{src="../assets/openable/images/imported/425_DRIFLOON_3up--f74b03cd.webp" title="assets/openable/images/imported/425_DRIFLOON_3up--f74b03cd.webp" meta="102950 bytes"} +::image{src="../assets/openable/images/imported/425_DRIFLOON_right_3up--ab01668f.webp" title="assets/openable/images/imported/425_DRIFLOON_right_3up--ab01668f.webp" meta="104772 bytes"} +::image{src="../assets/openable/images/imported/426_DRIFBLIM_left_3up--1a611c8c.webp" title="assets/openable/images/imported/426_DRIFBLIM_left_3up--1a611c8c.webp" meta="40808 bytes"} +::image{src="../assets/openable/images/imported/426_DRIFBLIM_left_3up--cfde05c3.webp" title="assets/openable/images/imported/426_DRIFBLIM_left_3up--cfde05c3.webp" meta="171358 bytes"} +::image{src="../assets/openable/images/imported/430_HONCHKROW_left_3up--cb2da312.webp" title="assets/openable/images/imported/430_HONCHKROW_left_3up--cb2da312.webp" meta="32214 bytes"} +::image{src="../assets/openable/images/imported/430_HONCHKROW_left_3up--d4d6123a.webp" title="assets/openable/images/imported/430_HONCHKROW_left_3up--d4d6123a.webp" meta="170300 bytes"} +::image{src="../assets/openable/images/imported/433_CHINGLING_3up--55b72896.webp" title="assets/openable/images/imported/433_CHINGLING_3up--55b72896.webp" meta="155810 bytes"} +::image{src="../assets/openable/images/imported/433_CHINGLING_3up--dd2d2df7.webp" title="assets/openable/images/imported/433_CHINGLING_3up--dd2d2df7.webp" meta="32022 bytes"} +::image{src="../assets/openable/images/imported/438_BONSLY_left_3up--44d815f2.webp" title="assets/openable/images/imported/438_BONSLY_left_3up--44d815f2.webp" meta="155986 bytes"} +::image{src="../assets/openable/images/imported/438_BONSLY_left_3up--7c04c027.webp" title="assets/openable/images/imported/438_BONSLY_left_3up--7c04c027.webp" meta="35326 bytes"} +::image{src="../assets/openable/images/imported/439_MIME.JR_3up--66b98ff9.webp" title="assets/openable/images/imported/439_MIME.JR_3up--66b98ff9.webp" meta="30850 bytes"} +::image{src="../assets/openable/images/imported/439_MIME.JR_3up--c5ba3221.webp" title="assets/openable/images/imported/439_MIME.JR_3up--c5ba3221.webp" meta="136788 bytes"} +::image{src="../assets/openable/images/imported/440_HAPPINY_left_3up--469b4ebf.webp" title="assets/openable/images/imported/440_HAPPINY_left_3up--469b4ebf.webp" meta="143758 bytes"} +::image{src="../assets/openable/images/imported/440_HAPPINY_left_3up--d5bc4dc1.webp" title="assets/openable/images/imported/440_HAPPINY_left_3up--d5bc4dc1.webp" meta="27008 bytes"} +::image{src="../assets/openable/images/imported/441_CHATOT_3up--37f90c6f.webp" title="assets/openable/images/imported/441_CHATOT_3up--37f90c6f.webp" meta="41376 bytes"} +::image{src="../assets/openable/images/imported/441_CHATOT_3up--59408e7e.webp" title="assets/openable/images/imported/441_CHATOT_3up--59408e7e.webp" meta="256402 bytes"} +::image{src="../assets/openable/images/imported/443_GIBLE_left_3up--9530c0e7.webp" title="assets/openable/images/imported/443_GIBLE_left_3up--9530c0e7.webp" meta="38020 bytes"} +::image{src="../assets/openable/images/imported/443_GIBLE_left_3up--e110bb75.webp" title="assets/openable/images/imported/443_GIBLE_left_3up--e110bb75.webp" meta="180304 bytes"} +::image{src="../assets/openable/images/imported/445_GARCHOMP_left_3up--4db0a638.webp" title="assets/openable/images/imported/445_GARCHOMP_left_3up--4db0a638.webp" meta="226244 bytes"} +::image{src="../assets/openable/images/imported/445_GARCHOMP_left_3up--d4df1eab.webp" title="assets/openable/images/imported/445_GARCHOMP_left_3up--d4df1eab.webp" meta="47638 bytes"} +::image{src="../assets/openable/images/imported/446_MUNCHLAX_3up--5f109d2f.webp" title="assets/openable/images/imported/446_MUNCHLAX_3up--5f109d2f.webp" meta="37460 bytes"} +::image{src="../assets/openable/images/imported/446_MUNCHLAX_3up--9521d652.webp" title="assets/openable/images/imported/446_MUNCHLAX_3up--9521d652.webp" meta="181974 bytes"} +::image{src="../assets/openable/images/imported/447_RIOLU_3up--2ea151a5.webp" title="assets/openable/images/imported/447_RIOLU_3up--2ea151a5.webp" meta="165338 bytes"} +::image{src="../assets/openable/images/imported/447_RIOLU_3up--398086a4.webp" title="assets/openable/images/imported/447_RIOLU_3up--398086a4.webp" meta="33494 bytes"} +::image{src="../assets/openable/images/imported/448_LUCARIO_3up--312d5c2f.webp" title="assets/openable/images/imported/448_LUCARIO_3up--312d5c2f.webp" meta="36800 bytes"} +::image{src="../assets/openable/images/imported/448_LUCARIO_3up--93118afc.webp" title="assets/openable/images/imported/448_LUCARIO_3up--93118afc.webp" meta="196048 bytes"} +::image{src="../assets/openable/images/imported/455_CARNIVINE_3up--c2994238.webp" title="assets/openable/images/imported/455_CARNIVINE_3up--c2994238.webp" meta="246184 bytes"} +::image{src="../assets/openable/images/imported/455_CARNIVINE_3up--cf4bbc5d.webp" title="assets/openable/images/imported/455_CARNIVINE_3up--cf4bbc5d.webp" meta="48850 bytes"} +::image{src="../assets/openable/images/imported/461_WEAVILE_left_3up--56bd0eb2.webp" title="assets/openable/images/imported/461_WEAVILE_left_3up--56bd0eb2.webp" meta="224266 bytes"} +::image{src="../assets/openable/images/imported/461_WEAVILE_left_3up--9dcd13f2.webp" title="assets/openable/images/imported/461_WEAVILE_left_3up--9dcd13f2.webp" meta="41812 bytes"} +::image{src="../assets/openable/images/imported/462_MAGNEZONE_left_3up--0427548e.webp" title="assets/openable/images/imported/462_MAGNEZONE_left_3up--0427548e.webp" meta="33060 bytes"} +::image{src="../assets/openable/images/imported/462_MAGNEZONE_left_3up--3d007f91.webp" title="assets/openable/images/imported/462_MAGNEZONE_left_3up--3d007f91.webp" meta="172670 bytes"} +::image{src="../assets/openable/images/imported/464_RHYPERIOR_left_3up--8cdc9518.webp" title="assets/openable/images/imported/464_RHYPERIOR_left_3up--8cdc9518.webp" meta="46286 bytes"} +::image{src="../assets/openable/images/imported/464_RHYPERIOR_left_3up--f3cd5fd5.webp" title="assets/openable/images/imported/464_RHYPERIOR_left_3up--f3cd5fd5.webp" meta="250558 bytes"} +::image{src="../assets/openable/images/imported/467_MAGMORTAR_left_3up--283cf3fe.webp" title="assets/openable/images/imported/467_MAGMORTAR_left_3up--283cf3fe.webp" meta="58808 bytes"} +::image{src="../assets/openable/images/imported/467_MAGMORTAR_left_3up--d872e54d.webp" title="assets/openable/images/imported/467_MAGMORTAR_left_3up--d872e54d.webp" meta="295904 bytes"} +::image{src="../assets/openable/images/imported/467_MAGMORTAR_right_3up--fbec5d99.webp" title="assets/openable/images/imported/467_MAGMORTAR_right_3up--fbec5d99.webp" meta="295904 bytes"} +::image{src="../assets/openable/images/imported/468_TOGEKISS_left_3up--1537e006.webp" title="assets/openable/images/imported/468_TOGEKISS_left_3up--1537e006.webp" meta="91564 bytes"} +::image{src="../assets/openable/images/imported/468_TOGEKISS_left_3up--f4a105dd.webp" title="assets/openable/images/imported/468_TOGEKISS_left_3up--f4a105dd.webp" meta="21664 bytes"} +::image{src="../assets/openable/images/imported/468_TOGEKISS_right_3up--8ad012ec.webp" title="assets/openable/images/imported/468_TOGEKISS_right_3up--8ad012ec.webp" meta="91564 bytes"} +::image{src="../assets/openable/images/imported/470_LEAFEON_3up--9e60d96b.webp" title="assets/openable/images/imported/470_LEAFEON_3up--9e60d96b.webp" meta="236056 bytes"} +::image{src="../assets/openable/images/imported/470_LEAFEON_3up--ab2db3bf.webp" title="assets/openable/images/imported/470_LEAFEON_3up--ab2db3bf.webp" meta="47902 bytes"} +::image{src="../assets/openable/images/imported/470_LEAFEON_right_3up--ba3ad38c.webp" title="assets/openable/images/imported/470_LEAFEON_right_3up--ba3ad38c.webp" meta="227818 bytes"} +::image{src="../assets/openable/images/imported/471_GLACEON_3up--a74f4fdc.webp" title="assets/openable/images/imported/471_GLACEON_3up--a74f4fdc.webp" meta="217664 bytes"} +::image{src="../assets/openable/images/imported/471_GLACEON_3up--efe530b6.webp" title="assets/openable/images/imported/471_GLACEON_3up--efe530b6.webp" meta="43244 bytes"} +::image{src="../assets/openable/images/imported/473_MAMOSWINE_left_3up--5ae2d453.webp" title="assets/openable/images/imported/473_MAMOSWINE_left_3up--5ae2d453.webp" meta="41466 bytes"} +::image{src="../assets/openable/images/imported/473_MAMOSWINE_left_3up--8a10b6cc.webp" title="assets/openable/images/imported/473_MAMOSWINE_left_3up--8a10b6cc.webp" meta="230206 bytes"} +::image{src="../assets/openable/images/imported/475_GALLADE_left_3up--974887e9.webp" title="assets/openable/images/imported/475_GALLADE_left_3up--974887e9.webp" meta="140468 bytes"} +::image{src="../assets/openable/images/imported/475_GALLADE_left_3up--b0f0b6b2.webp" title="assets/openable/images/imported/475_GALLADE_left_3up--b0f0b6b2.webp" meta="32108 bytes"} +::image{src="../assets/openable/images/imported/479_ROTOM_left_3up--1d212e20.webp" title="assets/openable/images/imported/479_ROTOM_left_3up--1d212e20.webp" meta="137170 bytes"} +::image{src="../assets/openable/images/imported/479_ROTOM_left_3up--dc70ca8d.webp" title="assets/openable/images/imported/479_ROTOM_left_3up--dc70ca8d.webp" meta="29978 bytes"} +::image{src="../assets/openable/images/imported/495_SNIVY_3up--e080c646.webp" title="assets/openable/images/imported/495_SNIVY_3up--e080c646.webp" meta="43038 bytes"} +::image{src="../assets/openable/images/imported/495_SNIVY_3up--e15f57d1.webp" title="assets/openable/images/imported/495_SNIVY_3up--e15f57d1.webp" meta="181282 bytes"} +::image{src="../assets/openable/images/imported/496_SERVINE_left_3up--11bdf7d0.webp" title="assets/openable/images/imported/496_SERVINE_left_3up--11bdf7d0.webp" meta="39450 bytes"} +::image{src="../assets/openable/images/imported/496_SERVINE_left_3up--37c22d51.webp" title="assets/openable/images/imported/496_SERVINE_left_3up--37c22d51.webp" meta="214372 bytes"} +::image{src="../assets/openable/images/imported/497_SERPERIOR_left_3up--29e98881.webp" title="assets/openable/images/imported/497_SERPERIOR_left_3up--29e98881.webp" meta="229678 bytes"} +::image{src="../assets/openable/images/imported/497_SERPERIOR_left_3up--bd76789e.webp" title="assets/openable/images/imported/497_SERPERIOR_left_3up--bd76789e.webp" meta="49276 bytes"} +::image{src="../assets/openable/images/imported/498_TEPIG_3up--1d542cd6.webp" title="assets/openable/images/imported/498_TEPIG_3up--1d542cd6.webp" meta="32176 bytes"} +::image{src="../assets/openable/images/imported/498_TEPIG_3up--32853fc3.webp" title="assets/openable/images/imported/498_TEPIG_3up--32853fc3.webp" meta="144050 bytes"} +::image{src="../assets/openable/images/imported/498_TEPIG_right_3up--7d88e698.webp" title="assets/openable/images/imported/498_TEPIG_right_3up--7d88e698.webp" meta="162010 bytes"} +::image{src="../assets/openable/images/imported/499_PIGNITE_left_3up--9e834169.webp" title="assets/openable/images/imported/499_PIGNITE_left_3up--9e834169.webp" meta="203060 bytes"} +::image{src="../assets/openable/images/imported/499_PIGNITE_left_3up--cd29228e.webp" title="assets/openable/images/imported/499_PIGNITE_left_3up--cd29228e.webp" meta="40680 bytes"} +::image{src="../assets/openable/images/imported/499_PIGNITE_right_3up--3fcad696.webp" title="assets/openable/images/imported/499_PIGNITE_right_3up--3fcad696.webp" meta="182332 bytes"} +::image{src="../assets/openable/images/imported/500_EMBOAR_left_3up--12e5658c.webp" title="assets/openable/images/imported/500_EMBOAR_left_3up--12e5658c.webp" meta="56874 bytes"} +::image{src="../assets/openable/images/imported/500_EMBOAR_left_3up--67bd31ec.webp" title="assets/openable/images/imported/500_EMBOAR_left_3up--67bd31ec.webp" meta="257908 bytes"} +::image{src="../assets/openable/images/imported/500_EMBOAR_right_3up--de0fb31c.webp" title="assets/openable/images/imported/500_EMBOAR_right_3up--de0fb31c.webp" meta="291362 bytes"} +::image{src="../assets/openable/images/imported/501_OSHAWOTT_3up--082b189f.webp" title="assets/openable/images/imported/501_OSHAWOTT_3up--082b189f.webp" meta="159520 bytes"} +::image{src="../assets/openable/images/imported/501_OSHAWOTT_3up--dddde2af.webp" title="assets/openable/images/imported/501_OSHAWOTT_3up--dddde2af.webp" meta="34604 bytes"} +::image{src="../assets/openable/images/imported/502_DEWOTT_left_3up--49683bff.webp" title="assets/openable/images/imported/502_DEWOTT_left_3up--49683bff.webp" meta="35236 bytes"} +::image{src="../assets/openable/images/imported/502_DEWOTT_left_3up--9799bab6.webp" title="assets/openable/images/imported/502_DEWOTT_left_3up--9799bab6.webp" meta="162792 bytes"} +::image{src="../assets/openable/images/imported/503_SAMUROTT_left_3up--06a178b4.webp" title="assets/openable/images/imported/503_SAMUROTT_left_3up--06a178b4.webp" meta="48524 bytes"} +::image{src="../assets/openable/images/imported/503_SAMUROTT_left_3up--44046bf6.webp" title="assets/openable/images/imported/503_SAMUROTT_left_3up--44046bf6.webp" meta="232834 bytes"} +::image{src="../assets/openable/images/imported/511_PANSAGE_3up--03a58770.webp" title="assets/openable/images/imported/511_PANSAGE_3up--03a58770.webp" meta="195950 bytes"} +::image{src="../assets/openable/images/imported/511_PANSAGE_3up--1c56fb7d.webp" title="assets/openable/images/imported/511_PANSAGE_3up--1c56fb7d.webp" meta="48814 bytes"} +::image{src="../assets/openable/images/imported/512_SIMISAGE_left_3up--19d93720.webp" title="assets/openable/images/imported/512_SIMISAGE_left_3up--19d93720.webp" meta="52040 bytes"} +::image{src="../assets/openable/images/imported/512_SIMISAGE_left_3up--92fda3a4.webp" title="assets/openable/images/imported/512_SIMISAGE_left_3up--92fda3a4.webp" meta="174808 bytes"} +::image{src="../assets/openable/images/imported/513_PANSEAR_3up--998ea8e8.webp" title="assets/openable/images/imported/513_PANSEAR_3up--998ea8e8.webp" meta="44266 bytes"} +::image{src="../assets/openable/images/imported/513_PANSEAR_3up--a9100bee.webp" title="assets/openable/images/imported/513_PANSEAR_3up--a9100bee.webp" meta="145252 bytes"} +::image{src="../assets/openable/images/imported/513_PANSEAR_right_3up--eb3f7468.webp" title="assets/openable/images/imported/513_PANSEAR_right_3up--eb3f7468.webp" meta="166084 bytes"} +::image{src="../assets/openable/images/imported/514_SIMISEAR_left_3up--b7fa0c2f.webp" title="assets/openable/images/imported/514_SIMISEAR_left_3up--b7fa0c2f.webp" meta="61550 bytes"} +::image{src="../assets/openable/images/imported/514_SIMISEAR_left_3up--b884e65b.webp" title="assets/openable/images/imported/514_SIMISEAR_left_3up--b884e65b.webp" meta="232238 bytes"} +::image{src="../assets/openable/images/imported/514_SIMISEAR_right_3up--c8b9b7d8.webp" title="assets/openable/images/imported/514_SIMISEAR_right_3up--c8b9b7d8.webp" meta="232238 bytes"} +::image{src="../assets/openable/images/imported/515_PANPOUR_3up--6e3c0eaf.webp" title="assets/openable/images/imported/515_PANPOUR_3up--6e3c0eaf.webp" meta="231894 bytes"} +::image{src="../assets/openable/images/imported/515_PANPOUR_3up--a48c1107.webp" title="assets/openable/images/imported/515_PANPOUR_3up--a48c1107.webp" meta="53648 bytes"} +::image{src="../assets/openable/images/imported/516_SIMIPOUR_left_3up--388974eb.webp" title="assets/openable/images/imported/516_SIMIPOUR_left_3up--388974eb.webp" meta="57662 bytes"} +::image{src="../assets/openable/images/imported/516_SIMIPOUR_left_3up--6139266a.webp" title="assets/openable/images/imported/516_SIMIPOUR_left_3up--6139266a.webp" meta="248722 bytes"} +::image{src="../assets/openable/images/imported/529_DRILBUR_left_3up--b972c14f.webp" title="assets/openable/images/imported/529_DRILBUR_left_3up--b972c14f.webp" meta="155186 bytes"} +::image{src="../assets/openable/images/imported/529_DRILBUR_left_3up--d2718bf6.webp" title="assets/openable/images/imported/529_DRILBUR_left_3up--d2718bf6.webp" meta="40496 bytes"} +::image{src="../assets/openable/images/imported/529_DRILBUR_right_3up--43588d58.webp" title="assets/openable/images/imported/529_DRILBUR_right_3up--43588d58.webp" meta="155186 bytes"} +::image{src="../assets/openable/images/imported/529_DRILBUR_right_3up--8faf18b5.webp" title="assets/openable/images/imported/529_DRILBUR_right_3up--8faf18b5.webp" meta="40496 bytes"} +::image{src="../assets/openable/images/imported/529_DRILBUR_right_3up--c63de0f1.webp" title="assets/openable/images/imported/529_DRILBUR_right_3up--c63de0f1.webp" meta="155186 bytes"} +::image{src="../assets/openable/images/imported/530_EXCADRILL_left_3up--2a0fc884.webp" title="assets/openable/images/imported/530_EXCADRILL_left_3up--2a0fc884.webp" meta="190188 bytes"} +::image{src="../assets/openable/images/imported/530_EXCADRILL_left_3up--75f1058d.webp" title="assets/openable/images/imported/530_EXCADRILL_left_3up--75f1058d.webp" meta="39274 bytes"} +::image{src="../assets/openable/images/imported/530_EXCADRILL_right_3up--b0641bc5.webp" title="assets/openable/images/imported/530_EXCADRILL_right_3up--b0641bc5.webp" meta="190188 bytes"} +::image{src="../assets/openable/images/imported/554_DARUMAKA_3up--759f61ae.webp" title="assets/openable/images/imported/554_DARUMAKA_3up--759f61ae.webp" meta="40024 bytes"} +::image{src="../assets/openable/images/imported/554_DARUMAKA_3up--85e63f92.webp" title="assets/openable/images/imported/554_DARUMAKA_3up--85e63f92.webp" meta="185482 bytes"} +::image{src="../assets/openable/images/imported/555_DARMANITAN_left_3up--6670dd3d.webp" title="assets/openable/images/imported/555_DARMANITAN_left_3up--6670dd3d.webp" meta="51300 bytes"} +::image{src="../assets/openable/images/imported/555_DARMANITAN_left_3up--be781b06.webp" title="assets/openable/images/imported/555_DARMANITAN_left_3up--be781b06.webp" meta="232218 bytes"} +::image{src="../assets/openable/images/imported/570_ZORUA010.ai_right_3up--a6c2ac50.webp" title="assets/openable/images/imported/570_ZORUA010.ai_right_3up--a6c2ac50.webp" meta="190292 bytes"} +::image{src="../assets/openable/images/imported/570_ZORUA016.ai_left_3up--4f45d465.webp" title="assets/openable/images/imported/570_ZORUA016.ai_left_3up--4f45d465.webp" meta="42698 bytes"} +::image{src="../assets/openable/images/imported/570_ZORUA016.ai_left_3up--5adee7e9.webp" title="assets/openable/images/imported/570_ZORUA016.ai_left_3up--5adee7e9.webp" meta="205054 bytes"} +::image{src="../assets/openable/images/imported/571_ZOROARK006x.ai_3up--5e9ebb22.webp" title="assets/openable/images/imported/571_ZOROARK006x.ai_3up--5e9ebb22.webp" meta="43800 bytes"} +::image{src="../assets/openable/images/imported/571_ZOROARK006x.ai_3up--cb329c2e.webp" title="assets/openable/images/imported/571_ZOROARK006x.ai_3up--cb329c2e.webp" meta="222168 bytes"} +::image{src="../assets/openable/images/imported/580_DUCKLETT_left_3up--08e7fbe5.webp" title="assets/openable/images/imported/580_DUCKLETT_left_3up--08e7fbe5.webp" meta="133086 bytes"} +::image{src="../assets/openable/images/imported/580_DUCKLETT_left_3up--8039cf2d.webp" title="assets/openable/images/imported/580_DUCKLETT_left_3up--8039cf2d.webp" meta="32914 bytes"} +::image{src="../assets/openable/images/imported/581_SWANNA001x.ai_left_3up--67257710.webp" title="assets/openable/images/imported/581_SWANNA001x.ai_left_3up--67257710.webp" meta="29616 bytes"} +::image{src="../assets/openable/images/imported/581_SWANNA001x.ai_left_3up--96b5e85b.webp" title="assets/openable/images/imported/581_SWANNA001x.ai_left_3up--96b5e85b.webp" meta="130024 bytes"} +::image{src="../assets/openable/images/imported/582_VANILLITE_left_3up--bc737a9c.webp" title="assets/openable/images/imported/582_VANILLITE_left_3up--bc737a9c.webp" meta="108888 bytes"} +::image{src="../assets/openable/images/imported/582_VANILLITE_left_3up--e1bbd2a9.webp" title="assets/openable/images/imported/582_VANILLITE_left_3up--e1bbd2a9.webp" meta="26788 bytes"} +::image{src="../assets/openable/images/imported/583_VANILLISH_3up--2bf87f48.webp" title="assets/openable/images/imported/583_VANILLISH_3up--2bf87f48.webp" meta="150130 bytes"} +::image{src="../assets/openable/images/imported/583_VANILLISH_3up--fbbe9ca6.webp" title="assets/openable/images/imported/583_VANILLISH_3up--fbbe9ca6.webp" meta="37868 bytes"} +::image{src="../assets/openable/images/imported/583_VANILLISH_right_3up--0903e5aa.webp" title="assets/openable/images/imported/583_VANILLISH_right_3up--0903e5aa.webp" meta="150130 bytes"} +::image{src="../assets/openable/images/imported/584_VANILLUXE_left_3up--d9a89f74.webp" title="assets/openable/images/imported/584_VANILLUXE_left_3up--d9a89f74.webp" meta="203980 bytes"} +::image{src="../assets/openable/images/imported/584_VANILLUXE_left_3up--eb1ea0f4.webp" title="assets/openable/images/imported/584_VANILLUXE_left_3up--eb1ea0f4.webp" meta="49990 bytes"} +::image{src="../assets/openable/images/imported/584_VANILLUXE_right_3up--72849c08.webp" title="assets/openable/images/imported/584_VANILLUXE_right_3up--72849c08.webp" meta="203980 bytes"} +::image{src="../assets/openable/images/imported/590_FOONGUS_3up--1a3f5eb7.webp" title="assets/openable/images/imported/590_FOONGUS_3up--1a3f5eb7.webp" meta="29178 bytes"} +::image{src="../assets/openable/images/imported/590_FOONGUS_3up--bc6f2b37.webp" title="assets/openable/images/imported/590_FOONGUS_3up--bc6f2b37.webp" meta="113972 bytes"} +::image{src="../assets/openable/images/imported/591_AMOONGUSS_left_3up--4c7d63fe.webp" title="assets/openable/images/imported/591_AMOONGUSS_left_3up--4c7d63fe.webp" meta="177932 bytes"} +::image{src="../assets/openable/images/imported/591_AMOONGUSS_left_3up--5750796d.webp" title="assets/openable/images/imported/591_AMOONGUSS_left_3up--5750796d.webp" meta="43902 bytes"} +::image{src="../assets/openable/images/imported/591_AMOONGUSS_right_3up--a55004eb.webp" title="assets/openable/images/imported/591_AMOONGUSS_right_3up--a55004eb.webp" meta="177932 bytes"} +::image{src="../assets/openable/images/imported/595_JOLTIK_3up--b05ccfca.webp" title="assets/openable/images/imported/595_JOLTIK_3up--b05ccfca.webp" meta="35644 bytes"} +::image{src="../assets/openable/images/imported/595_JOLTIK_3up--b6f17661.webp" title="assets/openable/images/imported/595_JOLTIK_3up--b6f17661.webp" meta="145086 bytes"} +::image{src="../assets/openable/images/imported/596_GALVANTULA_left_3up--2fcb0c21.webp" title="assets/openable/images/imported/596_GALVANTULA_left_3up--2fcb0c21.webp" meta="199486 bytes"} +::image{src="../assets/openable/images/imported/596_GALVANTULA_left_3up--5e057260.webp" title="assets/openable/images/imported/596_GALVANTULA_left_3up--5e057260.webp" meta="45998 bytes"} +::image{src="../assets/openable/images/imported/597_FERROSEED_left_3up--20906f38.webp" title="assets/openable/images/imported/597_FERROSEED_left_3up--20906f38.webp" meta="152566 bytes"} +::image{src="../assets/openable/images/imported/597_FERROSEED_left_3up--b14bec2d.webp" title="assets/openable/images/imported/597_FERROSEED_left_3up--b14bec2d.webp" meta="39522 bytes"} +::image{src="../assets/openable/images/imported/598_FERROTHORN_left_3up--2515ea73.webp" title="assets/openable/images/imported/598_FERROTHORN_left_3up--2515ea73.webp" meta="34532 bytes"} +::image{src="../assets/openable/images/imported/598_FERROTHORN_left_3up--ea69da93.webp" title="assets/openable/images/imported/598_FERROTHORN_left_3up--ea69da93.webp" meta="144126 bytes"} +::image{src="../assets/openable/images/imported/607_LITWICK_left_3up--ee213d0f.webp" title="assets/openable/images/imported/607_LITWICK_left_3up--ee213d0f.webp" meta="22404 bytes"} +::image{src="../assets/openable/images/imported/607_LITWICK_left_3up--fdd31c3e.webp" title="assets/openable/images/imported/607_LITWICK_left_3up--fdd31c3e.webp" meta="81554 bytes"} +::image{src="../assets/openable/images/imported/607_LITWICK_right_3up--bbadd3cd.webp" title="assets/openable/images/imported/607_LITWICK_right_3up--bbadd3cd.webp" meta="81554 bytes"} +::gallery-end diff --git a/asset-images-gallery-04.md b/asset-images-gallery-04.md new file mode 100644 index 0000000..4bbc099 --- /dev/null +++ b/asset-images-gallery-04.md @@ -0,0 +1,206 @@ +# Asset Image Gallery 04 + +Openable images assets 601-800 of 1212. + +::gallery-start +::image{src="../assets/openable/images/imported/608_LAMPENT_left_3up--16b47a97.webp" title="assets/openable/images/imported/608_LAMPENT_left_3up--16b47a97.webp" meta="22942 bytes"} +::image{src="../assets/openable/images/imported/608_LAMPENT_left_3up--f3a0cd3d.webp" title="assets/openable/images/imported/608_LAMPENT_left_3up--f3a0cd3d.webp" meta="109666 bytes"} +::image{src="../assets/openable/images/imported/609_CHANDELURE_3up--6f484468.webp" title="assets/openable/images/imported/609_CHANDELURE_3up--6f484468.webp" meta="202730 bytes"} +::image{src="../assets/openable/images/imported/609_CHANDELURE_3up--f0a7a2db.webp" title="assets/openable/images/imported/609_CHANDELURE_3up--f0a7a2db.webp" meta="46038 bytes"} +::image{src="../assets/openable/images/imported/613_CUBCHOO_3up--009bfd2a.webp" title="assets/openable/images/imported/613_CUBCHOO_3up--009bfd2a.webp" meta="36402 bytes"} +::image{src="../assets/openable/images/imported/613_CUBCHOO_3up--ac5fdddf.webp" title="assets/openable/images/imported/613_CUBCHOO_3up--ac5fdddf.webp" meta="136250 bytes"} +::image{src="../assets/openable/images/imported/614_BEARTIC_left_3up--64b1d369.webp" title="assets/openable/images/imported/614_BEARTIC_left_3up--64b1d369.webp" meta="126550 bytes"} +::image{src="../assets/openable/images/imported/614_BEARTIC_left_3up--f489fed9.webp" title="assets/openable/images/imported/614_BEARTIC_left_3up--f489fed9.webp" meta="33934 bytes"} +::image{src="../assets/openable/images/imported/633_DEINO_left_3up--03c52a7a.webp" title="assets/openable/images/imported/633_DEINO_left_3up--03c52a7a.webp" meta="133576 bytes"} +::image{src="../assets/openable/images/imported/633_DEINO_left_3up--6dcb5215.webp" title="assets/openable/images/imported/633_DEINO_left_3up--6dcb5215.webp" meta="28994 bytes"} +::image{src="../assets/openable/images/imported/634_ZWEILOUS_left_3up--36d00b27.webp" title="assets/openable/images/imported/634_ZWEILOUS_left_3up--36d00b27.webp" meta="50128 bytes"} +::image{src="../assets/openable/images/imported/634_ZWEILOUS_left_3up--8e4d1d41.webp" title="assets/openable/images/imported/634_ZWEILOUS_left_3up--8e4d1d41.webp" meta="182524 bytes"} +::image{src="../assets/openable/images/imported/635_HYDREIGON_left_3up--2430696d.webp" title="assets/openable/images/imported/635_HYDREIGON_left_3up--2430696d.webp" meta="53158 bytes"} +::image{src="../assets/openable/images/imported/635_HYDREIGON_left_3up--b27f167f.webp" title="assets/openable/images/imported/635_HYDREIGON_left_3up--b27f167f.webp" meta="267326 bytes"} +::image{src="../assets/openable/images/imported/650_CHESPIN_3up--0fa820a5.webp" title="assets/openable/images/imported/650_CHESPIN_3up--0fa820a5.webp" meta="39830 bytes"} +::image{src="../assets/openable/images/imported/650_CHESPIN_3up--a5627124.webp" title="assets/openable/images/imported/650_CHESPIN_3up--a5627124.webp" meta="163672 bytes"} +::image{src="../assets/openable/images/imported/651_QUILLADIN_left_3up--e5dd7039.webp" title="assets/openable/images/imported/651_QUILLADIN_left_3up--e5dd7039.webp" meta="46274 bytes"} +::image{src="../assets/openable/images/imported/651_QUILLADIN_left_3up--ed9b86c1.webp" title="assets/openable/images/imported/651_QUILLADIN_left_3up--ed9b86c1.webp" meta="214090 bytes"} +::image{src="../assets/openable/images/imported/652_CHESNAUGHT_left_3up--822a63d4.webp" title="assets/openable/images/imported/652_CHESNAUGHT_left_3up--822a63d4.webp" meta="52450 bytes"} +::image{src="../assets/openable/images/imported/652_CHESNAUGHT_left_3up--846718e0.webp" title="assets/openable/images/imported/652_CHESNAUGHT_left_3up--846718e0.webp" meta="310412 bytes"} +::image{src="../assets/openable/images/imported/653_FENNEKIN_3up--047323e1.webp" title="assets/openable/images/imported/653_FENNEKIN_3up--047323e1.webp" meta="40700 bytes"} +::image{src="../assets/openable/images/imported/653_FENNEKIN_3up--1c1bf27a.webp" title="assets/openable/images/imported/653_FENNEKIN_3up--1c1bf27a.webp" meta="217964 bytes"} +::image{src="../assets/openable/images/imported/654_BRAIXEN_left_3up--41d384c9.webp" title="assets/openable/images/imported/654_BRAIXEN_left_3up--41d384c9.webp" meta="223570 bytes"} +::image{src="../assets/openable/images/imported/654_BRAIXEN_left_3up--512ec88c.webp" title="assets/openable/images/imported/654_BRAIXEN_left_3up--512ec88c.webp" meta="43842 bytes"} +::image{src="../assets/openable/images/imported/655_DELPHOX_left_3up--03ce2ad9.webp" title="assets/openable/images/imported/655_DELPHOX_left_3up--03ce2ad9.webp" meta="341698 bytes"} +::image{src="../assets/openable/images/imported/655_DELPHOX_left_3up--a7c09e3f.webp" title="assets/openable/images/imported/655_DELPHOX_left_3up--a7c09e3f.webp" meta="59934 bytes"} +::image{src="../assets/openable/images/imported/656_FROAKIE_3up--55e72c0e.webp" title="assets/openable/images/imported/656_FROAKIE_3up--55e72c0e.webp" meta="51046 bytes"} +::image{src="../assets/openable/images/imported/656_FROAKIE_3up--907310f1.webp" title="assets/openable/images/imported/656_FROAKIE_3up--907310f1.webp" meta="229450 bytes"} +::image{src="../assets/openable/images/imported/657_FROGADIER_left_3up--c5d2dffd.webp" title="assets/openable/images/imported/657_FROGADIER_left_3up--c5d2dffd.webp" meta="41308 bytes"} +::image{src="../assets/openable/images/imported/657_FROGADIER_left_3up--e60b81e6.webp" title="assets/openable/images/imported/657_FROGADIER_left_3up--e60b81e6.webp" meta="219440 bytes"} +::image{src="../assets/openable/images/imported/657_FROGADIER_right_3up--4a7d9fc3.webp" title="assets/openable/images/imported/657_FROGADIER_right_3up--4a7d9fc3.webp" meta="193260 bytes"} +::image{src="../assets/openable/images/imported/658_GRENINJA_3up--67ba1dda.webp" title="assets/openable/images/imported/658_GRENINJA_3up--67ba1dda.webp" meta="36934 bytes"} +::image{src="../assets/openable/images/imported/658_GRENINJA_3up--fc71e9ad.webp" title="assets/openable/images/imported/658_GRENINJA_3up--fc71e9ad.webp" meta="217910 bytes"} +::image{src="../assets/openable/images/imported/658_GRENINJA_right_3up--de5ac837.webp" title="assets/openable/images/imported/658_GRENINJA_right_3up--de5ac837.webp" meta="200498 bytes"} +::image{src="../assets/openable/images/imported/661_FLETCHLING_left_3up--41c00bb5.webp" title="assets/openable/images/imported/661_FLETCHLING_left_3up--41c00bb5.webp" meta="141558 bytes"} +::image{src="../assets/openable/images/imported/661_FLETCHLING_left_3up--e4b4a25c.webp" title="assets/openable/images/imported/661_FLETCHLING_left_3up--e4b4a25c.webp" meta="31616 bytes"} +::image{src="../assets/openable/images/imported/662_FLETCHINDER_left_3up--49863b1b.webp" title="assets/openable/images/imported/662_FLETCHINDER_left_3up--49863b1b.webp" meta="161628 bytes"} +::image{src="../assets/openable/images/imported/662_FLETCHINDER_left_3up--ff23f9c0.webp" title="assets/openable/images/imported/662_FLETCHINDER_left_3up--ff23f9c0.webp" meta="30022 bytes"} +::image{src="../assets/openable/images/imported/663_TALONFLAME_left_3up--071041af.webp" title="assets/openable/images/imported/663_TALONFLAME_left_3up--071041af.webp" meta="37164 bytes"} +::image{src="../assets/openable/images/imported/663_TALONFLAME_left_3up--a436f03c.webp" title="assets/openable/images/imported/663_TALONFLAME_left_3up--a436f03c.webp" meta="192128 bytes"} +::image{src="../assets/openable/images/imported/664_SCATTERBUG_left_3up--2afbf413.webp" title="assets/openable/images/imported/664_SCATTERBUG_left_3up--2afbf413.webp" meta="26830 bytes"} +::image{src="../assets/openable/images/imported/664_SCATTERBUG_left_3up--bcc0cb6c.webp" title="assets/openable/images/imported/664_SCATTERBUG_left_3up--bcc0cb6c.webp" meta="139480 bytes"} +::image{src="../assets/openable/images/imported/665_SPEWPA_left_3up--013a319c.webp" title="assets/openable/images/imported/665_SPEWPA_left_3up--013a319c.webp" meta="36706 bytes"} +::image{src="../assets/openable/images/imported/665_SPEWPA_left_3up--f1161334.webp" title="assets/openable/images/imported/665_SPEWPA_left_3up--f1161334.webp" meta="138580 bytes"} +::image{src="../assets/openable/images/imported/666_VIVILLON_3up--4df335f6.webp" title="assets/openable/images/imported/666_VIVILLON_3up--4df335f6.webp" meta="187050 bytes"} +::image{src="../assets/openable/images/imported/666_VIVILLON_3up--a836e859.webp" title="assets/openable/images/imported/666_VIVILLON_3up--a836e859.webp" meta="46464 bytes"} +::image{src="../assets/openable/images/imported/669_FLABEBE_left_3up--070b1e1a.webp" title="assets/openable/images/imported/669_FLABEBE_left_3up--070b1e1a.webp" meta="48502 bytes"} +::image{src="../assets/openable/images/imported/669_FLABEBE_left_3up--8e7cae6c.webp" title="assets/openable/images/imported/669_FLABEBE_left_3up--8e7cae6c.webp" meta="197250 bytes"} +::image{src="../assets/openable/images/imported/670_FLOETTE_3up--17035c38.webp" title="assets/openable/images/imported/670_FLOETTE_3up--17035c38.webp" meta="186598 bytes"} +::image{src="../assets/openable/images/imported/670_FLOETTE_3up--cdc723c1.webp" title="assets/openable/images/imported/670_FLOETTE_3up--cdc723c1.webp" meta="40914 bytes"} +::image{src="../assets/openable/images/imported/671_FLORGES_left_3up--3d8b5c64.webp" title="assets/openable/images/imported/671_FLORGES_left_3up--3d8b5c64.webp" meta="56648 bytes"} +::image{src="../assets/openable/images/imported/671_FLORGES_left_3up--c930abca.webp" title="assets/openable/images/imported/671_FLORGES_left_3up--c930abca.webp" meta="281546 bytes"} +::image{src="../assets/openable/images/imported/676_FURFROU_3up--dac1f205.webp" title="assets/openable/images/imported/676_FURFROU_3up--dac1f205.webp" meta="165156 bytes"} +::image{src="../assets/openable/images/imported/676_FURFROU_3up--f0d99fa9.webp" title="assets/openable/images/imported/676_FURFROU_3up--f0d99fa9.webp" meta="36588 bytes"} +::image{src="../assets/openable/images/imported/677_ESPURR_3up--2678d9fd.webp" title="assets/openable/images/imported/677_ESPURR_3up--2678d9fd.webp" meta="34246 bytes"} +::image{src="../assets/openable/images/imported/677_ESPURR_3up--5a46e533.webp" title="assets/openable/images/imported/677_ESPURR_3up--5a46e533.webp" meta="151760 bytes"} +::image{src="../assets/openable/images/imported/678_MEOWSTIC_left_3up--14c63e5c.webp" title="assets/openable/images/imported/678_MEOWSTIC_left_3up--14c63e5c.webp" meta="206276 bytes"} +::image{src="../assets/openable/images/imported/678_MEOWSTIC_left_3up--a201071a.webp" title="assets/openable/images/imported/678_MEOWSTIC_left_3up--a201071a.webp" meta="46146 bytes"} +::image{src="../assets/openable/images/imported/678_MEOWSTIC_right_3up--e710621a.webp" title="assets/openable/images/imported/678_MEOWSTIC_right_3up--e710621a.webp" meta="206276 bytes"} +::image{src="../assets/openable/images/imported/700_SYLVEON_3up--55279b5d.webp" title="assets/openable/images/imported/700_SYLVEON_3up--55279b5d.webp" meta="236268 bytes"} +::image{src="../assets/openable/images/imported/700_SYLVEON_3up--7bf5143b.webp" title="assets/openable/images/imported/700_SYLVEON_3up--7bf5143b.webp" meta="41114 bytes"} +::image{src="../assets/openable/images/imported/700_SYLVEON_right_3up--e3d33ca8.webp" title="assets/openable/images/imported/700_SYLVEON_right_3up--e3d33ca8.webp" meta="238924 bytes"} +::image{src="../assets/openable/images/imported/702_DEDENNE_3up--39c5d95b.webp" title="assets/openable/images/imported/702_DEDENNE_3up--39c5d95b.webp" meta="182738 bytes"} +::image{src="../assets/openable/images/imported/702_DEDENNE_3up--cb5d58a5.webp" title="assets/openable/images/imported/702_DEDENNE_3up--cb5d58a5.webp" meta="39328 bytes"} +::image{src="../assets/openable/images/imported/722_ROWLET_3up--6277b242.webp" title="assets/openable/images/imported/722_ROWLET_3up--6277b242.webp" meta="36740 bytes"} +::image{src="../assets/openable/images/imported/722_ROWLET_3up--c4e83f8d.webp" title="assets/openable/images/imported/722_ROWLET_3up--c4e83f8d.webp" meta="170744 bytes"} +::image{src="../assets/openable/images/imported/723_DARTRIX_left_3up--2d2582c1.webp" title="assets/openable/images/imported/723_DARTRIX_left_3up--2d2582c1.webp" meta="181460 bytes"} +::image{src="../assets/openable/images/imported/723_DARTRIX_left_3up--c316ebb4.webp" title="assets/openable/images/imported/723_DARTRIX_left_3up--c316ebb4.webp" meta="30362 bytes"} +::image{src="../assets/openable/images/imported/723_DARTRIX_right_3up--58612a2d.webp" title="assets/openable/images/imported/723_DARTRIX_right_3up--58612a2d.webp" meta="181460 bytes"} +::image{src="../assets/openable/images/imported/724_DECIDUEYE_left_3up--762f0ea1.webp" title="assets/openable/images/imported/724_DECIDUEYE_left_3up--762f0ea1.webp" meta="267302 bytes"} +::image{src="../assets/openable/images/imported/724_DECIDUEYE_left_3up--fbb9b87e.webp" title="assets/openable/images/imported/724_DECIDUEYE_left_3up--fbb9b87e.webp" meta="47582 bytes"} +::image{src="../assets/openable/images/imported/725_LITTEN_3up--1879c4cd.webp" title="assets/openable/images/imported/725_LITTEN_3up--1879c4cd.webp" meta="39318 bytes"} +::image{src="../assets/openable/images/imported/725_LITTEN_3up--bcd02ff4.webp" title="assets/openable/images/imported/725_LITTEN_3up--bcd02ff4.webp" meta="172510 bytes"} +::image{src="../assets/openable/images/imported/726_TORRACAT_left_3up--1a938d2c.webp" title="assets/openable/images/imported/726_TORRACAT_left_3up--1a938d2c.webp" meta="207606 bytes"} +::image{src="../assets/openable/images/imported/726_TORRACAT_left_3up--db68ecec.webp" title="assets/openable/images/imported/726_TORRACAT_left_3up--db68ecec.webp" meta="50200 bytes"} +::image{src="../assets/openable/images/imported/727_INCINEROAR_3up--72aaff27.webp" title="assets/openable/images/imported/727_INCINEROAR_3up--72aaff27.webp" meta="48312 bytes"} +::image{src="../assets/openable/images/imported/727_INCINEROAR_3up--f1eceeff.webp" title="assets/openable/images/imported/727_INCINEROAR_3up--f1eceeff.webp" meta="250066 bytes"} +::image{src="../assets/openable/images/imported/727_INCINEROAR_right_3up--8da8d8a9.webp" title="assets/openable/images/imported/727_INCINEROAR_right_3up--8da8d8a9.webp" meta="246938 bytes"} +::image{src="../assets/openable/images/imported/728_POPPLIO_3up--b861e432.webp" title="assets/openable/images/imported/728_POPPLIO_3up--b861e432.webp" meta="167084 bytes"} +::image{src="../assets/openable/images/imported/728_POPPLIO_3up--fbc6627c.webp" title="assets/openable/images/imported/728_POPPLIO_3up--fbc6627c.webp" meta="40696 bytes"} +::image{src="../assets/openable/images/imported/729_BRIONNE_left_3up--707a54e2.webp" title="assets/openable/images/imported/729_BRIONNE_left_3up--707a54e2.webp" meta="38404 bytes"} +::image{src="../assets/openable/images/imported/729_BRIONNE_left_3up--718029cd.webp" title="assets/openable/images/imported/729_BRIONNE_left_3up--718029cd.webp" meta="186030 bytes"} +::image{src="../assets/openable/images/imported/730_PRIMARINA_left_3up--3d4f6922.webp" title="assets/openable/images/imported/730_PRIMARINA_left_3up--3d4f6922.webp" meta="39296 bytes"} +::image{src="../assets/openable/images/imported/730_PRIMARINA_left_3up--a7e7ebfd.webp" title="assets/openable/images/imported/730_PRIMARINA_left_3up--a7e7ebfd.webp" meta="245482 bytes"} +::image{src="../assets/openable/images/imported/742_CUTIEFLY_left_3up--4fb93b3c.webp" title="assets/openable/images/imported/742_CUTIEFLY_left_3up--4fb93b3c.webp" meta="34844 bytes"} +::image{src="../assets/openable/images/imported/742_CUTIEFLY_left_3up--78d8fc3a.webp" title="assets/openable/images/imported/742_CUTIEFLY_left_3up--78d8fc3a.webp" meta="91604 bytes"} +::image{src="../assets/openable/images/imported/743_RIBOMBEE_left_3up--5bc2640c.webp" title="assets/openable/images/imported/743_RIBOMBEE_left_3up--5bc2640c.webp" meta="157414 bytes"} +::image{src="../assets/openable/images/imported/743_RIBOMBEE_left_3up--c4a601a8.webp" title="assets/openable/images/imported/743_RIBOMBEE_left_3up--c4a601a8.webp" meta="37188 bytes"} +::image{src="../assets/openable/images/imported/744_ROCKRUFF_left_3up--3c3d1526.webp" title="assets/openable/images/imported/744_ROCKRUFF_left_3up--3c3d1526.webp" meta="188272 bytes"} +::image{src="../assets/openable/images/imported/744_ROCKRUFF_left_3up--c5110b51.webp" title="assets/openable/images/imported/744_ROCKRUFF_left_3up--c5110b51.webp" meta="33970 bytes"} +::image{src="../assets/openable/images/imported/745_LYCANROC_left_3up--4643e1d1.webp" title="assets/openable/images/imported/745_LYCANROC_left_3up--4643e1d1.webp" meta="236234 bytes"} +::image{src="../assets/openable/images/imported/745_LYCANROC_left_3up--d4f548eb.webp" title="assets/openable/images/imported/745_LYCANROC_left_3up--d4f548eb.webp" meta="36458 bytes"} +::image{src="../assets/openable/images/imported/759_STUFFUL_left_3up--25e84b70.webp" title="assets/openable/images/imported/759_STUFFUL_left_3up--25e84b70.webp" meta="153482 bytes"} +::image{src="../assets/openable/images/imported/759_STUFFUL_left_3up--72b47566.webp" title="assets/openable/images/imported/759_STUFFUL_left_3up--72b47566.webp" meta="38288 bytes"} +::image{src="../assets/openable/images/imported/760_BEWEAR_3up--2dd835f7.webp" title="assets/openable/images/imported/760_BEWEAR_3up--2dd835f7.webp" meta="148226 bytes"} +::image{src="../assets/openable/images/imported/760_BEWEAR_3up--ae6f4b91.webp" title="assets/openable/images/imported/760_BEWEAR_3up--ae6f4b91.webp" meta="29986 bytes"} +::image{src="../assets/openable/images/imported/761_BOUNSWEET_left_3up--1ac78da4.webp" title="assets/openable/images/imported/761_BOUNSWEET_left_3up--1ac78da4.webp" meta="30174 bytes"} +::image{src="../assets/openable/images/imported/761_BOUNSWEET_left_3up--67540b99.webp" title="assets/openable/images/imported/761_BOUNSWEET_left_3up--67540b99.webp" meta="133324 bytes"} +::image{src="../assets/openable/images/imported/762_STEENEE_left_3up--47c68ba2.webp" title="assets/openable/images/imported/762_STEENEE_left_3up--47c68ba2.webp" meta="40734 bytes"} +::image{src="../assets/openable/images/imported/762_STEENEE_left_3up--b023781a.webp" title="assets/openable/images/imported/762_STEENEE_left_3up--b023781a.webp" meta="171100 bytes"} +::image{src="../assets/openable/images/imported/762_STEENEE_right_3up--3aaabb81.webp" title="assets/openable/images/imported/762_STEENEE_right_3up--3aaabb81.webp" meta="163852 bytes"} +::image{src="../assets/openable/images/imported/763_TSAREENA_left_3up--00303649.webp" title="assets/openable/images/imported/763_TSAREENA_left_3up--00303649.webp" meta="228234 bytes"} +::image{src="../assets/openable/images/imported/763_TSAREENA_left_3up--2bf54174.webp" title="assets/openable/images/imported/763_TSAREENA_left_3up--2bf54174.webp" meta="47962 bytes"} +::image{src="../assets/openable/images/imported/763_TSAREENA_right_3up--6bfe19f6.webp" title="assets/openable/images/imported/763_TSAREENA_right_3up--6bfe19f6.webp" meta="228234 bytes"} +::image{src="../assets/openable/images/imported/775_KOMALA_3up--321c3af8.webp" title="assets/openable/images/imported/775_KOMALA_3up--321c3af8.webp" meta="39556 bytes"} +::image{src="../assets/openable/images/imported/775_KOMALA_3up--934e1a54.webp" title="assets/openable/images/imported/775_KOMALA_3up--934e1a54.webp" meta="189312 bytes"} +::image{src="../assets/openable/images/imported/777_TOGEDEMARU_left_3up--454251d2.webp" title="assets/openable/images/imported/777_TOGEDEMARU_left_3up--454251d2.webp" meta="108644 bytes"} +::image{src="../assets/openable/images/imported/777_TOGEDEMARU_left_3up--c00a1abf.webp" title="assets/openable/images/imported/777_TOGEDEMARU_left_3up--c00a1abf.webp" meta="30060 bytes"} +::image{src="../assets/openable/images/imported/778_MIMIKYU_3up--79512ed2.webp" title="assets/openable/images/imported/778_MIMIKYU_3up--79512ed2.webp" meta="32246 bytes"} +::image{src="../assets/openable/images/imported/778_MIMIKYU_3up--eee072f8.webp" title="assets/openable/images/imported/778_MIMIKYU_3up--eee072f8.webp" meta="134652 bytes"} +::image{src="../assets/openable/images/imported/778_MIMIKYU_right_3up--c835b014.webp" title="assets/openable/images/imported/778_MIMIKYU_right_3up--c835b014.webp" meta="125580 bytes"} +::image{src="../assets/openable/images/imported/810_GROOKEY_3up--6031084c.webp" title="assets/openable/images/imported/810_GROOKEY_3up--6031084c.webp" meta="42182 bytes"} +::image{src="../assets/openable/images/imported/810_GROOKEY_3up--66c08d04.webp" title="assets/openable/images/imported/810_GROOKEY_3up--66c08d04.webp" meta="185664 bytes"} +::image{src="../assets/openable/images/imported/811_THWACKEY_left_3up--6913e5bf.webp" title="assets/openable/images/imported/811_THWACKEY_left_3up--6913e5bf.webp" meta="191034 bytes"} +::image{src="../assets/openable/images/imported/811_THWACKEY_left_3up--cf938a5b.webp" title="assets/openable/images/imported/811_THWACKEY_left_3up--cf938a5b.webp" meta="37932 bytes"} +::image{src="../assets/openable/images/imported/812_RILLABOOM_left_3up--75892f57.webp" title="assets/openable/images/imported/812_RILLABOOM_left_3up--75892f57.webp" meta="52404 bytes"} +::image{src="../assets/openable/images/imported/812_RILLABOOM_left_3up--b469f56e.webp" title="assets/openable/images/imported/812_RILLABOOM_left_3up--b469f56e.webp" meta="260086 bytes"} +::image{src="../assets/openable/images/imported/813_SCORBUNNY_3up--70f88d97.webp" title="assets/openable/images/imported/813_SCORBUNNY_3up--70f88d97.webp" meta="155456 bytes"} +::image{src="../assets/openable/images/imported/813_SCORBUNNY_3up--7e681ba0.webp" title="assets/openable/images/imported/813_SCORBUNNY_3up--7e681ba0.webp" meta="31784 bytes"} +::image{src="../assets/openable/images/imported/813_SCORBUNNY_right_3up--04e68f16.webp" title="assets/openable/images/imported/813_SCORBUNNY_right_3up--04e68f16.webp" meta="150596 bytes"} +::image{src="../assets/openable/images/imported/814_RABOOT_left_3up--830000a2.webp" title="assets/openable/images/imported/814_RABOOT_left_3up--830000a2.webp" meta="173888 bytes"} +::image{src="../assets/openable/images/imported/814_RABOOT_left_3up--d0ab270d.webp" title="assets/openable/images/imported/814_RABOOT_left_3up--d0ab270d.webp" meta="31362 bytes"} +::image{src="../assets/openable/images/imported/814_RABOOT_right_3up--cef53a60.webp" title="assets/openable/images/imported/814_RABOOT_right_3up--cef53a60.webp" meta="175098 bytes"} +::image{src="../assets/openable/images/imported/815_CINDERACE_left_3up--05bb3414.webp" title="assets/openable/images/imported/815_CINDERACE_left_3up--05bb3414.webp" meta="29774 bytes"} +::image{src="../assets/openable/images/imported/815_CINDERACE_left_3up--33c3e673.webp" title="assets/openable/images/imported/815_CINDERACE_left_3up--33c3e673.webp" meta="168768 bytes"} +::image{src="../assets/openable/images/imported/816_SOBBLE_3up--9166c7d5.webp" title="assets/openable/images/imported/816_SOBBLE_3up--9166c7d5.webp" meta="34422 bytes"} +::image{src="../assets/openable/images/imported/816_SOBBLE_3up--f021f43c.webp" title="assets/openable/images/imported/816_SOBBLE_3up--f021f43c.webp" meta="189108 bytes"} +::image{src="../assets/openable/images/imported/817_DRIZZILE_left_3up--302d5342.webp" title="assets/openable/images/imported/817_DRIZZILE_left_3up--302d5342.webp" meta="40050 bytes"} +::image{src="../assets/openable/images/imported/817_DRIZZILE_left_3up--eabd679f.webp" title="assets/openable/images/imported/817_DRIZZILE_left_3up--eabd679f.webp" meta="168544 bytes"} +::image{src="../assets/openable/images/imported/817_DRIZZILE_right_3up--368c05e3.webp" title="assets/openable/images/imported/817_DRIZZILE_right_3up--368c05e3.webp" meta="168544 bytes"} +::image{src="../assets/openable/images/imported/818_INTELEON_left_3up--e4d68a82.webp" title="assets/openable/images/imported/818_INTELEON_left_3up--e4d68a82.webp" meta="173664 bytes"} +::image{src="../assets/openable/images/imported/818_INTELEON_left_3up--fe573fee.webp" title="assets/openable/images/imported/818_INTELEON_left_3up--fe573fee.webp" meta="37288 bytes"} +::image{src="../assets/openable/images/imported/824_BLIPBUG_3up--3fa60a4a.webp" title="assets/openable/images/imported/824_BLIPBUG_3up--3fa60a4a.webp" meta="32472 bytes"} +::image{src="../assets/openable/images/imported/824_BLIPBUG_3up--d4c6b5da.webp" title="assets/openable/images/imported/824_BLIPBUG_3up--d4c6b5da.webp" meta="108496 bytes"} +::image{src="../assets/openable/images/imported/824_BLIPBUG_right_3up--100e8903.webp" title="assets/openable/images/imported/824_BLIPBUG_right_3up--100e8903.webp" meta="108496 bytes"} +::image{src="../assets/openable/images/imported/825_DOTTLER_3up--0d0f994d.webp" title="assets/openable/images/imported/825_DOTTLER_3up--0d0f994d.webp" meta="41224 bytes"} +::image{src="../assets/openable/images/imported/825_DOTTLER_3up--9a101936.webp" title="assets/openable/images/imported/825_DOTTLER_3up--9a101936.webp" meta="146652 bytes"} +::image{src="../assets/openable/images/imported/825_DOTTLER_right_3up--6aca51c7.webp" title="assets/openable/images/imported/825_DOTTLER_right_3up--6aca51c7.webp" meta="146652 bytes"} +::image{src="../assets/openable/images/imported/826_ORBEETLE_left_3up--1955a7f9.webp" title="assets/openable/images/imported/826_ORBEETLE_left_3up--1955a7f9.webp" meta="191250 bytes"} +::image{src="../assets/openable/images/imported/826_ORBEETLE_left_3up--de5bcf6c.webp" title="assets/openable/images/imported/826_ORBEETLE_left_3up--de5bcf6c.webp" meta="46324 bytes"} +::image{src="../assets/openable/images/imported/831_WOOLOO_3up--45a37dcb.webp" title="assets/openable/images/imported/831_WOOLOO_3up--45a37dcb.webp" meta="138166 bytes"} +::image{src="../assets/openable/images/imported/831_WOOLOO_3up--966a32dc.webp" title="assets/openable/images/imported/831_WOOLOO_3up--966a32dc.webp" meta="30626 bytes"} +::image{src="../assets/openable/images/imported/832_DUBWOOL_left_3up--166afeba.webp" title="assets/openable/images/imported/832_DUBWOOL_left_3up--166afeba.webp" meta="33718 bytes"} +::image{src="../assets/openable/images/imported/832_DUBWOOL_left_3up--b3392f16.webp" title="assets/openable/images/imported/832_DUBWOOL_left_3up--b3392f16.webp" meta="109412 bytes"} +::image{src="../assets/openable/images/imported/832_DUBWOOL_right_3up--d9f53f12.webp" title="assets/openable/images/imported/832_DUBWOOL_right_3up--d9f53f12.webp" meta="138096 bytes"} +::image{src="../assets/openable/images/imported/835_YAMPER_3up--66498e6f.webp" title="assets/openable/images/imported/835_YAMPER_3up--66498e6f.webp" meta="211856 bytes"} +::image{src="../assets/openable/images/imported/835_YAMPER_3up--ba5165fb.webp" title="assets/openable/images/imported/835_YAMPER_3up--ba5165fb.webp" meta="37628 bytes"} +::image{src="../assets/openable/images/imported/836_BOLTUND_left_3up--8b117118.webp" title="assets/openable/images/imported/836_BOLTUND_left_3up--8b117118.webp" meta="34598 bytes"} +::image{src="../assets/openable/images/imported/836_BOLTUND_left_3up--9b84ebce.webp" title="assets/openable/images/imported/836_BOLTUND_left_3up--9b84ebce.webp" meta="113314 bytes"} +::image{src="../assets/openable/images/imported/840_APPLIN_3up--4c459586.webp" title="assets/openable/images/imported/840_APPLIN_3up--4c459586.webp" meta="77176 bytes"} +::image{src="../assets/openable/images/imported/840_APPLIN_3up--c7b3d92b.webp" title="assets/openable/images/imported/840_APPLIN_3up--c7b3d92b.webp" meta="28380 bytes"} +::image{src="../assets/openable/images/imported/841_FLAPPLE_left_3up--42be1c8a.webp" title="assets/openable/images/imported/841_FLAPPLE_left_3up--42be1c8a.webp" meta="170116 bytes"} +::image{src="../assets/openable/images/imported/841_FLAPPLE_left_3up--fd8d1ed6.webp" title="assets/openable/images/imported/841_FLAPPLE_left_3up--fd8d1ed6.webp" meta="46014 bytes"} +::image{src="../assets/openable/images/imported/841_FLAPPLE_right_3up--3f5e865f.webp" title="assets/openable/images/imported/841_FLAPPLE_right_3up--3f5e865f.webp" meta="170116 bytes"} +::image{src="../assets/openable/images/imported/842_APPLETUN_3up--8b613bdb.webp" title="assets/openable/images/imported/842_APPLETUN_3up--8b613bdb.webp" meta="45960 bytes"} +::image{src="../assets/openable/images/imported/842_APPLETUN_3up--f603e871.webp" title="assets/openable/images/imported/842_APPLETUN_3up--f603e871.webp" meta="182572 bytes"} +::image{src="../assets/openable/images/imported/842_APPLETUN_right_3up--82e5fc93.webp" title="assets/openable/images/imported/842_APPLETUN_right_3up--82e5fc93.webp" meta="182572 bytes"} +::image{src="../assets/openable/images/imported/845_CRAMORANT_3up--1b125175.webp" title="assets/openable/images/imported/845_CRAMORANT_3up--1b125175.webp" meta="165890 bytes"} +::image{src="../assets/openable/images/imported/845_CRAMORANT_3up--ae2eaf8c.webp" title="assets/openable/images/imported/845_CRAMORANT_3up--ae2eaf8c.webp" meta="37172 bytes"} +::image{src="../assets/openable/images/imported/854_SINISTEA_3up--7022ff17.webp" title="assets/openable/images/imported/854_SINISTEA_3up--7022ff17.webp" meta="170674 bytes"} +::image{src="../assets/openable/images/imported/854_SINISTEA_3up--95b4b22b.webp" title="assets/openable/images/imported/854_SINISTEA_3up--95b4b22b.webp" meta="47454 bytes"} +::image{src="../assets/openable/images/imported/854_SINISTEA_right_3up--42e52dc9.webp" title="assets/openable/images/imported/854_SINISTEA_right_3up--42e52dc9.webp" meta="170674 bytes"} +::image{src="../assets/openable/images/imported/855_POLTEAGEIST_3up--3421b718.webp" title="assets/openable/images/imported/855_POLTEAGEIST_3up--3421b718.webp" meta="253800 bytes"} +::image{src="../assets/openable/images/imported/855_POLTEAGEIST_3up--5cfd3105.webp" title="assets/openable/images/imported/855_POLTEAGEIST_3up--5cfd3105.webp" meta="38942 bytes"} +::image{src="../assets/openable/images/imported/855_POLTEAGEIST_right_3up--d4f3cfa8.webp" title="assets/openable/images/imported/855_POLTEAGEIST_right_3up--d4f3cfa8.webp" meta="253800 bytes"} +::image{src="../assets/openable/images/imported/859_IMPIDIMP_left_3up--672faf06.webp" title="assets/openable/images/imported/859_IMPIDIMP_left_3up--672faf06.webp" meta="53530 bytes"} +::image{src="../assets/openable/images/imported/859_IMPIDIMP_left_3up--cc34ebca.webp" title="assets/openable/images/imported/859_IMPIDIMP_left_3up--cc34ebca.webp" meta="175264 bytes"} +::image{src="../assets/openable/images/imported/859_IMPIDIMP_right_3up--80ffedad.webp" title="assets/openable/images/imported/859_IMPIDIMP_right_3up--80ffedad.webp" meta="177070 bytes"} +::image{src="../assets/openable/images/imported/860_MORGREM_left_3up--2d2b783b.webp" title="assets/openable/images/imported/860_MORGREM_left_3up--2d2b783b.webp" meta="98852 bytes"} +::image{src="../assets/openable/images/imported/860_MORGREM_left_3up--bd28fc9d.webp" title="assets/openable/images/imported/860_MORGREM_left_3up--bd28fc9d.webp" meta="54854 bytes"} +::image{src="../assets/openable/images/imported/860_MORGREM_right_3up--5190c2d8.webp" title="assets/openable/images/imported/860_MORGREM_right_3up--5190c2d8.webp" meta="189424 bytes"} +::image{src="../assets/openable/images/imported/861_GRIMMSNARL_left_3up--4a384500.webp" title="assets/openable/images/imported/861_GRIMMSNARL_left_3up--4a384500.webp" meta="250640 bytes"} +::image{src="../assets/openable/images/imported/861_GRIMMSNARL_left_3up--a642869d.webp" title="assets/openable/images/imported/861_GRIMMSNARL_left_3up--a642869d.webp" meta="58902 bytes"} +::image{src="../assets/openable/images/imported/861_GRIMMSNARL_right_3up--a4bb80ae.webp" title="assets/openable/images/imported/861_GRIMMSNARL_right_3up--a4bb80ae.webp" meta="250640 bytes"} +::image{src="../assets/openable/images/imported/865_SIRFETCH'D_left_3up--a6d0d5fa.webp" title="assets/openable/images/imported/865_SIRFETCH'D_left_3up--a6d0d5fa.webp" meta="147036 bytes"} +::image{src="../assets/openable/images/imported/865_SIRFETCH'D_left_3up--f3d41436.webp" title="assets/openable/images/imported/865_SIRFETCH'D_left_3up--f3d41436.webp" meta="29798 bytes"} +::image{src="../assets/openable/images/imported/865_SIRFETCH'D_right_3up--b1cb95df.webp" title="assets/openable/images/imported/865_SIRFETCH'D_right_3up--b1cb95df.webp" meta="153372 bytes"} +::image{src="../assets/openable/images/imported/868_MILCERY_left_3up--e3eda9e6.webp" title="assets/openable/images/imported/868_MILCERY_left_3up--e3eda9e6.webp" meta="40732 bytes"} +::image{src="../assets/openable/images/imported/868_MILCERY_left_3up--f02c602d.webp" title="assets/openable/images/imported/868_MILCERY_left_3up--f02c602d.webp" meta="21438 bytes"} +::image{src="../assets/openable/images/imported/868_MILCERY_right_3up--43f85e64.webp" title="assets/openable/images/imported/868_MILCERY_right_3up--43f85e64.webp" meta="40732 bytes"} +::image{src="../assets/openable/images/imported/869_ALCREMIE_3up--4e0ca803.webp" title="assets/openable/images/imported/869_ALCREMIE_3up--4e0ca803.webp" meta="212170 bytes"} +::image{src="../assets/openable/images/imported/869_ALCREMIE_3up--a0cc211c.webp" title="assets/openable/images/imported/869_ALCREMIE_3up--a0cc211c.webp" meta="43380 bytes"} +::image{src="../assets/openable/images/imported/869_ALCREMIE_right_3up--7ca4120c.webp" title="assets/openable/images/imported/869_ALCREMIE_right_3up--7ca4120c.webp" meta="210836 bytes"} +::image{src="../assets/openable/images/imported/877_MORPEKO_3up--616e26c6.webp" title="assets/openable/images/imported/877_MORPEKO_3up--616e26c6.webp" meta="30574 bytes"} +::image{src="../assets/openable/images/imported/877_MORPEKO_3up--dca68728.webp" title="assets/openable/images/imported/877_MORPEKO_3up--dca68728.webp" meta="141682 bytes"} +::image{src="../assets/openable/images/imported/877_MORPEKO_right_3up--c5894ffb.webp" title="assets/openable/images/imported/877_MORPEKO_right_3up--c5894ffb.webp" meta="134460 bytes"} +::image{src="../assets/openable/images/imported/906_SPRIGATITO_left_3up--7d57f574.webp" title="assets/openable/images/imported/906_SPRIGATITO_left_3up--7d57f574.webp" meta="203850 bytes"} +::image{src="../assets/openable/images/imported/906_SPRIGATITO_left_3up--f9918c9d.webp" title="assets/openable/images/imported/906_SPRIGATITO_left_3up--f9918c9d.webp" meta="40732 bytes"} +::image{src="../assets/openable/images/imported/907_FLORAGATO_left_3up--70684d2d.webp" title="assets/openable/images/imported/907_FLORAGATO_left_3up--70684d2d.webp" meta="35062 bytes"} +::image{src="../assets/openable/images/imported/907_FLORAGATO_left_3up--a288ee79.webp" title="assets/openable/images/imported/907_FLORAGATO_left_3up--a288ee79.webp" meta="222486 bytes"} +::image{src="../assets/openable/images/imported/907_FLORAGATO_right_3up--113fe40b.webp" title="assets/openable/images/imported/907_FLORAGATO_right_3up--113fe40b.webp" meta="203990 bytes"} +::image{src="../assets/openable/images/imported/908_MEOWSCARADA_left_3up--2e2fbb10.webp" title="assets/openable/images/imported/908_MEOWSCARADA_left_3up--2e2fbb10.webp" meta="251282 bytes"} +::image{src="../assets/openable/images/imported/908_MEOWSCARADA_left_3up--5067b9f3.webp" title="assets/openable/images/imported/908_MEOWSCARADA_left_3up--5067b9f3.webp" meta="44044 bytes"} +::image{src="../assets/openable/images/imported/909_FUECOCO_3up--58151404.webp" title="assets/openable/images/imported/909_FUECOCO_3up--58151404.webp" meta="190232 bytes"} +::image{src="../assets/openable/images/imported/909_FUECOCO_3up--6a883539.webp" title="assets/openable/images/imported/909_FUECOCO_3up--6a883539.webp" meta="37276 bytes"} +::image{src="../assets/openable/images/imported/910_CROCALOR_left_3up--2657c2d4.webp" title="assets/openable/images/imported/910_CROCALOR_left_3up--2657c2d4.webp" meta="254758 bytes"} +::image{src="../assets/openable/images/imported/910_CROCALOR_left_3up--f74d43cd.webp" title="assets/openable/images/imported/910_CROCALOR_left_3up--f74d43cd.webp" meta="50614 bytes"} +::image{src="../assets/openable/images/imported/911_SKELEDIRGE_left_3up--36aefd1c.webp" title="assets/openable/images/imported/911_SKELEDIRGE_left_3up--36aefd1c.webp" meta="326160 bytes"} +::image{src="../assets/openable/images/imported/911_SKELEDIRGE_left_3up--8b14b575.webp" title="assets/openable/images/imported/911_SKELEDIRGE_left_3up--8b14b575.webp" meta="65916 bytes"} +::image{src="../assets/openable/images/imported/912_QUAXLY_3up--9b67b6f5.webp" title="assets/openable/images/imported/912_QUAXLY_3up--9b67b6f5.webp" meta="177472 bytes"} +::gallery-end diff --git a/asset-images-gallery-05.md b/asset-images-gallery-05.md new file mode 100644 index 0000000..010ef75 --- /dev/null +++ b/asset-images-gallery-05.md @@ -0,0 +1,206 @@ +# Asset Image Gallery 05 + +Openable images assets 801-1000 of 1212. + +::gallery-start +::image{src="../assets/openable/images/imported/912_QUAXLY_3up--c4803423.webp" title="assets/openable/images/imported/912_QUAXLY_3up--c4803423.webp" meta="38704 bytes"} +::image{src="../assets/openable/images/imported/913_QUAXWELL_left_3up--82238a64.webp" title="assets/openable/images/imported/913_QUAXWELL_left_3up--82238a64.webp" meta="42176 bytes"} +::image{src="../assets/openable/images/imported/913_QUAXWELL_left_3up--abfcc929.webp" title="assets/openable/images/imported/913_QUAXWELL_left_3up--abfcc929.webp" meta="215532 bytes"} +::image{src="../assets/openable/images/imported/914_QUAQUAVAL_left_3up--3f054221.webp" title="assets/openable/images/imported/914_QUAQUAVAL_left_3up--3f054221.webp" meta="298144 bytes"} +::image{src="../assets/openable/images/imported/914_QUAQUAVAL_left_3up--5bb4f649.webp" title="assets/openable/images/imported/914_QUAQUAVAL_left_3up--5bb4f649.webp" meta="59830 bytes"} +::image{src="../assets/openable/images/imported/915_LECHONK_3up--2e6173ef.webp" title="assets/openable/images/imported/915_LECHONK_3up--2e6173ef.webp" meta="32618 bytes"} +::image{src="../assets/openable/images/imported/915_LECHONK_3up--5f4094fa.webp" title="assets/openable/images/imported/915_LECHONK_3up--5f4094fa.webp" meta="107180 bytes"} +::image{src="../assets/openable/images/imported/915_LECHONK_right_3up--7431d758.webp" title="assets/openable/images/imported/915_LECHONK_right_3up--7431d758.webp" meta="142682 bytes"} +::image{src="../assets/openable/images/imported/916_OINKOLOGNE_left_3up--30ab33d5.webp" title="assets/openable/images/imported/916_OINKOLOGNE_left_3up--30ab33d5.webp" meta="38674 bytes"} +::image{src="../assets/openable/images/imported/916_OINKOLOGNE_left_3up--71a300b7.webp" title="assets/openable/images/imported/916_OINKOLOGNE_left_3up--71a300b7.webp" meta="130118 bytes"} +::image{src="../assets/openable/images/imported/916_OINKOLOGNE_right_3up--4411a74e.webp" title="assets/openable/images/imported/916_OINKOLOGNE_right_3up--4411a74e.webp" meta="121086 bytes"} +::image{src="../assets/openable/images/imported/917_TAROUNTULA_3up--6cc71734.webp" title="assets/openable/images/imported/917_TAROUNTULA_3up--6cc71734.webp" meta="37772 bytes"} +::image{src="../assets/openable/images/imported/917_TAROUNTULA_3up--cccd0fa8.webp" title="assets/openable/images/imported/917_TAROUNTULA_3up--cccd0fa8.webp" meta="178052 bytes"} +::image{src="../assets/openable/images/imported/917_TAROUNTULA_right_3up--08f5caf6.webp" title="assets/openable/images/imported/917_TAROUNTULA_right_3up--08f5caf6.webp" meta="184918 bytes"} +::image{src="../assets/openable/images/imported/918_SPIDOPS_3up--564a1b0f.webp" title="assets/openable/images/imported/918_SPIDOPS_3up--564a1b0f.webp" meta="198930 bytes"} +::image{src="../assets/openable/images/imported/918_SPIDOPS_3up--9d19d4fb.webp" title="assets/openable/images/imported/918_SPIDOPS_3up--9d19d4fb.webp" meta="60642 bytes"} +::image{src="../assets/openable/images/imported/921_PAWMI_3up--06d188b9.webp" title="assets/openable/images/imported/921_PAWMI_3up--06d188b9.webp" meta="35704 bytes"} +::image{src="../assets/openable/images/imported/921_PAWMI_3up--7b7592c8.webp" title="assets/openable/images/imported/921_PAWMI_3up--7b7592c8.webp" meta="192164 bytes"} +::image{src="../assets/openable/images/imported/921_PAWMI_right_3up--307fba9f.webp" title="assets/openable/images/imported/921_PAWMI_right_3up--307fba9f.webp" meta="172450 bytes"} +::image{src="../assets/openable/images/imported/922_PAWMO_left_3up--24c308aa.webp" title="assets/openable/images/imported/922_PAWMO_left_3up--24c308aa.webp" meta="171536 bytes"} +::image{src="../assets/openable/images/imported/922_PAWMO_left_3up--ebd826d4.webp" title="assets/openable/images/imported/922_PAWMO_left_3up--ebd826d4.webp" meta="34530 bytes"} +::image{src="../assets/openable/images/imported/922_PAWMO_right_3up--cf0f435f.webp" title="assets/openable/images/imported/922_PAWMO_right_3up--cf0f435f.webp" meta="177616 bytes"} +::image{src="../assets/openable/images/imported/923_PAWMOT_left_3up--6e4159ca.webp" title="assets/openable/images/imported/923_PAWMOT_left_3up--6e4159ca.webp" meta="169850 bytes"} +::image{src="../assets/openable/images/imported/923_PAWMOT_left_3up--bd61d3d0.webp" title="assets/openable/images/imported/923_PAWMOT_left_3up--bd61d3d0.webp" meta="38854 bytes"} +::image{src="../assets/openable/images/imported/923_PAWMOT_right_3up--3a0ffb4a.webp" title="assets/openable/images/imported/923_PAWMOT_right_3up--3a0ffb4a.webp" meta="169850 bytes"} +::image{src="../assets/openable/images/imported/924_TANDEMAUS_3up--3ad9f633.webp" title="assets/openable/images/imported/924_TANDEMAUS_3up--3ad9f633.webp" meta="24570 bytes"} +::image{src="../assets/openable/images/imported/924_TANDEMAUS_3up--9be7d3b8.webp" title="assets/openable/images/imported/924_TANDEMAUS_3up--9be7d3b8.webp" meta="119924 bytes"} +::image{src="../assets/openable/images/imported/924_TANDEMAUS_right_3up--f63f2e01.webp" title="assets/openable/images/imported/924_TANDEMAUS_right_3up--f63f2e01.webp" meta="123996 bytes"} +::image{src="../assets/openable/images/imported/925_MAUSHOLD_3up--9ee705f4.webp" title="assets/openable/images/imported/925_MAUSHOLD_3up--9ee705f4.webp" meta="23640 bytes"} +::image{src="../assets/openable/images/imported/925_MAUSHOLD_3up--f1c81587.webp" title="assets/openable/images/imported/925_MAUSHOLD_3up--f1c81587.webp" meta="116554 bytes"} +::image{src="../assets/openable/images/imported/925_MAUSHOLD_right_3up--09d7af46.webp" title="assets/openable/images/imported/925_MAUSHOLD_right_3up--09d7af46.webp" meta="116554 bytes"} +::image{src="../assets/openable/images/imported/926_FIDOUGH_3up--2fdca191.webp" title="assets/openable/images/imported/926_FIDOUGH_3up--2fdca191.webp" meta="194774 bytes"} +::image{src="../assets/openable/images/imported/926_FIDOUGH_3up--51a51892.webp" title="assets/openable/images/imported/926_FIDOUGH_3up--51a51892.webp" meta="38372 bytes"} +::image{src="../assets/openable/images/imported/926_FIDOUGH_right_3up--3ce49e2f.webp" title="assets/openable/images/imported/926_FIDOUGH_right_3up--3ce49e2f.webp" meta="191046 bytes"} +::image{src="../assets/openable/images/imported/927_DACHSBUN_3up--38c285d1.webp" title="assets/openable/images/imported/927_DACHSBUN_3up--38c285d1.webp" meta="297102 bytes"} +::image{src="../assets/openable/images/imported/927_DACHSBUN_3up--d81c6ea3.webp" title="assets/openable/images/imported/927_DACHSBUN_3up--d81c6ea3.webp" meta="53788 bytes"} +::image{src="../assets/openable/images/imported/928_SMOLIV_3up--1392e30e.webp" title="assets/openable/images/imported/928_SMOLIV_3up--1392e30e.webp" meta="87732 bytes"} +::image{src="../assets/openable/images/imported/928_SMOLIV_3up--1b97828f.webp" title="assets/openable/images/imported/928_SMOLIV_3up--1b97828f.webp" meta="24352 bytes"} +::image{src="../assets/openable/images/imported/928_SMOLIV_right_3up--45a1444b.webp" title="assets/openable/images/imported/928_SMOLIV_right_3up--45a1444b.webp" meta="88518 bytes"} +::image{src="../assets/openable/images/imported/929_DOLLIV_left_3up--f26b627f.webp" title="assets/openable/images/imported/929_DOLLIV_left_3up--f26b627f.webp" meta="138932 bytes"} +::image{src="../assets/openable/images/imported/929_DOLLIV_left_3up--f4c9f1d2.webp" title="assets/openable/images/imported/929_DOLLIV_left_3up--f4c9f1d2.webp" meta="35990 bytes"} +::image{src="../assets/openable/images/imported/930_ARBOLIVA_left_3up--71cb0352.webp" title="assets/openable/images/imported/930_ARBOLIVA_left_3up--71cb0352.webp" meta="34940 bytes"} +::image{src="../assets/openable/images/imported/930_ARBOLIVA_left_3up--dbf8c2b4.webp" title="assets/openable/images/imported/930_ARBOLIVA_left_3up--dbf8c2b4.webp" meta="166286 bytes"} +::image{src="../assets/openable/images/imported/930_ARBOLIVA_right_3up--58474b7b.webp" title="assets/openable/images/imported/930_ARBOLIVA_right_3up--58474b7b.webp" meta="166286 bytes"} +::image{src="../assets/openable/images/imported/938_TADBULB_left_3up--7ceb1eeb.webp" title="assets/openable/images/imported/938_TADBULB_left_3up--7ceb1eeb.webp" meta="23122 bytes"} +::image{src="../assets/openable/images/imported/938_TADBULB_left_3up--eb716b32.webp" title="assets/openable/images/imported/938_TADBULB_left_3up--eb716b32.webp" meta="91690 bytes"} +::image{src="../assets/openable/images/imported/939_BELLIBOLT_3up--83f5feab.webp" title="assets/openable/images/imported/939_BELLIBOLT_3up--83f5feab.webp" meta="167848 bytes"} +::image{src="../assets/openable/images/imported/939_BELLIBOLT_3up--8763f8db.webp" title="assets/openable/images/imported/939_BELLIBOLT_3up--8763f8db.webp" meta="33504 bytes"} +::image{src="../assets/openable/images/imported/942_MASCHIFF_left_3up--80495eb9.webp" title="assets/openable/images/imported/942_MASCHIFF_left_3up--80495eb9.webp" meta="39014 bytes"} +::image{src="../assets/openable/images/imported/942_MASCHIFF_left_3up--fbd570b7.webp" title="assets/openable/images/imported/942_MASCHIFF_left_3up--fbd570b7.webp" meta="127550 bytes"} +::image{src="../assets/openable/images/imported/942_MASCHIFF_right_3up--9d4ecc26.webp" title="assets/openable/images/imported/942_MASCHIFF_right_3up--9d4ecc26.webp" meta="127550 bytes"} +::image{src="../assets/openable/images/imported/943_MABOSSTIFF_left_3up--7e4d1ce4.webp" title="assets/openable/images/imported/943_MABOSSTIFF_left_3up--7e4d1ce4.webp" meta="184564 bytes"} +::image{src="../assets/openable/images/imported/943_MABOSSTIFF_left_3up--885aefc0.webp" title="assets/openable/images/imported/943_MABOSSTIFF_left_3up--885aefc0.webp" meta="37620 bytes"} +::image{src="../assets/openable/images/imported/979_ANNIHILAPE_left_3up--a474043f.webp" title="assets/openable/images/imported/979_ANNIHILAPE_left_3up--a474043f.webp" meta="46748 bytes"} +::image{src="../assets/openable/images/imported/979_ANNIHILAPE_left_3up--b8161ee8.webp" title="assets/openable/images/imported/979_ANNIHILAPE_left_3up--b8161ee8.webp" meta="279978 bytes"} +::image{src="../assets/openable/images/imported/9999_SKIP_3up--63675096.webp" title="assets/openable/images/imported/9999_SKIP_3up--63675096.webp" meta="4160 bytes"} +::image{src="../assets/openable/images/imported/9999_SKIP_3up--a7d636c1.webp" title="assets/openable/images/imported/9999_SKIP_3up--a7d636c1.webp" meta="10930 bytes"} +::image{src="../assets/openable/images/imported/9999_SKIP_3up--c407cf49.webp" title="assets/openable/images/imported/9999_SKIP_3up--c407cf49.webp" meta="10930 bytes"} +::image{src="../assets/openable/images/imported/Bug--a5dee2cb.webp" title="assets/openable/images/imported/Bug--a5dee2cb.webp" meta="362 bytes"} +::image{src="../assets/openable/images/imported/Bug_green_attack_bkgnd--2cb566d8.webp" title="assets/openable/images/imported/Bug_green_attack_bkgnd--2cb566d8.webp" meta="169240 bytes"} +::image{src="../assets/openable/images/imported/Bug_triangle--cbdb202e.webp" title="assets/openable/images/imported/Bug_triangle--cbdb202e.webp" meta="1892 bytes"} +::image{src="../assets/openable/images/imported/Dark--397f3f14.webp" title="assets/openable/images/imported/Dark--397f3f14.webp" meta="340 bytes"} +::image{src="../assets/openable/images/imported/Dark_green_attack_bkgnd--a8767027.webp" title="assets/openable/images/imported/Dark_green_attack_bkgnd--a8767027.webp" meta="79960 bytes"} +::image{src="../assets/openable/images/imported/Dark_triangle--399eb177.webp" title="assets/openable/images/imported/Dark_triangle--399eb177.webp" meta="1750 bytes"} +::image{src="../assets/openable/images/imported/Dragon--03a915b9.webp" title="assets/openable/images/imported/Dragon--03a915b9.webp" meta="340 bytes"} +::image{src="../assets/openable/images/imported/Dragon_blue_attack_bkgnd--9cf67018.webp" title="assets/openable/images/imported/Dragon_blue_attack_bkgnd--9cf67018.webp" meta="125552 bytes"} +::image{src="../assets/openable/images/imported/Dragon_triangle--b4f7f6ec.webp" title="assets/openable/images/imported/Dragon_triangle--b4f7f6ec.webp" meta="1754 bytes"} +::image{src="../assets/openable/images/imported/Electric--885708a9.webp" title="assets/openable/images/imported/Electric--885708a9.webp" meta="354 bytes"} +::image{src="../assets/openable/images/imported/Electric_triangle--fc51a504.webp" title="assets/openable/images/imported/Electric_triangle--fc51a504.webp" meta="2100 bytes"} +::image{src="../assets/openable/images/imported/Electric_yellow_attack_bkgnd--3c1783e1.webp" title="assets/openable/images/imported/Electric_yellow_attack_bkgnd--3c1783e1.webp" meta="144920 bytes"} +::image{src="../assets/openable/images/imported/Fairy--ebad522c.webp" title="assets/openable/images/imported/Fairy--ebad522c.webp" meta="360 bytes"} +::image{src="../assets/openable/images/imported/Fairy_pink_attack_bkgnd--4ca1c3a7.webp" title="assets/openable/images/imported/Fairy_pink_attack_bkgnd--4ca1c3a7.webp" meta="156026 bytes"} +::image{src="../assets/openable/images/imported/Fairy_triangle--93db1e0c.webp" title="assets/openable/images/imported/Fairy_triangle--93db1e0c.webp" meta="2076 bytes"} +::image{src="../assets/openable/images/imported/Fighting--47483282.webp" title="assets/openable/images/imported/Fighting--47483282.webp" meta="356 bytes"} +::image{src="../assets/openable/images/imported/Fighting_orange_attack_bkgnd--dfbba7d7.webp" title="assets/openable/images/imported/Fighting_orange_attack_bkgnd--dfbba7d7.webp" meta="114216 bytes"} +::image{src="../assets/openable/images/imported/Fighting_triangle--79f8a4a4.webp" title="assets/openable/images/imported/Fighting_triangle--79f8a4a4.webp" meta="2060 bytes"} +::image{src="../assets/openable/images/imported/Fire--c4a927bf.webp" title="assets/openable/images/imported/Fire--c4a927bf.webp" meta="350 bytes"} +::image{src="../assets/openable/images/imported/Fire_red_attack_bkgnd--994ceb97.webp" title="assets/openable/images/imported/Fire_red_attack_bkgnd--994ceb97.webp" meta="108126 bytes"} +::image{src="../assets/openable/images/imported/Fire_triangle--8f6a9970.webp" title="assets/openable/images/imported/Fire_triangle--8f6a9970.webp" meta="1984 bytes"} +::image{src="../assets/openable/images/imported/Flying--d4bf7c98.webp" title="assets/openable/images/imported/Flying--d4bf7c98.webp" meta="372 bytes"} +::image{src="../assets/openable/images/imported/Flying_blue_attack_bkgnd--c8ba7e94.webp" title="assets/openable/images/imported/Flying_blue_attack_bkgnd--c8ba7e94.webp" meta="93026 bytes"} +::image{src="../assets/openable/images/imported/Flying_triangle--6785573b.webp" title="assets/openable/images/imported/Flying_triangle--6785573b.webp" meta="2044 bytes"} +::image{src="../assets/openable/images/imported/Ghost--7309793e.webp" title="assets/openable/images/imported/Ghost--7309793e.webp" meta="358 bytes"} +::image{src="../assets/openable/images/imported/Ghost_purple_attack_bkgnd--0b2c62e8.webp" title="assets/openable/images/imported/Ghost_purple_attack_bkgnd--0b2c62e8.webp" meta="135082 bytes"} +::image{src="../assets/openable/images/imported/Ghost_triangle--fd18e7c0.webp" title="assets/openable/images/imported/Ghost_triangle--fd18e7c0.webp" meta="1816 bytes"} +::image{src="../assets/openable/images/imported/Grass--e8fe6d0f.webp" title="assets/openable/images/imported/Grass--e8fe6d0f.webp" meta="354 bytes"} +::image{src="../assets/openable/images/imported/Grass_green_attack_bkgnd--405445ed.webp" title="assets/openable/images/imported/Grass_green_attack_bkgnd--405445ed.webp" meta="89762 bytes"} +::image{src="../assets/openable/images/imported/Grass_triangle--32aa88e0.webp" title="assets/openable/images/imported/Grass_triangle--32aa88e0.webp" meta="2096 bytes"} +::image{src="../assets/openable/images/imported/Ground--297ca32d.webp" title="assets/openable/images/imported/Ground--297ca32d.webp" meta="350 bytes"} +::image{src="../assets/openable/images/imported/Ground_brown_attack_bkgnd--5f4dc4b4.webp" title="assets/openable/images/imported/Ground_brown_attack_bkgnd--5f4dc4b4.webp" meta="167754 bytes"} +::image{src="../assets/openable/images/imported/Ground_triangle--28a268be.webp" title="assets/openable/images/imported/Ground_triangle--28a268be.webp" meta="1928 bytes"} +::image{src="../assets/openable/images/imported/Ice--6c23ab28.webp" title="assets/openable/images/imported/Ice--6c23ab28.webp" meta="372 bytes"} +::image{src="../assets/openable/images/imported/Ice_blue_attack_bkgnd--4964dda4.webp" title="assets/openable/images/imported/Ice_blue_attack_bkgnd--4964dda4.webp" meta="159246 bytes"} +::image{src="../assets/openable/images/imported/Ice_triangle--3964d114.webp" title="assets/openable/images/imported/Ice_triangle--3964d114.webp" meta="1962 bytes"} +::image{src="../assets/openable/images/imported/Normal--487c24e8.webp" title="assets/openable/images/imported/Normal--487c24e8.webp" meta="366 bytes"} +::image{src="../assets/openable/images/imported/Normal_grey_attack_bkgnd--49100e40.webp" title="assets/openable/images/imported/Normal_grey_attack_bkgnd--49100e40.webp" meta="97288 bytes"} +::image{src="../assets/openable/images/imported/Normal_triangle--78dc32b0.webp" title="assets/openable/images/imported/Normal_triangle--78dc32b0.webp" meta="1462 bytes"} +::image{src="../assets/openable/images/imported/PK_BG_COLLECTED--29c0f954.webp" title="assets/openable/images/imported/PK_BG_COLLECTED--29c0f954.webp" meta="942 bytes"} +::image{src="../assets/openable/images/imported/POKE_BALLS_256_8_up--c7e59f07.webp" title="assets/openable/images/imported/POKE_BALLS_256_8_up--c7e59f07.webp" meta="175170 bytes"} +::image{src="../assets/openable/images/imported/Poison--a88189e5.webp" title="assets/openable/images/imported/Poison--a88189e5.webp" meta="358 bytes"} +::image{src="../assets/openable/images/imported/Poison_purple_attack_bkgnd--0bf8e7bb.webp" title="assets/openable/images/imported/Poison_purple_attack_bkgnd--0bf8e7bb.webp" meta="136302 bytes"} +::image{src="../assets/openable/images/imported/Poison_triangle--3dab6033.webp" title="assets/openable/images/imported/Poison_triangle--3dab6033.webp" meta="1958 bytes"} +::image{src="../assets/openable/images/imported/Pokedex_01_temp--abe765a6.webp" title="assets/openable/images/imported/Pokedex_01_temp--abe765a6.webp" meta="114366 bytes"} +::image{src="../assets/openable/images/imported/Psychic--cff3b455.webp" title="assets/openable/images/imported/Psychic--cff3b455.webp" meta="358 bytes"} +::image{src="../assets/openable/images/imported/Psychic_purple_attack_bkgnd--d7d39660.webp" title="assets/openable/images/imported/Psychic_purple_attack_bkgnd--d7d39660.webp" meta="159736 bytes"} +::image{src="../assets/openable/images/imported/Psychic_triangle--60eebc96.webp" title="assets/openable/images/imported/Psychic_triangle--60eebc96.webp" meta="1998 bytes"} +::image{src="../assets/openable/images/imported/Rock--943b1179.webp" title="assets/openable/images/imported/Rock--943b1179.webp" meta="364 bytes"} +::image{src="../assets/openable/images/imported/Rock_grey_attack_bkgnd--2f36694e.webp" title="assets/openable/images/imported/Rock_grey_attack_bkgnd--2f36694e.webp" meta="92946 bytes"} +::image{src="../assets/openable/images/imported/Rock_triangle--c16988a8.webp" title="assets/openable/images/imported/Rock_triangle--c16988a8.webp" meta="1910 bytes"} +::image{src="../assets/openable/images/imported/SBS_arrows_dark--89b8837b.webp" title="assets/openable/images/imported/SBS_arrows_dark--89b8837b.webp" meta="8274 bytes"} +::image{src="../assets/openable/images/imported/SBS_arrows_glow--e30594e3.webp" title="assets/openable/images/imported/SBS_arrows_glow--e30594e3.webp" meta="50610 bytes"} +::image{src="../assets/openable/images/imported/Skip--b6cf222d.webp" title="assets/openable/images/imported/Skip--b6cf222d.webp" meta="264 bytes"} +::image{src="../assets/openable/images/imported/Steel--59814c00.webp" title="assets/openable/images/imported/Steel--59814c00.webp" meta="374 bytes"} +::image{src="../assets/openable/images/imported/Steel_grey_attack_bkgnd--f0d351aa.webp" title="assets/openable/images/imported/Steel_grey_attack_bkgnd--f0d351aa.webp" meta="100472 bytes"} +::image{src="../assets/openable/images/imported/Steel_triangle--69e9b238.webp" title="assets/openable/images/imported/Steel_triangle--69e9b238.webp" meta="1898 bytes"} +::image{src="../assets/openable/images/imported/UI--5b375ce3.webp" title="assets/openable/images/imported/UI--5b375ce3.webp" meta="75794 bytes"} +::image{src="../assets/openable/images/imported/UI_none_active--13f60eba.webp" title="assets/openable/images/imported/UI_none_active--13f60eba.webp" meta="59646 bytes"} +::image{src="../assets/openable/images/imported/Water--837a227f.webp" title="assets/openable/images/imported/Water--837a227f.webp" meta="346 bytes"} +::image{src="../assets/openable/images/imported/Water_blue_attack_bkgnd--d641083b.webp" title="assets/openable/images/imported/Water_blue_attack_bkgnd--d641083b.webp" meta="185790 bytes"} +::image{src="../assets/openable/images/imported/Water_triangle--f1909b16.webp" title="assets/openable/images/imported/Water_triangle--f1909b16.webp" meta="1990 bytes"} +::image{src="../assets/openable/images/imported/arrows_dark--e04b49a2.webp" title="assets/openable/images/imported/arrows_dark--e04b49a2.webp" meta="11012 bytes"} +::image{src="../assets/openable/images/imported/arrows_glow--de03d3ad.webp" title="assets/openable/images/imported/arrows_glow--de03d3ad.webp" meta="72218 bytes"} +::image{src="../assets/openable/images/imported/blank--2180fd85.webp" title="assets/openable/images/imported/blank--2180fd85.webp" meta="36 bytes"} +::image{src="../assets/openable/images/imported/blank_icon--833b73e1.webp" title="assets/openable/images/imported/blank_icon--833b73e1.webp" meta="36 bytes"} +::image{src="../assets/openable/images/imported/bug_attack_3_sprite_sheet--33c12e95.webp" title="assets/openable/images/imported/bug_attack_3_sprite_sheet--33c12e95.webp" meta="1042448 bytes"} +::image{src="../assets/openable/images/imported/bug_attack_4_sprite_sheet--0304ad28.webp" title="assets/openable/images/imported/bug_attack_4_sprite_sheet--0304ad28.webp" meta="1303420 bytes"} +::image{src="../assets/openable/images/imported/bug_energy_b_sprite_sheet_10up_00000--2da1b19d.webp" title="assets/openable/images/imported/bug_energy_b_sprite_sheet_10up_00000--2da1b19d.webp" meta="582014 bytes"} +::image{src="../assets/openable/images/imported/bug_energy_v1_2k--d1d1518a.webp" title="assets/openable/images/imported/bug_energy_v1_2k--d1d1518a.webp" meta="788108 bytes"} +::image{src="../assets/openable/images/imported/bug_icon--0744e82e.webp" title="assets/openable/images/imported/bug_icon--0744e82e.webp" meta="1666 bytes"} +::image{src="../assets/openable/images/imported/capFX_V1_sprite_sheet--d3a6219a.webp" title="assets/openable/images/imported/capFX_V1_sprite_sheet--d3a6219a.webp" meta="336746 bytes"} +::image{src="../assets/openable/images/imported/claw_energy_10up--e31ab800.webp" title="assets/openable/images/imported/claw_energy_10up--e31ab800.webp" meta="559884 bytes"} +::image{src="../assets/openable/images/imported/coast_biome_icon_145--87ad4b37.webp" title="assets/openable/images/imported/coast_biome_icon_145--87ad4b37.webp" meta="27226 bytes"} +::image{src="../assets/openable/images/imported/coast_closeup_select--08987663.webp" title="assets/openable/images/imported/coast_closeup_select--08987663.webp" meta="1488360 bytes"} +::image{src="../assets/openable/images/imported/dark_energy_b_sprite_sheet_10up_00000--2837f10e.webp" title="assets/openable/images/imported/dark_energy_b_sprite_sheet_10up_00000--2837f10e.webp" meta="123298 bytes"} +::image{src="../assets/openable/images/imported/dark_energy_c_sprite_sheet--c8235e62.webp" title="assets/openable/images/imported/dark_energy_c_sprite_sheet--c8235e62.webp" meta="1095418 bytes"} +::image{src="../assets/openable/images/imported/dark_energy_v2_2k--22fbc9b1.webp" title="assets/openable/images/imported/dark_energy_v2_2k--22fbc9b1.webp" meta="754318 bytes"} +::image{src="../assets/openable/images/imported/dark_icon--7a9ed4b5.webp" title="assets/openable/images/imported/dark_icon--7a9ed4b5.webp" meta="4302 bytes"} +::image{src="../assets/openable/images/imported/desert_biome_icon_145--efc0565e.webp" title="assets/openable/images/imported/desert_biome_icon_145--efc0565e.webp" meta="21592 bytes"} +::image{src="../assets/openable/images/imported/desert_closeup_select--fcd32ced.webp" title="assets/openable/images/imported/desert_closeup_select--fcd32ced.webp" meta="1638926 bytes"} +::image{src="../assets/openable/images/imported/discover_map_clouds--9777cfd9.webp" title="assets/openable/images/imported/discover_map_clouds--9777cfd9.webp" meta="1863290 bytes"} +::image{src="../assets/openable/images/imported/discover_map_no_clouds--b605a0ae.webp" title="assets/openable/images/imported/discover_map_no_clouds--b605a0ae.webp" meta="2558714 bytes"} +::image{src="../assets/openable/images/imported/dragon_attk_1--b90500e2.webp" title="assets/openable/images/imported/dragon_attk_1--b90500e2.webp" meta="635084 bytes"} +::image{src="../assets/openable/images/imported/dragon_energy_v1_2k--677ee476.webp" title="assets/openable/images/imported/dragon_energy_v1_2k--677ee476.webp" meta="610644 bytes"} +::image{src="../assets/openable/images/imported/dragon_icon--9cf47ee1.webp" title="assets/openable/images/imported/dragon_icon--9cf47ee1.webp" meta="2142 bytes"} +::image{src="../assets/openable/images/imported/dust_attack_2--ed13d429.webp" title="assets/openable/images/imported/dust_attack_2--ed13d429.webp" meta="2319106 bytes"} +::image{src="../assets/openable/images/imported/dust_attack_3_sprite_sheet_00000--77e2a200.webp" title="assets/openable/images/imported/dust_attack_3_sprite_sheet_00000--77e2a200.webp" meta="1123194 bytes"} +::image{src="../assets/openable/images/imported/electric_attack_4_sprite_sheet--2ed44893.webp" title="assets/openable/images/imported/electric_attack_4_sprite_sheet--2ed44893.webp" meta="982766 bytes"} +::image{src="../assets/openable/images/imported/electric_attack_6_sprite_sheet--85ffe774.webp" title="assets/openable/images/imported/electric_attack_6_sprite_sheet--85ffe774.webp" meta="1058760 bytes"} +::image{src="../assets/openable/images/imported/electric_attack_v1_2k--f61d16ab.webp" title="assets/openable/images/imported/electric_attack_v1_2k--f61d16ab.webp" meta="1318162 bytes"} +::image{src="../assets/openable/images/imported/electric_icon--201eb387.webp" title="assets/openable/images/imported/electric_icon--201eb387.webp" meta="1112 bytes"} +::image{src="../assets/openable/images/imported/evolve_arrows_off--2b713fce.webp" title="assets/openable/images/imported/evolve_arrows_off--2b713fce.webp" meta="14936 bytes"} +::image{src="../assets/openable/images/imported/evolve_arrows_on--d5fc80cf.webp" title="assets/openable/images/imported/evolve_arrows_on--d5fc80cf.webp" meta="101634 bytes"} +::image{src="../assets/openable/images/imported/evolve_yellow_square--646a62e9.webp" title="assets/openable/images/imported/evolve_yellow_square--646a62e9.webp" meta="748 bytes"} +::image{src="../assets/openable/images/imported/evolve_yellow_square_2--a4362b1d.webp" title="assets/openable/images/imported/evolve_yellow_square_2--a4362b1d.webp" meta="748 bytes"} +::image{src="../assets/openable/images/imported/fairy_icon--a994b338.webp" title="assets/openable/images/imported/fairy_icon--a994b338.webp" meta="1908 bytes"} +::image{src="../assets/openable/images/imported/fairy_type_3_sprite_sheet--f3e3b04a.webp" title="assets/openable/images/imported/fairy_type_3_sprite_sheet--f3e3b04a.webp" meta="1820396 bytes"} +::image{src="../assets/openable/images/imported/fairy_type_4_sprite_sheet--dbc1a4be.webp" title="assets/openable/images/imported/fairy_type_4_sprite_sheet--dbc1a4be.webp" meta="1467678 bytes"} +::image{src="../assets/openable/images/imported/fighting_1_sprite_sheet--8b194b6c.webp" title="assets/openable/images/imported/fighting_1_sprite_sheet--8b194b6c.webp" meta="586630 bytes"} +::image{src="../assets/openable/images/imported/fighting_icon--a4dd4465.webp" title="assets/openable/images/imported/fighting_icon--a4dd4465.webp" meta="2206 bytes"} +::image{src="../assets/openable/images/imported/fire_attack_2_sprite_sheet--77fd685d.webp" title="assets/openable/images/imported/fire_attack_2_sprite_sheet--77fd685d.webp" meta="954604 bytes"} +::image{src="../assets/openable/images/imported/fire_attack_3_sprite_sheet--04d123fd.webp" title="assets/openable/images/imported/fire_attack_3_sprite_sheet--04d123fd.webp" meta="1310034 bytes"} +::image{src="../assets/openable/images/imported/fire_attack_5_sprite_sheet--fc2030cd.webp" title="assets/openable/images/imported/fire_attack_5_sprite_sheet--fc2030cd.webp" meta="1221774 bytes"} +::image{src="../assets/openable/images/imported/fire_attack_6_sprite_sheet--8608036b.webp" title="assets/openable/images/imported/fire_attack_6_sprite_sheet--8608036b.webp" meta="921546 bytes"} +::image{src="../assets/openable/images/imported/fire_attack_v1_2k--8a933e6b.webp" title="assets/openable/images/imported/fire_attack_v1_2k--8a933e6b.webp" meta="763064 bytes"} +::image{src="../assets/openable/images/imported/fire_icon--7270468a.webp" title="assets/openable/images/imported/fire_icon--7270468a.webp" meta="1434 bytes"} +::image{src="../assets/openable/images/imported/flying_energy_a_10up_00000--06d89623.webp" title="assets/openable/images/imported/flying_energy_a_10up_00000--06d89623.webp" meta="376502 bytes"} +::image{src="../assets/openable/images/imported/flying_energy_b_sprite_sheet--8e82350c.webp" title="assets/openable/images/imported/flying_energy_b_sprite_sheet--8e82350c.webp" meta="84922 bytes"} +::image{src="../assets/openable/images/imported/flying_icon--882928f0.webp" title="assets/openable/images/imported/flying_icon--882928f0.webp" meta="2950 bytes"} +::image{src="../assets/openable/images/imported/forest_biome_icon_145--7979f46a.webp" title="assets/openable/images/imported/forest_biome_icon_145--7979f46a.webp" meta="27092 bytes"} +::image{src="../assets/openable/images/imported/forest_closeup_select--a04b0ea4.webp" title="assets/openable/images/imported/forest_closeup_select--a04b0ea4.webp" meta="2351402 bytes"} +::image{src="../assets/openable/images/imported/ghost_attack_3_sprite_sheet--62d5a793.webp" title="assets/openable/images/imported/ghost_attack_3_sprite_sheet--62d5a793.webp" meta="1501300 bytes"} +::image{src="../assets/openable/images/imported/ghost_attack_sprite_sheet--fe103270.webp" title="assets/openable/images/imported/ghost_attack_sprite_sheet--fe103270.webp" meta="2073432 bytes"} +::image{src="../assets/openable/images/imported/ghost_energy_b_sprite_sheet--a3765bec.webp" title="assets/openable/images/imported/ghost_energy_b_sprite_sheet--a3765bec.webp" meta="714256 bytes"} +::image{src="../assets/openable/images/imported/ghost_icon--6282b9ab.webp" title="assets/openable/images/imported/ghost_icon--6282b9ab.webp" meta="1760 bytes"} +::image{src="../assets/openable/images/imported/grass_attack_5_sprite_sheet--18f5298c.webp" title="assets/openable/images/imported/grass_attack_5_sprite_sheet--18f5298c.webp" meta="826058 bytes"} +::image{src="../assets/openable/images/imported/grass_attack_v1_2k--e8e2ed15.webp" title="assets/openable/images/imported/grass_attack_v1_2k--e8e2ed15.webp" meta="937140 bytes"} +::image{src="../assets/openable/images/imported/grass_attack_v3_2k--7b0fab83.webp" title="assets/openable/images/imported/grass_attack_v3_2k--7b0fab83.webp" meta="1726858 bytes"} +::image{src="../assets/openable/images/imported/grass_icon--f3830bb0.webp" title="assets/openable/images/imported/grass_icon--f3830bb0.webp" meta="1450 bytes"} +::image{src="../assets/openable/images/imported/green_bkgnd_squashed--a7b976dd.webp" title="assets/openable/images/imported/green_bkgnd_squashed--a7b976dd.webp" meta="1232124 bytes"} +::image{src="../assets/openable/images/imported/green_button_dim--4089b692.webp" title="assets/openable/images/imported/green_button_dim--4089b692.webp" meta="1282 bytes"} +::image{src="../assets/openable/images/imported/green_button_lit--632ec5a2.webp" title="assets/openable/images/imported/green_button_lit--632ec5a2.webp" meta="2408 bytes"} +::image{src="../assets/openable/images/imported/green_progress_half_size--fac4493c.webp" title="assets/openable/images/imported/green_progress_half_size--fac4493c.webp" meta="1636 bytes"} +::image{src="../assets/openable/images/imported/ground_icon--1bb514b0.webp" title="assets/openable/images/imported/ground_icon--1bb514b0.webp" meta="1028 bytes"} +::image{src="../assets/openable/images/imported/ice_attack_2_sprite_sheet--e5787096.webp" title="assets/openable/images/imported/ice_attack_2_sprite_sheet--e5787096.webp" meta="564562 bytes"} +::image{src="../assets/openable/images/imported/ice_attack_3_sprite_sheet--50bfdbdd.webp" title="assets/openable/images/imported/ice_attack_3_sprite_sheet--50bfdbdd.webp" meta="2886766 bytes"} +::image{src="../assets/openable/images/imported/ice_attack_4_sprite_sheet--767ffb74.webp" title="assets/openable/images/imported/ice_attack_4_sprite_sheet--767ffb74.webp" meta="1863442 bytes"} +::image{src="../assets/openable/images/imported/ice_energy_v1_2k--1ce876fd.webp" title="assets/openable/images/imported/ice_energy_v1_2k--1ce876fd.webp" meta="665412 bytes"} +::image{src="../assets/openable/images/imported/ice_icon--14d03701.webp" title="assets/openable/images/imported/ice_icon--14d03701.webp" meta="2050 bytes"} +::image{src="../assets/openable/images/imported/icons_3_up--72b505f4.webp" title="assets/openable/images/imported/icons_3_up--72b505f4.webp" meta="98476 bytes"} +::image{src="../assets/openable/images/imported/left_panel_outline--9ac8a296.webp" title="assets/openable/images/imported/left_panel_outline--9ac8a296.webp" meta="15040 bytes"} +::image{src="../assets/openable/images/imported/meteor_energy_v1_2k--90bc8e72.webp" title="assets/openable/images/imported/meteor_energy_v1_2k--90bc8e72.webp" meta="469698 bytes"} +::image{src="../assets/openable/images/imported/mountain_biome_icon_145--49600e53.webp" title="assets/openable/images/imported/mountain_biome_icon_145--49600e53.webp" meta="19174 bytes"} +::image{src="../assets/openable/images/imported/mountain_closeup_select--93a8aadd.webp" title="assets/openable/images/imported/mountain_closeup_select--93a8aadd.webp" meta="1807982 bytes"} +::image{src="../assets/openable/images/imported/new_pokemon_caught--1bf2c1b1.webp" title="assets/openable/images/imported/new_pokemon_caught--1bf2c1b1.webp" meta="1884 bytes"} +::image{src="../assets/openable/images/imported/new_pokemon_discovered--a77589c1.webp" title="assets/openable/images/imported/new_pokemon_discovered--a77589c1.webp" meta="2034 bytes"} +::image{src="../assets/openable/images/imported/none_attack_v1_2k--d4ea2f88.webp" title="assets/openable/images/imported/none_attack_v1_2k--d4ea2f88.webp" meta="72068 bytes"} +::image{src="../assets/openable/images/imported/normal_attack_v2--e262023e.webp" title="assets/openable/images/imported/normal_attack_v2--e262023e.webp" meta="518780 bytes"} +::image{src="../assets/openable/images/imported/normal_attack_v3_2k--b58d1bae.webp" title="assets/openable/images/imported/normal_attack_v3_2k--b58d1bae.webp" meta="528162 bytes"} +::image{src="../assets/openable/images/imported/normal_energy_C_10up_00000--cee6eb54.webp" title="assets/openable/images/imported/normal_energy_C_10up_00000--cee6eb54.webp" meta="929944 bytes"} +::image{src="../assets/openable/images/imported/normal_energy_v4_2k--f8089c1a.webp" title="assets/openable/images/imported/normal_energy_v4_2k--f8089c1a.webp" meta="461240 bytes"} +::gallery-end diff --git a/asset-images-gallery-06.md b/asset-images-gallery-06.md new file mode 100644 index 0000000..f4ccaa1 --- /dev/null +++ b/asset-images-gallery-06.md @@ -0,0 +1,206 @@ +# Asset Image Gallery 06 + +Openable images assets 1001-1200 of 1212. + +::gallery-start +::image{src="../assets/openable/images/imported/normal_energy_v5_2k--2e5f9cca.webp" title="assets/openable/images/imported/normal_energy_v5_2k--2e5f9cca.webp" meta="638006 bytes"} +::image{src="../assets/openable/images/imported/normal_energy_v6_2k--c284db8a.webp" title="assets/openable/images/imported/normal_energy_v6_2k--c284db8a.webp" meta="704056 bytes"} +::image{src="../assets/openable/images/imported/normal_icon--acf73fd5.webp" title="assets/openable/images/imported/normal_icon--acf73fd5.webp" meta="812 bytes"} +::image{src="../assets/openable/images/imported/outline_progress_half_size--8533182b.webp" title="assets/openable/images/imported/outline_progress_half_size--8533182b.webp" meta="538 bytes"} +::image{src="../assets/openable/images/imported/phils_ball_poof--4332e588.webp" title="assets/openable/images/imported/phils_ball_poof--4332e588.webp" meta="336484 bytes"} +::image{src="../assets/openable/images/imported/poison_energy_a_2k_tony_A--f37d33d2.webp" title="assets/openable/images/imported/poison_energy_a_2k_tony_A--f37d33d2.webp" meta="584794 bytes"} +::image{src="../assets/openable/images/imported/poison_energy_b_sprite_sheet_2k_00000--129031ad.webp" title="assets/openable/images/imported/poison_energy_b_sprite_sheet_2k_00000--129031ad.webp" meta="1000292 bytes"} +::image{src="../assets/openable/images/imported/poison_icon--7585a476.webp" title="assets/openable/images/imported/poison_icon--7585a476.webp" meta="1254 bytes"} +::image{src="../assets/openable/images/imported/pokeball_off_42--b387a3c6.webp" title="assets/openable/images/imported/pokeball_off_42--b387a3c6.webp" meta="1050 bytes"} +::image{src="../assets/openable/images/imported/pokeball_on_42--0e019fd1.webp" title="assets/openable/images/imported/pokeball_on_42--0e019fd1.webp" meta="2534 bytes"} +::image{src="../assets/openable/images/imported/pokeball_shadow--cf17127d.webp" title="assets/openable/images/imported/pokeball_shadow--cf17127d.webp" meta="5416 bytes"} +::image{src="../assets/openable/images/imported/pokedex_slide_out--03209d93.webp" title="assets/openable/images/imported/pokedex_slide_out--03209d93.webp" meta="14340 bytes"} +::image{src="../assets/openable/images/imported/pokedex_slide_out--7cb728a8.webp" title="assets/openable/images/imported/pokedex_slide_out--7cb728a8.webp" meta="14340 bytes"} +::image{src="../assets/openable/images/imported/pokedex_slide_out_icons--8bba8e32.webp" title="assets/openable/images/imported/pokedex_slide_out_icons--8bba8e32.webp" meta="74714 bytes"} +::image{src="../assets/openable/images/imported/pokedex_slide_out_icons--8ffe4882.webp" title="assets/openable/images/imported/pokedex_slide_out_icons--8ffe4882.webp" meta="74714 bytes"} +::image{src="../assets/openable/images/imported/pokedex_slide_out_icons_6_up--a93485c8.webp" title="assets/openable/images/imported/pokedex_slide_out_icons_6_up--a93485c8.webp" meta="75754 bytes"} +::image{src="../assets/openable/images/imported/progress_bar_shadow--100f1875.webp" title="assets/openable/images/imported/progress_bar_shadow--100f1875.webp" meta="1046 bytes"} +::image{src="../assets/openable/images/imported/psychic_energy_b_sprite_sheet_2k--b916aa0e.webp" title="assets/openable/images/imported/psychic_energy_b_sprite_sheet_2k--b916aa0e.webp" meta="363044 bytes"} +::image{src="../assets/openable/images/imported/psychic_energy_v2_2k--64a620df.webp" title="assets/openable/images/imported/psychic_energy_v2_2k--64a620df.webp" meta="622296 bytes"} +::image{src="../assets/openable/images/imported/psychic_icon--d5b78665.webp" title="assets/openable/images/imported/psychic_icon--d5b78665.webp" meta="3518 bytes"} +::image{src="../assets/openable/images/imported/rcectangle_bkgnd--4b94d535.webp" title="assets/openable/images/imported/rcectangle_bkgnd--4b94d535.webp" meta="614 bytes"} +::image{src="../assets/openable/images/imported/red_progress_half_size--444d3b38.webp" title="assets/openable/images/imported/red_progress_half_size--444d3b38.webp" meta="1954 bytes"} +::image{src="../assets/openable/images/imported/registration--3e99b69f.webp" title="assets/openable/images/imported/registration--3e99b69f.webp" meta="1350900 bytes"} +::image{src="../assets/openable/images/imported/right_panel_outline--a97fe8a2.webp" title="assets/openable/images/imported/right_panel_outline--a97fe8a2.webp" meta="14342 bytes"} +::image{src="../assets/openable/images/imported/rock_attack_1_sprite_sheet--d7eaa1f1.webp" title="assets/openable/images/imported/rock_attack_1_sprite_sheet--d7eaa1f1.webp" meta="616746 bytes"} +::image{src="../assets/openable/images/imported/rock_attack_3_sprite_sheet--9f8ab32c.webp" title="assets/openable/images/imported/rock_attack_3_sprite_sheet--9f8ab32c.webp" meta="1885204 bytes"} +::image{src="../assets/openable/images/imported/rock_attack_3_sprite_sheet--f88981cc.webp" title="assets/openable/images/imported/rock_attack_3_sprite_sheet--f88981cc.webp" meta="2063406 bytes"} +::image{src="../assets/openable/images/imported/rock_icon--5511d1d1.webp" title="assets/openable/images/imported/rock_icon--5511d1d1.webp" meta="2644 bytes"} +::image{src="../assets/openable/images/imported/skip_icon--e101f1ef.webp" title="assets/openable/images/imported/skip_icon--e101f1ef.webp" meta="38 bytes"} +::image{src="../assets/openable/images/imported/smoke_puff--4e689024.webp" title="assets/openable/images/imported/smoke_puff--4e689024.webp" meta="465258 bytes"} +::image{src="../assets/openable/images/imported/steel_attack_1_sprite_sheet_00000--347c7c9b.webp" title="assets/openable/images/imported/steel_attack_1_sprite_sheet_00000--347c7c9b.webp" meta="588804 bytes"} +::image{src="../assets/openable/images/imported/steel_attack_2_sprite_sheet--c47f156b.webp" title="assets/openable/images/imported/steel_attack_2_sprite_sheet--c47f156b.webp" meta="216060 bytes"} +::image{src="../assets/openable/images/imported/steel_icon--1aa704e5.webp" title="assets/openable/images/imported/steel_icon--1aa704e5.webp" meta="1732 bytes"} +::image{src="../assets/openable/images/imported/travel_select_coastal--f2cba4de.webp" title="assets/openable/images/imported/travel_select_coastal--f2cba4de.webp" meta="2070642 bytes"} +::image{src="../assets/openable/images/imported/travel_select_desert--e3411255.webp" title="assets/openable/images/imported/travel_select_desert--e3411255.webp" meta="2101538 bytes"} +::image{src="../assets/openable/images/imported/travel_select_forest--0a922418.webp" title="assets/openable/images/imported/travel_select_forest--0a922418.webp" meta="2142790 bytes"} +::image{src="../assets/openable/images/imported/travel_select_mountain--181f0036.webp" title="assets/openable/images/imported/travel_select_mountain--181f0036.webp" meta="2092902 bytes"} +::image{src="../assets/openable/images/imported/victory_bkgnd--75eae372.webp" title="assets/openable/images/imported/victory_bkgnd--75eae372.webp" meta="143002 bytes"} +::image{src="../assets/openable/images/imported/victory_shadow_overlay--7ac04c0f.webp" title="assets/openable/images/imported/victory_shadow_overlay--7ac04c0f.webp" meta="652644 bytes"} +::image{src="../assets/openable/images/imported/vs_sprite_sheet--d1f0914f.webp" title="assets/openable/images/imported/vs_sprite_sheet--d1f0914f.webp" meta="210376 bytes"} +::image{src="../assets/openable/images/imported/water_energy_b_sprite_sheet_10up_00000--1b122315.webp" title="assets/openable/images/imported/water_energy_b_sprite_sheet_10up_00000--1b122315.webp" meta="1394218 bytes"} +::image{src="../assets/openable/images/imported/water_energy_c_sprite_sheet_2k--8af1cdeb.webp" title="assets/openable/images/imported/water_energy_c_sprite_sheet_2k--8af1cdeb.webp" meta="79694 bytes"} +::image{src="../assets/openable/images/imported/water_energy_g_sprite_sheet--d7c0fcdf.webp" title="assets/openable/images/imported/water_energy_g_sprite_sheet--d7c0fcdf.webp" meta="1627918 bytes"} +::image{src="../assets/openable/images/imported/water_icon--5a9de475.webp" title="assets/openable/images/imported/water_icon--5a9de475.webp" meta="1280 bytes"} +::image{src="../assets/openable/images/imported/water_stream_v3_2k--9cece179.webp" title="assets/openable/images/imported/water_stream_v3_2k--9cece179.webp" meta="816020 bytes"} +::image{src="../assets/openable/images/imported/white_bkgnd_tile--4ba3a3a5.webp" title="assets/openable/images/imported/white_bkgnd_tile--4ba3a3a5.webp" meta="2482 bytes"} +::image{src="../assets/openable/images/imported/white_bkgnd_tile--9340d30f.webp" title="assets/openable/images/imported/white_bkgnd_tile--9340d30f.webp" meta="2482 bytes"} +::image{src="../assets/openable/images/imported/white_progress_half_size--9f114355.webp" title="assets/openable/images/imported/white_progress_half_size--9f114355.webp" meta="312 bytes"} +::image{src="../assets/openable/images/imported/yellow_button_glow--7c8248f6.webp" title="assets/openable/images/imported/yellow_button_glow--7c8248f6.webp" meta="1854 bytes"} +::image{src="../assets/openable/images/imported/yellow_square--a7402a47.webp" title="assets/openable/images/imported/yellow_square--a7402a47.webp" meta="816 bytes"} +::image{src="../assets/openable/loose/lcd/GameLogo.png" title="assets/openable/loose/lcd/GameLogo.png" meta="201813 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Avatars/Default.png" title="assets/openable/loose/nuk/images/Connectivity/Avatars/Default.png" meta="1545 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementComplete.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementComplete.png" meta="373 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementIncomplete.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementIncomplete.png" meta="560 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified.png" meta="628 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified32x32.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified32x32.png" meta="777 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified48x48.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified48x48.png" meta="1156 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified64x64.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/AchievementUI/AchievementVerified64x64.png" meta="2368 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Checkmark/Checkmark.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Checkmark/Checkmark.png" meta="844 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0001.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0001.png" meta="9977 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0002.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0002.png" meta="10503 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0003.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0003.png" meta="10690 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0004.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0004.png" meta="10710 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0005.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0005.png" meta="10778 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0006.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0006.png" meta="10858 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0007.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0007.png" meta="10652 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0008.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0008.png" meta="10715 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0009.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0009.png" meta="10436 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0010.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0010.png" meta="10125 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0011.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0011.png" meta="9830 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0012.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0012.png" meta="9649 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0013.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0013.png" meta="9576 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0014.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0014.png" meta="9178 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0015.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0015.png" meta="8643 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0016.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0016.png" meta="7686 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0017.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0017.png" meta="6576 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0018.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0018.png" meta="5028 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0019.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0019.png" meta="1115 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0020.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0020.png" meta="5016 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0021.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0021.png" meta="6678 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0022.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0022.png" meta="7670 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0023.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0023.png" meta="8574 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0024.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0024.png" meta="9119 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0025.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0025.png" meta="9564 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0026.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0026.png" meta="9791 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0027.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0027.png" meta="9982 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0028.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0028.png" meta="9989 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0029.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0029.png" meta="10318 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0030.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0030.png" meta="10461 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0031.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0031.png" meta="10772 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0032.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0032.png" meta="10749 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0033.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0033.png" meta="10857 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0034.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0034.png" meta="10859 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0035.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Coin/Coin0035.png" meta="10544 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0001.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0001.png" meta="216 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0002.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0002.png" meta="255 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0003.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0003.png" meta="258 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0004.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0004.png" meta="299 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0005.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0005.png" meta="366 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0006.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0006.png" meta="413 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0007.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0007.png" meta="445 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0008.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0008.png" meta="485 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0009.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0009.png" meta="562 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0010.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0010.png" meta="591 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0011.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0011.png" meta="627 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0012.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0012.png" meta="633 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0013.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0013.png" meta="646 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0014.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0014.png" meta="668 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0015.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0015.png" meta="619 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0016.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0016.png" meta="509 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0017.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0017.png" meta="614 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0018.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0018.png" meta="615 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0019.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0019.png" meta="578 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0020.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0020.png" meta="483 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0021.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0021.png" meta="444 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0022.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0022.png" meta="414 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0023.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0023.png" meta="363 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0024.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0024.png" meta="294 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0025.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0025.png" meta="277 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0026.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0026.png" meta="259 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0027.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/LoadingDots/LoadingDots0027.png" meta="155 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/ScanQR/ScanQR.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/ScanQR/ScanQR.png" meta="5447 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Icons/Stopwatch/Stopwatch.png" title="assets/openable/loose/nuk/images/Connectivity/Icons/Stopwatch/Stopwatch.png" meta="1537 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedHorizontalWHTSmall.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedHorizontalWHTSmall.png" meta="28619 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoLarge.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoLarge.png" meta="31783 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoMedium.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoMedium.png" meta="10371 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoSmall.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoSmall.png" meta="6518 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoSmaller.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedLogoSmaller.png" meta="4616 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalREDSmall.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalREDSmall.png" meta="4118 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalREDandWHTSmall.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalREDandWHTSmall.png" meta="4297 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalStandardSmall.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalStandardSmall.png" meta="3876 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalWHTSmall.png" title="assets/openable/loose/nuk/images/Connectivity/InsiderConnectedLogo/InsiderConnectedVerticalWHTSmall.png" meta="3282 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Login/AvatarOutline.png" title="assets/openable/loose/nuk/images/Connectivity/Login/AvatarOutline.png" meta="6548 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Login/AvatarOutlineAA.png" title="assets/openable/loose/nuk/images/Connectivity/Login/AvatarOutlineAA.png" meta="9068 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Login/AvatarOutlineSmallAA.png" title="assets/openable/loose/nuk/images/Connectivity/Login/AvatarOutlineSmallAA.png" meta="4546 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Login/LoginBottomPanel.png" title="assets/openable/loose/nuk/images/Connectivity/Login/LoginBottomPanel.png" meta="1030 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Login/LoginBottomPanelAA.png" title="assets/openable/loose/nuk/images/Connectivity/Login/LoginBottomPanelAA.png" meta="18265 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/Login/LoginTopAA.png" title="assets/openable/loose/nuk/images/Connectivity/Login/LoginTopAA.png" meta="4768 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/QrCodes/quick_registration_qr_code.png" title="assets/openable/loose/nuk/images/Connectivity/QrCodes/quick_registration_qr_code.png" meta="1584 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/QrCodes/support.png" title="assets/openable/loose/nuk/images/Connectivity/QrCodes/support.png" meta="1472 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/QrCodes/support2.png" title="assets/openable/loose/nuk/images/Connectivity/QrCodes/support2.png" meta="1457 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/QuickConnect/Pinball.png" title="assets/openable/loose/nuk/images/Connectivity/QuickConnect/Pinball.png" meta="9603 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_1.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_1.png" meta="8851 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_2.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_2.png" meta="8820 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_3.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_3.png" meta="8809 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_4.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_4.png" meta="8752 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_AllGray.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Boxes_AllGray.png" meta="6545 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor.png" meta="2167 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor_Done.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor_Done.png" meta="2179 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor_Space.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor_Space.png" meta="2395 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor_enter.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Cursor_enter.png" meta="2213 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360.png" meta="345608 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Blue.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Blue.png" meta="397170 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_BlueViolet.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_BlueViolet.png" meta="425737 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Green.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Green.png" meta="301302 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Olive.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Olive.png" meta="317878 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Orange.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Orange.png" meta="361324 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Violet.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Diag_1360_Violet.png" meta="421542 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Enter_Cursor.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Enter_Cursor.png" meta="2575 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_12345.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_12345.png" meta="18044 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_AllDim.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_AllDim.png" meta="14977 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_BKSPC.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_BKSPC.png" meta="5080 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_BKSPC_DIM.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_BKSPC_DIM.png" meta="4150 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_DONE.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_DONE.png" meta="5607 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_DONE_DIM.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_DONE_DIM.png" meta="4716 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_FWD.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_FWD.png" meta="5029 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_FWD_DIM.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_FWD_DIM.png" meta="4418 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_NextLine.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_NextLine.png" meta="3965 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/K_Spelled_Done.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/K_Spelled_Done.png" meta="3663 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Numeric_Keyboard_Keypad.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Numeric_Keyboard_Keypad.png" meta="17974 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Page1.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Page1.png" meta="54077 bytes"} +::image{src="../assets/openable/loose/nuk/images/Connectivity/TestMenu/Page2.png" title="assets/openable/loose/nuk/images/Connectivity/TestMenu/Page2.png" meta="56916 bytes"} +::image{src="../assets/openable/loose/nuk/images/PokemonLogoBlack.png" title="assets/openable/loose/nuk/images/PokemonLogoBlack.png" meta="201813 bytes"} +::image{src="../assets/openable/loose/nuk/images/SternLogo.png" title="assets/openable/loose/nuk/images/SternLogo.png" meta="209699 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/Spike3_Boot/Spike3_logo.png" title="assets/openable/loose/nuk/images/System/Spike3_Boot/Spike3_logo.png" meta="15776 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/chuck_buttons_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/chuck_buttons_cropped.png" meta="60189 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/counter_background_removed_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/counter_background_removed_cropped.png" meta="168939 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/cpu_board_from_manual_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/cpu_board_from_manual_cropped.png" meta="45332 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/headphone_kit_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/headphone_kit_cropped.png" meta="137448 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/plumb_bob_rotated_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/plumb_bob_rotated_cropped.png" meta="22823 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/shaker_motor_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/shaker_motor_cropped.png" meta="113575 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/slam_tilt_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/slam_tilt_cropped.png" meta="79235 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_cropped.png" meta="21799 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_no_action_button_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_no_action_button_cropped.png" meta="21355 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_no_coin_door_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_no_coin_door_cropped.png" meta="18162 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_no_coin_door_no_action_button_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_cabinet_front_no_coin_door_no_action_button_cropped.png" meta="17711 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_lockdown_bar_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_lockdown_bar_cropped.png" meta="1764 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_cropped.png" meta="24678 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_no_action_button_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_no_action_button_cropped.png" meta="20844 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_no_coin_door_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_no_coin_door_cropped.png" meta="21272 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_no_coin_door_no_action_button_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_no_tournament_cabinet_front_no_coin_door_no_action_button_cropped.png" meta="17190 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_2_speaker_panel_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_2_speaker_panel_cropped.png" meta="15886 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/spike_3_speaker_panel.png" title="assets/openable/loose/nuk/images/System/TestMode/spike_3_speaker_panel.png" meta="41881 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/ticket_dispenser_cropped.png" title="assets/openable/loose/nuk/images/System/TestMode/ticket_dispenser_cropped.png" meta="141013 bytes"} +::image{src="../assets/openable/loose/nuk/images/System/TestMode/universal_topper_scaled.png" title="assets/openable/loose/nuk/images/System/TestMode/universal_topper_scaled.png" meta="46708 bytes"} +::image{src="../assets/openable/loose/nuk/images/Test/pokemon_backpanel_scaled.png" title="assets/openable/loose/nuk/images/Test/pokemon_backpanel_scaled.png" meta="11782 bytes"} +::image{src="../assets/openable/loose/nuk/images/Test/pokemon_playfield_le.png" title="assets/openable/loose/nuk/images/Test/pokemon_playfield_le.png" meta="143328 bytes"} +::image{src="../assets/openable/loose/nuk/images/Test/pokemon_playfield_pro.png" title="assets/openable/loose/nuk/images/Test/pokemon_playfield_pro.png" meta="144056 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_back_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_back_front.png" meta="97969 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_back_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_back_top.png" meta="168094 bytes"} +::gallery-end diff --git a/asset-images-gallery-07.md b/asset-images-gallery-07.md new file mode 100644 index 0000000..ce1852d --- /dev/null +++ b/asset-images-gallery-07.md @@ -0,0 +1,18 @@ +# Asset Image Gallery 07 + +Openable images assets 1201-1212 of 1212. + +::gallery-start +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_center_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_center_front.png" meta="99873 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_center_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_center_top.png" meta="168368 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_forward_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_forward_front.png" meta="100398 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_forward_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_both_forward_top.png" meta="170180 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_back_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_back_front.png" meta="99729 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_back_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_back_top.png" meta="172218 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_forward_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_forward_front.png" meta="101711 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_forward_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_head_forward_top.png" meta="166567 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_back_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_back_front.png" meta="99999 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_back_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_back_top.png" meta="171531 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_forward_front.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_forward_front.png" meta="99018 bytes"} +::image{src="../assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_forward_top.png" title="assets/openable/loose/nuk/images/TestMenu/magikarp_topper_tail_forward_top.png" meta="171322 bytes"} +::gallery-end diff --git a/asset-previews.md b/asset-previews.md new file mode 100644 index 0000000..574f9c2 --- /dev/null +++ b/asset-previews.md @@ -0,0 +1,10 @@ +# Asset Previews + +Generated preview pages for openable reconstructed assets under `assets/openable/`. + +| Type | Count | Pages | +| --- | ---: | --- | +| images | `1212` | [1](asset-images-gallery-01.md), [2](asset-images-gallery-02.md), [3](asset-images-gallery-03.md), [4](asset-images-gallery-04.md), [5](asset-images-gallery-05.md), [6](asset-images-gallery-06.md), [7](asset-images-gallery-07.md) | +| videos | `273` | [1](asset-videos-gallery-01.md), [2](asset-videos-gallery-02.md), [3](asset-videos-gallery-03.md) | +| text | `1170` | [1](asset-text-gallery-01.md), [2](asset-text-gallery-02.md), [3](asset-text-gallery-03.md), [4](asset-text-gallery-04.md), [5](asset-text-gallery-05.md), [6](asset-text-gallery-06.md) | +| fonts | `5` | [1](asset-fonts-gallery-01.md) | diff --git a/asset-text-gallery-01.md b/asset-text-gallery-01.md new file mode 100644 index 0000000..485c4ac --- /dev/null +++ b/asset-text-gallery-01.md @@ -0,0 +1,206 @@ +# Asset Text Gallery 01 + +Openable text assets 1-200 of 1170. + +::gallery-start +::textasset{src="../assets/openable/text/.godot/global_script_class_cache.cfg.txt" title="assets/openable/text/.godot/global_script_class_cache.cfg.txt" meta="345 bytes"} +::textasset{src="../assets/openable/text/data/pokemon_data.txt.txt" title="assets/openable/text/data/pokemon_data.txt.txt" meta="76815 bytes"} +::textasset{src="../assets/openable/text/fonts/Stern_Aztech.ttf.import.txt" title="assets/openable/text/fonts/Stern_Aztech.ttf.import.txt" meta="169 bytes"} +::textasset{src="../assets/openable/text/fonts/Stern_GoldenSmile.ttf.import.txt" title="assets/openable/text/fonts/Stern_GoldenSmile.ttf.import.txt" meta="174 bytes"} +::textasset{src="../assets/openable/text/fonts/Stern_Impact.ttf.import.txt" title="assets/openable/text/fonts/Stern_Impact.ttf.import.txt" meta="168 bytes"} +::textasset{src="../assets/openable/text/gfx/icons/PK_BG_COLLECTED.png.import.txt" title="assets/openable/text/gfx/icons/PK_BG_COLLECTED.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/capture_battle.tscn.remap.txt" title="assets/openable/text/scenes/capture_battle/capture_battle.tscn.remap.txt" meta="107 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/capture_progress_bars.tscn.remap.txt" title="assets/openable/text/scenes/capture_battle/capture_progress_bars.tscn.remap.txt" meta="114 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/gfx/POKE_BALLS_256_8_up.png.import.txt" title="assets/openable/text/scenes/capture_battle/gfx/POKE_BALLS_256_8_up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/gfx/capFX_V1_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/capture_battle/gfx/capFX_V1_sprite_sheet.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/gfx/green_bkgnd_squashed.png.import.txt" title="assets/openable/text/scenes/capture_battle/gfx/green_bkgnd_squashed.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/gfx/pokeball_shadow.png.import.txt" title="assets/openable/text/scenes/capture_battle/gfx/pokeball_shadow.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/gfx/smoke_puff.png.import.txt" title="assets/openable/text/scenes/capture_battle/gfx/smoke_puff.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_bkgnd_scrolling_fx.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_bkgnd_scrolling_fx.gd.remap.txt" meta="83 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_bkgnd_video_player_manager.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_bkgnd_video_player_manager.gd.remap.txt" meta="91 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_camera_shake.gd.remap.txt" meta="77 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_char_sprite_manager.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_char_sprite_manager.gd.remap.txt" meta="84 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_char_stats.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_char_stats.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_panel_background_manager.gd.remap.txt" meta="89 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_poke_ball_anim.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_poke_ball_anim.gd.remap.txt" meta="79 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_poke_ball_flasher.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_poke_ball_flasher.gd.remap.txt" meta="82 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/capture_progress_bars.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/capture_progress_bars.gd.remap.txt" meta="78 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/caught_letter_display_manager.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/caught_letter_display_manager.gd.remap.txt" meta="86 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/label_flash.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/label_flash.gd.remap.txt" meta="68 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/scripts/timer.gd.remap.txt" title="assets/openable/text/scenes/capture_battle/scripts/timer.gd.remap.txt" meta="62 bytes"} +::textasset{src="../assets/openable/text/scenes/capture_battle/timer.tscn.remap.txt" title="assets/openable/text/scenes/capture_battle/timer.tscn.remap.txt" meta="98 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/catch_select_choose.tscn.remap.txt" title="assets/openable/text/scenes/catch_select_choose/catch_select_choose.tscn.remap.txt" meta="112 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/gfx/yellow_square.png.import.txt" title="assets/openable/text/scenes/catch_select_choose/gfx/yellow_square.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_camera_shake.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_char_manager.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_char_manager.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_char_select_window.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_char_select_window.gd.remap.txt" meta="93 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_char_stats.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_char_stats.gd.remap.txt" meta="85 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_info_manager.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_info_manager.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_panel_background_manager.gd.remap.txt" meta="99 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_rectangles.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_rectangles.gd.remap.txt" meta="85 bytes"} +::textasset{src="../assets/openable/text/scenes/catch_select_choose/scripts/catch_select_video_manager.gd.remap.txt" title="assets/openable/text/scenes/catch_select_choose/scripts/catch_select_video_manager.gd.remap.txt" meta="88 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/discover.tscn.remap.txt" title="assets/openable/text/scenes/discover/discover.tscn.remap.txt" meta="101 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/discover_char_stats.tscn.remap.txt" title="assets/openable/text/scenes/discover/discover_char_stats.tscn.remap.txt" meta="112 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/discover_progress_bar.tscn.remap.txt" title="assets/openable/text/scenes/discover/discover_progress_bar.tscn.remap.txt" meta="114 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/gfx/Pokedex_01_temp.png.import.txt" title="assets/openable/text/scenes/discover/gfx/Pokedex_01_temp.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/gfx/new_pokemon_caught.png.import.txt" title="assets/openable/text/scenes/discover/gfx/new_pokemon_caught.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/gfx/new_pokemon_discovered.png.import.txt" title="assets/openable/text/scenes/discover/gfx/new_pokemon_discovered.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/gfx/yellow_button_glow.png.import.txt" title="assets/openable/text/scenes/discover/gfx/yellow_button_glow.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/bush_grp.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/bush_grp.gd.remap.txt" meta="59 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/discover_bkgnd_video_player.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/discover_bkgnd_video_player.gd.remap.txt" meta="78 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/discover_bush_switcher.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/discover_bush_switcher.gd.remap.txt" meta="73 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/discover_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/discover_camera_shake.gd.remap.txt" meta="72 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/discover_char_stats.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/discover_char_stats.gd.remap.txt" meta="70 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/discover_panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/discover_panel_background_manager.gd.remap.txt" meta="84 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/discover_progress_bar.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/discover_progress_bar.gd.remap.txt" meta="72 bytes"} +::textasset{src="../assets/openable/text/scenes/discover/scripts/pokedex.gd.remap.txt" title="assets/openable/text/scenes/discover/scripts/pokedex.gd.remap.txt" meta="58 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/discover_map_progress_bar.tscn.remap.txt" title="assets/openable/text/scenes/discover_map_select/discover_map_progress_bar.tscn.remap.txt" meta="118 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/discover_map_select.tscn.remap.txt" title="assets/openable/text/scenes/discover_map_select/discover_map_select.tscn.remap.txt" meta="112 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/coast_closeup_select.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/coast_closeup_select.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/desert_closeup_select.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/desert_closeup_select.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/discover_map_clouds.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/discover_map_clouds.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/discover_map_no_clouds.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/discover_map_no_clouds.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/forest_closeup_select.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/forest_closeup_select.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/icons_3_up.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/icons_3_up.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/mountain_closeup_select.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/mountain_closeup_select.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/gfx/registration.png.import.txt" title="assets/openable/text/scenes/discover_map_select/gfx/registration.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/scripts/discover_map_progress_bar.gd.remap.txt" title="assets/openable/text/scenes/discover_map_select/scripts/discover_map_progress_bar.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/discover_map_select/scripts/discover_map_select.gd.remap.txt" title="assets/openable/text/scenes/discover_map_select/scripts/discover_map_select.gd.remap.txt" meta="81 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/evolve.tscn.remap.txt" title="assets/openable/text/scenes/evolve/evolve.tscn.remap.txt" meta="99 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/gfx/evolve_arrows_off.png.import.txt" title="assets/openable/text/scenes/evolve/gfx/evolve_arrows_off.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/gfx/evolve_arrows_on.png.import.txt" title="assets/openable/text/scenes/evolve/gfx/evolve_arrows_on.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/gfx/evolve_yellow_square.png.import.txt" title="assets/openable/text/scenes/evolve/gfx/evolve_yellow_square.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/gfx/evolve_yellow_square_2.png.import.txt" title="assets/openable/text/scenes/evolve/gfx/evolve_yellow_square_2.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_bkgnd_video_player_manager.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_bkgnd_video_player_manager.gd.remap.txt" meta="82 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_camera_shake.gd.remap.txt" meta="68 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_char_select_window.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_char_select_window.gd.remap.txt" meta="74 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_char_sprite_manager.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_char_sprite_manager.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_char_stats.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_char_stats.gd.remap.txt" meta="66 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_info_manager.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_info_manager.gd.remap.txt" meta="68 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_panel_background_manager.gd.remap.txt" meta="80 bytes"} +::textasset{src="../assets/openable/text/scenes/evolve/scripts/evolve_state_manager.gd.remap.txt" title="assets/openable/text/scenes/evolve/scripts/evolve_state_manager.gd.remap.txt" meta="69 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/first_catch_info.tscn.remap.txt" title="assets/openable/text/scenes/first_catch_info/first_catch_info.tscn.remap.txt" meta="109 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_bkgnd_video_player_manager.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_bkgnd_video_player_manager.gd.remap.txt" meta="91 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_camera_shake.gd.remap.txt" meta="77 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_catch_info_manager.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_catch_info_manager.gd.remap.txt" meta="83 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_char_select_window.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_char_select_window.gd.remap.txt" meta="83 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_char_sprite_manager.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_char_sprite_manager.gd.remap.txt" meta="84 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_char_stats.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_char_stats.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/first_catch_info/scripts/first_panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/first_catch_info/scripts/first_panel_background_manager.gd.remap.txt" meta="89 bytes"} +::textasset{src="../assets/openable/text/scenes/info.tscn.remap.txt" title="assets/openable/text/scenes/info.tscn.remap.txt" meta="97 bytes"} +::textasset{src="../assets/openable/text/scenes/main/main.tscn.remap.txt" title="assets/openable/text/scenes/main/main.tscn.remap.txt" meta="97 bytes"} +::textasset{src="../assets/openable/text/scenes/main/scripts/main.gd.remap.txt" title="assets/openable/text/scenes/main/scripts/main.gd.remap.txt" meta="51 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/gfx/pokedex_slide_out.png.import.txt" title="assets/openable/text/scenes/pokedex_cine/gfx/pokedex_slide_out.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/gfx/pokedex_slide_out_icons.png.import.txt" title="assets/openable/text/scenes/pokedex_cine/gfx/pokedex_slide_out_icons.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/gfx/pokedex_slide_out_icons_6_up.png.import.txt" title="assets/openable/text/scenes/pokedex_cine/gfx/pokedex_slide_out_icons_6_up.png.import.txt" meta="217 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/gfx/white_bkgnd_tile.png.import.txt" title="assets/openable/text/scenes/pokedex_cine/gfx/white_bkgnd_tile.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/pokedex_cine.tscn.remap.txt" title="assets/openable/text/scenes/pokedex_cine/pokedex_cine.tscn.remap.txt" meta="105 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/card_flash.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/card_flash.gd.remap.txt" meta="65 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/char_cards_container.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/char_cards_container.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/char_numbers_container.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/char_numbers_container.gd.remap.txt" meta="77 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/hbox_container_flash.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/hbox_container_flash.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/pokedex_cine.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/pokedex_cine.gd.remap.txt" meta="67 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/pokedex_cine_char_stats.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/pokedex_cine_char_stats.gd.remap.txt" meta="78 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/pokedex_slide_out.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/pokedex_slide_out.gd.remap.txt" meta="72 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine/scripts/victory_text_container.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine/scripts/victory_text_container.gd.remap.txt" meta="77 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/gfx/pokedex_slide_out.png.import.txt" title="assets/openable/text/scenes/pokedex_cine_home/gfx/pokedex_slide_out.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/gfx/pokedex_slide_out_icons.png.import.txt" title="assets/openable/text/scenes/pokedex_cine_home/gfx/pokedex_slide_out_icons.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/gfx/white_bkgnd_tile.png.import.txt" title="assets/openable/text/scenes/pokedex_cine_home/gfx/white_bkgnd_tile.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/pokedex_cine_home.tscn.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/pokedex_cine_home.tscn.remap.txt" meta="110 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/card_flash.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/card_flash.gd.remap.txt" meta="70 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/char_cards_container_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/char_cards_container_home.gd.remap.txt" meta="85 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/char_numbers_container_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/char_numbers_container_home.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/hbox_container_flash_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/hbox_container_flash_home.gd.remap.txt" meta="85 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/pokedex_cine_char_stats_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/pokedex_cine_char_stats_home.gd.remap.txt" meta="88 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/pokedex_cine_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/pokedex_cine_home.gd.remap.txt" meta="77 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/pokedex_slide_out_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/pokedex_slide_out_home.gd.remap.txt" meta="82 bytes"} +::textasset{src="../assets/openable/text/scenes/pokedex_cine_home/scripts/victory_text_container_home.gd.remap.txt" title="assets/openable/text/scenes/pokedex_cine_home/scripts/victory_text_container_home.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/char_stats.tscn.remap.txt" title="assets/openable/text/scenes/pokemon_battle/char_stats.tscn.remap.txt" meta="103 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/character_select_window.tscn.remap.txt" title="assets/openable/text/scenes/pokemon_battle/character_select_window.tscn.remap.txt" meta="116 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_attack_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_attack_3_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_attack_4_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_attack_4_sprite_sheet.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_energy_b_sprite_sheet_10up_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_energy_b_sprite_sheet_10up_00000.png.import.txt" meta="224 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_energy_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Bug/bug_energy_v1_2k.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dark/dark_energy_b_sprite_sheet_10up_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dark/dark_energy_b_sprite_sheet_10up_00000.png.import.txt" meta="225 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dark/dark_energy_c_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dark/dark_energy_c_sprite_sheet.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dark/dark_energy_v2_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dark/dark_energy_v2_2k.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dragon/dragon_attk_1.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dragon/dragon_attk_1.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dragon/dragon_energy_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Dragon/dragon_energy_v1_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Electric/electric_attack_4_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Electric/electric_attack_4_sprite_sheet.png.import.txt" meta="219 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Electric/electric_attack_6_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Electric/electric_attack_6_sprite_sheet.png.import.txt" meta="219 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Electric/electric_attack_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Electric/electric_attack_v1_2k.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fairy/fairy_type_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fairy/fairy_type_3_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fairy/fairy_type_4_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fairy/fairy_type_4_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fighting/claw_energy_10up.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fighting/claw_energy_10up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fighting/fighting_1_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fighting/fighting_1_sprite_sheet.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_2_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_2_sprite_sheet.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_3_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_5_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_5_sprite_sheet.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_6_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_6_sprite_sheet.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/fire_attack_v1_2k.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/meteor_energy_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Fire/meteor_energy_v1_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Flying/flying_energy_a_10up_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Flying/flying_energy_a_10up_00000.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Flying/flying_energy_b_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Flying/flying_energy_b_sprite_sheet.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ghost/ghost_attack_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ghost/ghost_attack_3_sprite_sheet.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ghost/ghost_attack_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ghost/ghost_attack_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ghost/ghost_energy_b_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ghost/ghost_energy_b_sprite_sheet.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Grass/grass_attack_5_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Grass/grass_attack_5_sprite_sheet.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Grass/grass_attack_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Grass/grass_attack_v1_2k.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Grass/grass_attack_v3_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Grass/grass_attack_v3_2k.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ground/dust_attack_2.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ground/dust_attack_2.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ground/dust_attack_3_sprite_sheet_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ground/dust_attack_3_sprite_sheet_00000.png.import.txt" meta="221 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ground/rock_attack_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ground/rock_attack_3_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_attack_2_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_attack_2_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_attack_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_attack_3_sprite_sheet.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_attack_4_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_attack_4_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_energy_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Ice/ice_energy_v1_2k.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/None/none_attack_v1_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/None/none_attack_v1_2k.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_attack_v2.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_attack_v2.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_attack_v3_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_attack_v3_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_C_10up_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_C_10up_00000.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_v4_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_v4_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_v5_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_v5_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_v6_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Normal/normal_energy_v6_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Poison/poison_energy_a_2k_tony_A.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Poison/poison_energy_a_2k_tony_A.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Poison/poison_energy_b_sprite_sheet_2k_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Poison/poison_energy_b_sprite_sheet_2k_00000.png.import.txt" meta="226 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Psychic/psychic_energy_b_sprite_sheet_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Psychic/psychic_energy_b_sprite_sheet_2k.png.import.txt" meta="221 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Psychic/psychic_energy_v2_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Psychic/psychic_energy_v2_2k.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Rock/rock_attack_1_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Rock/rock_attack_1_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Rock/rock_attack_3_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Rock/rock_attack_3_sprite_sheet.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Steel/steel_attack_1_sprite_sheet_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Steel/steel_attack_1_sprite_sheet_00000.png.import.txt" meta="222 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Steel/steel_attack_2_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Steel/steel_attack_2_sprite_sheet.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_energy_b_sprite_sheet_10up_00000.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_energy_b_sprite_sheet_10up_00000.png.import.txt" meta="226 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_energy_c_sprite_sheet_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_energy_c_sprite_sheet_2k.png.import.txt" meta="218 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_energy_g_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_energy_g_sprite_sheet.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_stream_v3_2k.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_anim_sheets/Water/water_stream_v3_2k.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Bug_green_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Bug_green_attack_bkgnd.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Dark_green_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Dark_green_attack_bkgnd.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Dragon_blue_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Dragon_blue_attack_bkgnd.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Electric_yellow_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Electric_yellow_attack_bkgnd.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Fairy_pink_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Fairy_pink_attack_bkgnd.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Fighting_orange_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Fighting_orange_attack_bkgnd.png.import.txt" meta="217 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Fire_red_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Fire_red_attack_bkgnd.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Flying_blue_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Flying_blue_attack_bkgnd.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Ghost_purple_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Ghost_purple_attack_bkgnd.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Grass_green_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Grass_green_attack_bkgnd.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Ground_brown_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Ground_brown_attack_bkgnd.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Ice_blue_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Ice_blue_attack_bkgnd.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Normal_grey_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Normal_grey_attack_bkgnd.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Poison_purple_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Poison_purple_attack_bkgnd.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Psychic_purple_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Psychic_purple_attack_bkgnd.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Rock_grey_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Rock_grey_attack_bkgnd.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Steel_grey_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Steel_grey_attack_bkgnd.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Water_blue_attack_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/attack_backgrounds/Water_blue_attack_bkgnd.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/blank.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/blank.png.import.txt" meta="193 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/green_button_dim.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/green_button_dim.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/green_button_lit.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/green_button_lit.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/left_panel_outline.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/left_panel_outline.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/pokeball_off_42.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/pokeball_off_42.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/pokeball_on_42.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/pokeball_on_42.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/right_panel_outline.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/right_panel_outline.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/victory_bkgnd.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/victory_bkgnd.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/victory_shadow_overlay.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/victory_shadow_overlay.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/gfx/vs_sprite_sheet.png.import.txt" title="assets/openable/text/scenes/pokemon_battle/gfx/vs_sprite_sheet.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/pokemon_battle.tscn.remap.txt" title="assets/openable/text/scenes/pokemon_battle/pokemon_battle.tscn.remap.txt" meta="107 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/battle_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/battle_camera_shake.gd.remap.txt" meta="76 bytes"} +::gallery-end diff --git a/asset-text-gallery-02.md b/asset-text-gallery-02.md new file mode 100644 index 0000000..3f49e2e --- /dev/null +++ b/asset-text-gallery-02.md @@ -0,0 +1,206 @@ +# Asset Text Gallery 02 + +Openable text assets 201-400 of 1170. + +::gallery-start +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/bkgnd_video_player_manager.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/bkgnd_video_player_manager.gd.remap.txt" meta="83 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/char_select_window.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/char_select_window.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/char_sprite_manager.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/char_sprite_manager.gd.remap.txt" meta="76 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/char_stats.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/char_stats.gd.remap.txt" meta="67 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/character_names_and_balls.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/character_names_and_balls.gd.remap.txt" meta="82 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/faint_jackpot_manager.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/faint_jackpot_manager.gd.remap.txt" meta="78 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/full_sceeen_fx.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/full_sceeen_fx.gd.remap.txt" meta="71 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/label_flash_infinate.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/label_flash_infinate.gd.remap.txt" meta="77 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/panel_background_manager.gd.remap.txt" meta="81 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/pokemon_battle.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/pokemon_battle.gd.remap.txt" meta="71 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/scrolling_bkgnd.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/scrolling_bkgnd.gd.remap.txt" meta="72 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/sprite_jiggle.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/sprite_jiggle.gd.remap.txt" meta="70 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/scripts/victory_animation.gd.remap.txt" title="assets/openable/text/scenes/pokemon_battle/scripts/victory_animation.gd.remap.txt" meta="74 bytes"} +::textasset{src="../assets/openable/text/scenes/pokemon_battle/victory_animation.tscn.remap.txt" title="assets/openable/text/scenes/pokemon_battle/victory_animation.tscn.remap.txt" meta="110 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/gfx/green_progress_half_size.png.import.txt" title="assets/openable/text/scenes/progress_bars/gfx/green_progress_half_size.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/gfx/outline_progress_half_size.png.import.txt" title="assets/openable/text/scenes/progress_bars/gfx/outline_progress_half_size.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/gfx/progress_bar_shadow.png.import.txt" title="assets/openable/text/scenes/progress_bars/gfx/progress_bar_shadow.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/gfx/red_progress_half_size.png.import.txt" title="assets/openable/text/scenes/progress_bars/gfx/red_progress_half_size.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/gfx/white_progress_half_size.png.import.txt" title="assets/openable/text/scenes/progress_bars/gfx/white_progress_half_size.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/progress_bars.tscn.remap.txt" title="assets/openable/text/scenes/progress_bars/progress_bars.tscn.remap.txt" meta="106 bytes"} +::textasset{src="../assets/openable/text/scenes/progress_bars/scripts/progress_bars.gd.remap.txt" title="assets/openable/text/scenes/progress_bars/scripts/progress_bars.gd.remap.txt" meta="69 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/SBS_arrows_dark.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/SBS_arrows_dark.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/SBS_arrows_glow.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/SBS_arrows_glow.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/arrows_dark.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/arrows_dark.png.import.txt" meta="200 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/arrows_glow.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/arrows_glow.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Bug_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Bug_triangle.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Dark_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Dark_triangle.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Dragon_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Dragon_triangle.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Electric_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Electric_triangle.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Fairy_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Fairy_triangle.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Fighting_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Fighting_triangle.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Fire_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Fire_triangle.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Flying_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Flying_triangle.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Ghost_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Ghost_triangle.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Grass_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Grass_triangle.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Ground_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Ground_triangle.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Ice_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Ice_triangle.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Normal_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Normal_triangle.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Poison_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Poison_triangle.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Psychic_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Psychic_triangle.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Rock_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Rock_triangle.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Steel_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Steel_triangle.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Water_triangle.png.import.txt" title="assets/openable/text/scenes/select_battle_start/gfx/energy_triangles/Water_triangle.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_bkgnd_video_player_manager.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_bkgnd_video_player_manager.gd.remap.txt" meta="95 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_camera_shake.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_camera_shake.gd.remap.txt" meta="81 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_char_select_window.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_char_select_window.gd.remap.txt" meta="87 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_char_sprite_manager.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_char_sprite_manager.gd.remap.txt" meta="88 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_char_stats.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_char_stats.gd.remap.txt" meta="79 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_info_manager.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_info_manager.gd.remap.txt" meta="81 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/scripts/select_panel_background_manager.gd.remap.txt" title="assets/openable/text/scenes/select_battle_start/scripts/select_panel_background_manager.gd.remap.txt" meta="93 bytes"} +::textasset{src="../assets/openable/text/scenes/select_battle_start/select_battle_start.tscn.remap.txt" title="assets/openable/text/scenes/select_battle_start/select_battle_start.tscn.remap.txt" meta="112 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/UI.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/UI.png.import.txt" meta="191 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/UI_none_active.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/UI_none_active.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/biome_icons/blank_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/biome_icons/blank_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/biome_icons/coast_biome_icon_145.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/biome_icons/coast_biome_icon_145.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/biome_icons/desert_biome_icon_145.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/biome_icons/desert_biome_icon_145.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/biome_icons/forest_biome_icon_145.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/biome_icons/forest_biome_icon_145.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/biome_icons/mountain_biome_icon_145.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/biome_icons/mountain_biome_icon_145.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/000_Blank_Character.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/000_Blank_Character.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/001_BULBASAUR_LEFT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/001_BULBASAUR_LEFT_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/002_IVYSAUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/002_IVYSAUR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/003_VENUSAUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/003_VENUSAUR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/004_CHARMANDER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/004_CHARMANDER_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/005_CHARMELEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/005_CHARMELEON_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/006_CHARIZARD_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/006_CHARIZARD_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/007_SQUIRTLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/007_SQUIRTLE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/008_WARTORTLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/008_WARTORTLE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/009_BLASTOISE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/009_BLASTOISE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/010_CATERPIE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/010_CATERPIE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/011_METAPOD_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/011_METAPOD_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/012_BUTTERFREE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/012_BUTTERFREE_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/016_PIDGEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/016_PIDGEY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/017_PIDGEOTTO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/017_PIDGEOTTO_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/018_PIDGEOT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/018_PIDGEOT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/023_EKANS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/023_EKANS_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/024_ARBOK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/024_ARBOK_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/025_PIKACHU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/025_PIKACHU_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/026_RAICHU_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/026_RAICHU_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/027_SANDSHREW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/027_SANDSHREW_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/028_SANDSLASH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/028_SANDSLASH_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/029_NIDORAN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/029_NIDORAN_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/030_NIDORINA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/030_NIDORINA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/031_NIDOQUEEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/031_NIDOQUEEN_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/032_NIDORAN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/032_NIDORAN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/033_NIDORINO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/033_NIDORINO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/034_NIDOKING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/034_NIDOKING_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/039_JIGGLYPUFF_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/039_JIGGLYPUFF_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/040_WIGGLYTUFF_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/040_WIGGLYTUFF_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/041_ZUBAT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/041_ZUBAT_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/042_GOLBAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/042_GOLBAT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/043_ODDISH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/043_ODDISH_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/044_GLOOM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/044_GLOOM_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/045_VILEPLUME_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/045_VILEPLUME_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/046_PARAS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/046_PARAS_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/047_PARASECT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/047_PARASECT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/048_VENONAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/048_VENONAT_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/049_VENOMOTH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/049_VENOMOTH_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/050_DIGLETT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/050_DIGLETT_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/051_DUGTRIO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/051_DUGTRIO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/052_MEOWTH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/052_MEOWTH_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/053_PERSIAN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/053_PERSIAN_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/054_PSYDUCK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/054_PSYDUCK_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/055_GOLDUCK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/055_GOLDUCK_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/056_MANKEY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/056_MANKEY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/057_PRIMEAPE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/057_PRIMEAPE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/058_GROWLITHE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/058_GROWLITHE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/059_ARCANINE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/059_ARCANINE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/060_POLIWAG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/060_POLIWAG_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/061_POLIWHIRL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/061_POLIWHIRL_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/062_POLIWRATH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/062_POLIWRATH_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/063_ABRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/063_ABRA_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/064_KADABRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/064_KADABRA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/065_ALAKAZAM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/065_ALAKAZAM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/066_MACHOP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/066_MACHOP_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/067_MACHOKE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/067_MACHOKE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/068_MACHAMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/068_MACHAMP_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/069_BELLSPROUT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/069_BELLSPROUT_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/070_WEEPINBELL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/070_WEEPINBELL_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/071_VICTREEBEL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/071_VICTREEBEL_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/074_GEODUDE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/074_GEODUDE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/075_GRAVELER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/075_GRAVELER_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/076_GOLEM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/076_GOLEM_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/079_SLOWPOKE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/079_SLOWPOKE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/080_SLOWBRO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/080_SLOWBRO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/081_MAGNEMITE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/081_MAGNEMITE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/082_MAGNETON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/082_MAGNETON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/083_FARFETCH'D_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/083_FARFETCH'D_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/084_DODUO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/084_DODUO_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/085_DODRIO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/085_DODRIO_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/086_SEEL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/086_SEEL_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/087_DEWGONG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/087_DEWGONG_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/092_GASTLY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/092_GASTLY_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/093_HAUNTER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/093_HAUNTER_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/094_GENGAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/094_GENGAR_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/095_ONIX_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/095_ONIX_3up.png.import.txt" meta="200 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/100_VOLTORB_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/100_VOLTORB_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/1011_DIPPLIN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/1011_DIPPLIN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/1019_HYDRAPPLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/1019_HYDRAPPLE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/101_ELECTRODE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/101_ELECTRODE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/104_CUBONE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/104_CUBONE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/105_MAROWAK_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/105_MAROWAK_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/109_KOFFING_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/109_KOFFING_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/110_WEEZING_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/110_WEEZING_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/111_RHYHORN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/111_RHYHORN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/112_RHYDON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/112_RHYDON_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/113_CHANSEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/113_CHANSEY_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/116_HORSEA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/116_HORSEA_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/117_SEADRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/117_SEADRA_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/120_STARYU_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/120_STARYU_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/121_STARMIE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/121_STARMIE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/122_MR.MIME_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/122_MR.MIME_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/123_SCYTHER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/123_SCYTHER_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/126_MAGMAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/126_MAGMAR_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/129_MAGIKARP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/129_MAGIKARP_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/130_GYARADOS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/130_GYARADOS_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/131_LAPRAS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/131_LAPRAS_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/132_DITTO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/132_DITTO_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/133_EEVEE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/133_EEVEE_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/134_VAPOREON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/134_VAPOREON_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/135_JOLTEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/135_JOLTEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/136_FLAREON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/136_FLAREON_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/142_AERODACTYL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/142_AERODACTYL_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/143_SNORLAX_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/143_SNORLAX_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/144_ARTICUNO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/144_ARTICUNO_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/145_ZAPDOS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/145_ZAPDOS_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/146_MOLTRES_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/146_MOLTRES_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/147_DRATINI_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/147_DRATINI_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/148_DRAGONAIR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/148_DRAGONAIR_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/149_DRAGONITE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/149_DRAGONITE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/150_MEWTWO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/150_MEWTWO_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/151_MEW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/151_MEW_left_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/152_CHIKORITA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/152_CHIKORITA_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/153_BAYLEEF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/153_BAYLEEF_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/154_MEGANIUM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/154_MEGANIUM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/155_CYNDAQUIL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/155_CYNDAQUIL_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/156_QUILAVA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/156_QUILAVA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/157_TYPHLOSION_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/157_TYPHLOSION_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/158_TOTODILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/158_TOTODILE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/159_CROCONAW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/159_CROCONAW_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/160_FERALIGATR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/160_FERALIGATR_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/169_CROBAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/169_CROBAT_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/172_PICHU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/172_PICHU_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/174_IGGLYBUFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/174_IGGLYBUFF_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/175_TOGEPI_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/175_TOGEPI_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/176_TOGETIC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/176_TOGETIC_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/180_FLAAFFY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/180_FLAAFFY_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/181_AMPHAROS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/181_AMPHAROS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/182_BELLOSSOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/182_BELLOSSOM_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/183_MARILL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/183_MARILL_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/184_AZUMARILL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/184_AZUMARILL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/185_SUDOWOODO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/185_SUDOWOODO_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/186_POLITOED_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/186_POLITOED_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/187_HOPPIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/187_HOPPIP_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/188_SKIPLOOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/188_SKIPLOOM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/189_JUMPLUFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/189_JUMPLUFF_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/190_AIPOM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/190_AIPOM_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/196_ESPEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/196_ESPEON_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/197_UMBREON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/197_UMBREON_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/198_MURKROW_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/198_MURKROW_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/199_SLOWKING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/199_SLOWKING_left_3up.png.import.txt" meta="210 bytes"} +::gallery-end diff --git a/asset-text-gallery-03.md b/asset-text-gallery-03.md new file mode 100644 index 0000000..950bd68 --- /dev/null +++ b/asset-text-gallery-03.md @@ -0,0 +1,206 @@ +# Asset Text Gallery 03 + +Openable text assets 401-600 of 1170. + +::gallery-start +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/201_UNOWN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/201_UNOWN_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/202_WOBBUFFET_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/202_WOBBUFFET_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/208_STEELIX_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/208_STEELIX_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/212_SCIZOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/212_SCIZOR_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/214_HERACROSS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/214_HERACROSS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/215_SNEASEL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/215_SNEASEL_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/216_TEDDIURSA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/216_TEDDIURSA_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/217_URSARING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/217_URSARING_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/220_SWINUB_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/220_SWINUB_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/221_PILOSWINE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/221_PILOSWINE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/225_DELIBIRD_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/225_DELIBIRD_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/228_HOUNDOUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/228_HOUNDOUR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/229_HOUNDOOM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/229_HOUNDOOM_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/230_KINGDRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/230_KINGDRA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/240_MAGBY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/240_MAGBY_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/242_BLISSEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/242_BLISSEY_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/246_LARVITAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/246_LARVITAR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/247_PUPITAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/247_PUPITAR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/248_TYRANITAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/248_TYRANITAR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/249_LUGIA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/249_LUGIA_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/250_HO-OH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/250_HO-OH_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/252_TREECKO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/252_TREECKO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/253_GROVYLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/253_GROVYLE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/254_SCEPTILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/254_SCEPTILE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/255_TORCHIC_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/255_TORCHIC_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/256_COMBUSKEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/256_COMBUSKEN_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/257_BLAZIKEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/257_BLAZIKEN_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/258_MUDKIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/258_MUDKIP_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/259_MARSHTOMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/259_MARSHTOMP_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/260_SWAMPERT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/260_SWAMPERT_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/261_POOCHYENA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/261_POOCHYENA_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/262_MIGHTYENA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/262_MIGHTYENA_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/280_RALTS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/280_RALTS_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/281_KIRLIA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/281_KIRLIA_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/282_GARDEVOIR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/282_GARDEVOIR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/298_AZURILL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/298_AZURILL_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/300_SKITTY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/300_SKITTY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/301_DELCATTY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/301_DELCATTY_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/311_PLUSLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/311_PLUSLE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/312_MINUN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/312_MINUN_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/320_WAILMER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/320_WAILMER_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/321_WAILORD_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/321_WAILORD_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/322_NUMEL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/322_NUMEL_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/323_CAMERUPT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/323_CAMERUPT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/325_SPOINK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/325_SPOINK_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/326_GRUMPIG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/326_GRUMPIG_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/327_SPINDA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/327_SPINDA_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/337_LUNATONE001x.ai_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/337_LUNATONE001x.ai_left_3up.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/338_SOLROCK_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/338_SOLROCK_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/358_CHIMECHO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/358_CHIMECHO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/360_WYNAUT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/360_WYNAUT_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/363_SPHEAL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/363_SPHEAL_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/364_SEALEO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/364_SEALEO_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/365_WALREIN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/365_WALREIN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/371_BAGON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/371_BAGON_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/372_SHELGON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/372_SHELGON_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/373_SALAMENCE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/373_SALAMENCE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/374_BELDUM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/374_BELDUM_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/375_METANG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/375_METANG_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/376_METAGROSS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/376_METAGROSS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/384_RAYQUAZA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/384_RAYQUAZA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/387_TURTWIG_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/387_TURTWIG_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/388_GROTLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/388_GROTLE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/389_TORTERRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/389_TORTERRA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/390_CHIMCHAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/390_CHIMCHAR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/391_MONFERNO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/391_MONFERNO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/392_INFERNAPE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/392_INFERNAPE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/393_PIPLUP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/393_PIPLUP_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/394_PRINPLUP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/394_PRINPLUP_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/395_EMPOLEON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/395_EMPOLEON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/399_BIDOOF_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/399_BIDOOF_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/400_BIBAREL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/400_BIBAREL_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/417_PACHIRISU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/417_PACHIRISU_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/420_CHERUBI_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/420_CHERUBI_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/421_CHERRIM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/421_CHERRIM_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/424_AMBIPOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/424_AMBIPOM_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/425_DRIFLOON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/425_DRIFLOON_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/426_DRIFBLIM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/426_DRIFBLIM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/430_HONCHKROW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/430_HONCHKROW_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/433_CHINGLING_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/433_CHINGLING_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/438_BONSLY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/438_BONSLY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/439_MIME.JR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/439_MIME.JR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/440_HAPPINY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/440_HAPPINY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/441_CHATOT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/441_CHATOT_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/443_GIBLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/443_GIBLE_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/445_GARCHOMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/445_GARCHOMP_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/446_MUNCHLAX_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/446_MUNCHLAX_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/447_RIOLU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/447_RIOLU_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/448_LUCARIO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/448_LUCARIO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/455_CARNIVINE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/455_CARNIVINE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/461_WEAVILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/461_WEAVILE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/462_MAGNEZONE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/462_MAGNEZONE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/464_RHYPERIOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/464_RHYPERIOR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/467_MAGMORTAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/467_MAGMORTAR_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/468_TOGEKISS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/468_TOGEKISS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/470_LEAFEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/470_LEAFEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/471_GLACEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/471_GLACEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/473_MAMOSWINE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/473_MAMOSWINE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/475_GALLADE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/475_GALLADE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/479_ROTOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/479_ROTOM_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/495_SNIVY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/495_SNIVY_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/496_SERVINE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/496_SERVINE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/497_SERPERIOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/497_SERPERIOR_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/498_TEPIG_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/498_TEPIG_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/499_PIGNITE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/499_PIGNITE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/500_EMBOAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/500_EMBOAR_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/501_OSHAWOTT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/501_OSHAWOTT_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/502_DEWOTT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/502_DEWOTT_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/503_SAMUROTT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/503_SAMUROTT_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/511_PANSAGE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/511_PANSAGE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/512_SIMISAGE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/512_SIMISAGE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/513_PANSEAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/513_PANSEAR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/514_SIMISEAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/514_SIMISEAR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/515_PANPOUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/515_PANPOUR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/516_SIMIPOUR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/516_SIMIPOUR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/529_DRILBUR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/529_DRILBUR_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/529_DRILBUR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/529_DRILBUR_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/530_EXCADRILL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/530_EXCADRILL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/554_DARUMAKA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/554_DARUMAKA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/555_DARMANITAN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/555_DARMANITAN_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/570_ZORUA016.ai_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/570_ZORUA016.ai_left_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/571_ZOROARK006x.ai_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/571_ZOROARK006x.ai_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/580_DUCKLETT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/580_DUCKLETT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/581_SWANNA001x.ai_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/581_SWANNA001x.ai_left_3up.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/582_VANILLITE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/582_VANILLITE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/583_VANILLISH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/583_VANILLISH_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/584_VANILLUXE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/584_VANILLUXE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/590_FOONGUS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/590_FOONGUS_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/591_AMOONGUSS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/591_AMOONGUSS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/595_JOLTIK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/595_JOLTIK_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/596_GALVANTULA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/596_GALVANTULA_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/597_FERROSEED_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/597_FERROSEED_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/598_FERROTHORN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/598_FERROTHORN_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/607_LITWICK_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/607_LITWICK_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/608_LAMPENT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/608_LAMPENT_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/609_CHANDELURE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/609_CHANDELURE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/613_CUBCHOO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/613_CUBCHOO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/614_BEARTIC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/614_BEARTIC_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/633_DEINO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/633_DEINO_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/634_ZWEILOUS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/634_ZWEILOUS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/635_HYDREIGON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/635_HYDREIGON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/650_CHESPIN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/650_CHESPIN_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/651_QUILLADIN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/651_QUILLADIN_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/652_CHESNAUGHT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/652_CHESNAUGHT_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/653_FENNEKIN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/653_FENNEKIN_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/654_BRAIXEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/654_BRAIXEN_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/655_DELPHOX_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/655_DELPHOX_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/656_FROAKIE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/656_FROAKIE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/657_FROGADIER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/657_FROGADIER_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/658_GRENINJA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/658_GRENINJA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/661_FLETCHLING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/661_FLETCHLING_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/662_FLETCHINDER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/662_FLETCHINDER_left_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/663_TALONFLAME_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/663_TALONFLAME_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/664_SCATTERBUG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/664_SCATTERBUG_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/665_SPEWPA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/665_SPEWPA_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/666_VIVILLON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/666_VIVILLON_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/669_FLABEBE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/669_FLABEBE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/670_FLOETTE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/670_FLOETTE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/671_FLORGES_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/671_FLORGES_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/676_FURFROU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/676_FURFROU_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/677_ESPURR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/677_ESPURR_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/678_MEOWSTIC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/678_MEOWSTIC_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/700_SYLVEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/700_SYLVEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/702_DEDENNE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/702_DEDENNE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/722_ROWLET_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/722_ROWLET_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/723_DARTRIX_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/723_DARTRIX_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/724_DECIDUEYE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/724_DECIDUEYE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/725_LITTEN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/725_LITTEN_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/726_TORRACAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/726_TORRACAT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/727_INCINEROAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/727_INCINEROAR_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/728_POPPLIO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/728_POPPLIO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/729_BRIONNE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/729_BRIONNE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/730_PRIMARINA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/730_PRIMARINA_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/742_CUTIEFLY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/742_CUTIEFLY_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/743_RIBOMBEE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/743_RIBOMBEE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/744_ROCKRUFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/744_ROCKRUFF_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/745_LYCANROC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/745_LYCANROC_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/759_STUFFUL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/759_STUFFUL_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/760_BEWEAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/760_BEWEAR_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/761_BOUNSWEET_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/761_BOUNSWEET_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/762_STEENEE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/762_STEENEE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/763_TSAREENA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/763_TSAREENA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/775_KOMALA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/775_KOMALA_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/777_TOGEDEMARU_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/777_TOGEDEMARU_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/778_MIMIKYU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/778_MIMIKYU_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/810_GROOKEY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/810_GROOKEY_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/811_THWACKEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/811_THWACKEY_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/812_RILLABOOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/812_RILLABOOM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/813_SCORBUNNY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/813_SCORBUNNY_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/814_RABOOT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/814_RABOOT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/815_CINDERACE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/815_CINDERACE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/816_SOBBLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/816_SOBBLE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/817_DRIZZILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/817_DRIZZILE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/818_INTELEON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/818_INTELEON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/824_BLIPBUG_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/824_BLIPBUG_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/825_DOTTLER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/825_DOTTLER_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/826_ORBEETLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/826_ORBEETLE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/831_WOOLOO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/831_WOOLOO_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/832_DUBWOOL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/832_DUBWOOL_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/835_YAMPER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/835_YAMPER_3up.png.import.txt" meta="202 bytes"} +::gallery-end diff --git a/asset-text-gallery-04.md b/asset-text-gallery-04.md new file mode 100644 index 0000000..e5c4360 --- /dev/null +++ b/asset-text-gallery-04.md @@ -0,0 +1,206 @@ +# Asset Text Gallery 04 + +Openable text assets 601-800 of 1170. + +::gallery-start +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/836_BOLTUND_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/836_BOLTUND_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/840_APPLIN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/840_APPLIN_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/841_FLAPPLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/841_FLAPPLE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/842_APPLETUN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/842_APPLETUN_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/845_CRAMORANT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/845_CRAMORANT_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/854_SINISTEA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/854_SINISTEA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/855_POLTEAGEIST_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/855_POLTEAGEIST_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/859_IMPIDIMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/859_IMPIDIMP_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/860_MORGREM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/860_MORGREM_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/861_GRIMMSNARL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/861_GRIMMSNARL_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/865_SIRFETCH'D_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/865_SIRFETCH'D_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/868_MILCERY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/868_MILCERY_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/869_ALCREMIE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/869_ALCREMIE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/877_MORPEKO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/877_MORPEKO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/906_SPRIGATITO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/906_SPRIGATITO_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/907_FLORAGATO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/907_FLORAGATO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/908_MEOWSCARADA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/908_MEOWSCARADA_left_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/909_FUECOCO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/909_FUECOCO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/910_CROCALOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/910_CROCALOR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/911_SKELEDIRGE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/911_SKELEDIRGE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/912_QUAXLY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/912_QUAXLY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/913_QUAXWELL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/913_QUAXWELL_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/914_QUAQUAVAL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/914_QUAQUAVAL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/915_LECHONK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/915_LECHONK_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/916_OINKOLOGNE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/916_OINKOLOGNE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/917_TAROUNTULA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/917_TAROUNTULA_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/918_SPIDOPS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/918_SPIDOPS_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/921_PAWMI_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/921_PAWMI_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/922_PAWMO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/922_PAWMO_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/923_PAWMOT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/923_PAWMOT_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/924_TANDEMAUS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/924_TANDEMAUS_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/925_MAUSHOLD_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/925_MAUSHOLD_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/926_FIDOUGH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/926_FIDOUGH_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/927_DACHSBUN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/927_DACHSBUN_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/928_SMOLIV_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/928_SMOLIV_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/929_DOLLIV_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/929_DOLLIV_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/930_ARBOLIVA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/930_ARBOLIVA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/938_TADBULB_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/938_TADBULB_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/939_BELLIBOLT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/939_BELLIBOLT_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/942_MASCHIFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/942_MASCHIFF_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/943_MABOSSTIFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/943_MABOSSTIFF_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/979_ANNIHILAPE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/979_ANNIHILAPE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/left/9999_SKIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/left/9999_SKIP_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/none/000_missing_char_3_up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/none/000_missing_char_3_up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/000_Blank_Character.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/000_Blank_Character.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/001_BULBASAUR_LEFT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/001_BULBASAUR_LEFT_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/002_IVYSAUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/002_IVYSAUR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/003_VENUSAUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/003_VENUSAUR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/004_CHARMANDER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/004_CHARMANDER_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/005_CHARMELEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/005_CHARMELEON_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/006_CHARIZARD_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/006_CHARIZARD_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/007_SQUIRTLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/007_SQUIRTLE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/008_WARTORTLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/008_WARTORTLE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/009_BLASTOISE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/009_BLASTOISE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/010_CATERPIE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/010_CATERPIE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/011_METAPOD_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/011_METAPOD_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/012_BUTTERFREE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/012_BUTTERFREE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/016_PIDGEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/016_PIDGEY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/017_PIDGEOTTO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/017_PIDGEOTTO_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/018_PIDGEOT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/018_PIDGEOT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/023_EKANS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/023_EKANS_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/024_ARBOK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/024_ARBOK_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/025_PIKACHU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/025_PIKACHU_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/026_RAICHU_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/026_RAICHU_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/027_SANDSHREW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/027_SANDSHREW_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/028_SANDSLASH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/028_SANDSLASH_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/029_NIDORAN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/029_NIDORAN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/030_NIDORINA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/030_NIDORINA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/031_NIDOQUEEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/031_NIDOQUEEN_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/032_NIDORAN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/032_NIDORAN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/033_NIDORINO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/033_NIDORINO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/034_NIDOKING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/034_NIDOKING_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/039_JIGGLYPUFF_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/039_JIGGLYPUFF_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/040_WIGGLYTUFF_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/040_WIGGLYTUFF_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/041_ZUBAT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/041_ZUBAT_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/042_GOLBAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/042_GOLBAT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/043_ODDISH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/043_ODDISH_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/044_GLOOM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/044_GLOOM_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/045_VILEPLUME_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/045_VILEPLUME_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/046_PARAS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/046_PARAS_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/047_PARASECT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/047_PARASECT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/048_VENONAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/048_VENONAT_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/049_VENOMOTH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/049_VENOMOTH_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/050_DIGLETT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/050_DIGLETT_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/051_DUGTRIO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/051_DUGTRIO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/052_MEOWTH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/052_MEOWTH_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/053_PERSIAN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/053_PERSIAN_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/054_PSYDUCK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/054_PSYDUCK_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/055_GOLDUCK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/055_GOLDUCK_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/056_MANKEY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/056_MANKEY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/057_PRIMEAPE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/057_PRIMEAPE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/058_GROWLITHE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/058_GROWLITHE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/059_ARCANINE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/059_ARCANINE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/060_POLIWAG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/060_POLIWAG_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/061_POLIWHIRL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/061_POLIWHIRL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/062_POLIWRATH_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/062_POLIWRATH_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/063_ABRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/063_ABRA_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/064_KADABRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/064_KADABRA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/065_ALAKAZAM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/065_ALAKAZAM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/066_MACHOP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/066_MACHOP_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/067_MACHOKE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/067_MACHOKE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/068_MACHAMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/068_MACHAMP_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/069_BELLSPROUT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/069_BELLSPROUT_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/070_WEEPINBELL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/070_WEEPINBELL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/071_VICTREEBEL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/071_VICTREEBEL_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/074_GEODUDE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/074_GEODUDE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/075_GRAVELER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/075_GRAVELER_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/076_GOLEM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/076_GOLEM_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/079_SLOWPOKE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/079_SLOWPOKE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/080_SLOWBRO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/080_SLOWBRO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/081_MAGNEMITE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/081_MAGNEMITE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/082_MAGNETON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/082_MAGNETON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/083_FARFETCH'D_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/083_FARFETCH'D_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/084_DODUO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/084_DODUO_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/085_DODRIO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/085_DODRIO_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/086_SEEL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/086_SEEL_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/087_DEWGONG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/087_DEWGONG_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/092_GASTLY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/092_GASTLY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/093_HAUNTER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/093_HAUNTER_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/094_GENGAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/094_GENGAR_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/095_ONIX_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/095_ONIX_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/100_VOLTORB_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/100_VOLTORB_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/1011_DIPPLIN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/1011_DIPPLIN_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/1019_HYDRAPPLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/1019_HYDRAPPLE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/101_ELECTRODE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/101_ELECTRODE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/104_CUBONE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/104_CUBONE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/105_MAROWAK_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/105_MAROWAK_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/109_KOFFING_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/109_KOFFING_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/110_WEEZING_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/110_WEEZING_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/111_RHYHORN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/111_RHYHORN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/112_RHYDON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/112_RHYDON_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/113_CHANSEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/113_CHANSEY_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/116_HORSEA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/116_HORSEA_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/117_SEADRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/117_SEADRA_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/120_STARYU_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/120_STARYU_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/121_STARMIE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/121_STARMIE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/122_MR.MIME_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/122_MR.MIME_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/123_SCYTHER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/123_SCYTHER_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/126_MAGMAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/126_MAGMAR_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/129_MAGIKARP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/129_MAGIKARP_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/130_GYARADOS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/130_GYARADOS_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/131_LAPRAS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/131_LAPRAS_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/132_DITTO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/132_DITTO_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/133_EEVEE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/133_EEVEE_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/134_VAPOREON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/134_VAPOREON_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/135_JOLTEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/135_JOLTEON_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/136_FLAREON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/136_FLAREON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/142_AERODACTYL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/142_AERODACTYL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/143_SNORLAX_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/143_SNORLAX_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/144_ARTICUNO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/144_ARTICUNO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/145_ZAPDOS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/145_ZAPDOS_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/146_MOLTRES_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/146_MOLTRES_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/147_DRATINI_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/147_DRATINI_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/148_DRAGONAIR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/148_DRAGONAIR_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/149_DRAGONITE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/149_DRAGONITE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/150_MEWTWO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/150_MEWTWO_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/151_MEW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/151_MEW_left_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/152_CHIKORITA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/152_CHIKORITA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/153_BAYLEEF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/153_BAYLEEF_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/154_MEGANIUM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/154_MEGANIUM_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/155_CYNDAQUIL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/155_CYNDAQUIL_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/156_QUILAVA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/156_QUILAVA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/157_TYPHLOSION_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/157_TYPHLOSION_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/158_TOTODILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/158_TOTODILE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/159_CROCONAW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/159_CROCONAW_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/160_FERALIGATR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/160_FERALIGATR_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/169_CROBAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/169_CROBAT_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/172_PICHU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/172_PICHU_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/174_IGGLYBUFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/174_IGGLYBUFF_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/175_TOGEPI_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/175_TOGEPI_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/176_TOGETIC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/176_TOGETIC_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/180_FLAAFFY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/180_FLAAFFY_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/181_AMPHAROS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/181_AMPHAROS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/182_BELLOSSOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/182_BELLOSSOM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/183_MARILL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/183_MARILL_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/184_AZUMARILL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/184_AZUMARILL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/185_SUDOWOODO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/185_SUDOWOODO_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/186_POLITOED_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/186_POLITOED_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/187_HOPPIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/187_HOPPIP_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/188_SKIPLOOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/188_SKIPLOOM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/189_JUMPLUFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/189_JUMPLUFF_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/190_AIPOM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/190_AIPOM_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/196_ESPEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/196_ESPEON_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/197_UMBREON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/197_UMBREON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/198_MURKROW_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/198_MURKROW_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/199_SLOWKING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/199_SLOWKING_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/201_UNOWN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/201_UNOWN_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/202_WOBBUFFET_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/202_WOBBUFFET_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/208_STEELIX_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/208_STEELIX_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/212_SCIZOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/212_SCIZOR_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/214_HERACROSS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/214_HERACROSS_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/215_SNEASEL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/215_SNEASEL_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/216_TEDDIURSA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/216_TEDDIURSA_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/217_URSARING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/217_URSARING_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/220_SWINUB_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/220_SWINUB_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/221_PILOSWINE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/221_PILOSWINE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/225_DELIBIRD_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/225_DELIBIRD_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/228_HOUNDOUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/228_HOUNDOUR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/229_HOUNDOOM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/229_HOUNDOOM_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/230_KINGDRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/230_KINGDRA_left_3up.png.import.txt" meta="209 bytes"} +::gallery-end diff --git a/asset-text-gallery-05.md b/asset-text-gallery-05.md new file mode 100644 index 0000000..5f20fe8 --- /dev/null +++ b/asset-text-gallery-05.md @@ -0,0 +1,206 @@ +# Asset Text Gallery 05 + +Openable text assets 801-1000 of 1170. + +::gallery-start +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/240_MAGBY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/240_MAGBY_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/242_BLISSEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/242_BLISSEY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/246_LARVITAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/246_LARVITAR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/247_PUPITAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/247_PUPITAR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/248_TYRANITAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/248_TYRANITAR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/249_LUGIA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/249_LUGIA_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/250_HO-OH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/250_HO-OH_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/252_TREECKO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/252_TREECKO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/253_GROVYLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/253_GROVYLE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/254_SCEPTILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/254_SCEPTILE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/255_TORCHIC_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/255_TORCHIC_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/256_COMBUSKEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/256_COMBUSKEN_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/257_BLAZIKEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/257_BLAZIKEN_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/258_MUDKIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/258_MUDKIP_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/259_MARSHTOMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/259_MARSHTOMP_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/260_SWAMPERT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/260_SWAMPERT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/261_POOCHYENA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/261_POOCHYENA_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/262_MIGHTYENA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/262_MIGHTYENA_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/280_RALTS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/280_RALTS_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/281_KIRLIA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/281_KIRLIA_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/282_GARDEVOIR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/282_GARDEVOIR_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/298_AZURILL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/298_AZURILL_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/300_SKITTY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/300_SKITTY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/301_DELCATTY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/301_DELCATTY_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/311_PLUSLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/311_PLUSLE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/312_MINUN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/312_MINUN_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/320_WAILMER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/320_WAILMER_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/321_WAILORD_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/321_WAILORD_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/322_NUMEL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/322_NUMEL_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/323_CAMERUPT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/323_CAMERUPT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/325_SPOINK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/325_SPOINK_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/326_GRUMPIG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/326_GRUMPIG_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/327_SPINDA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/327_SPINDA_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/337_LUNATONE001x.ai_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/337_LUNATONE001x.ai_left_3up.png.import.txt" meta="216 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/338_SOLROCK_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/338_SOLROCK_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/358_CHIMECHO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/358_CHIMECHO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/360_WYNAUT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/360_WYNAUT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/363_SPHEAL_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/363_SPHEAL_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/364_SEALEO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/364_SEALEO_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/365_WALREIN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/365_WALREIN_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/371_BAGON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/371_BAGON_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/372_SHELGON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/372_SHELGON_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/373_SALAMENCE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/373_SALAMENCE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/374_BELDUM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/374_BELDUM_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/375_METANG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/375_METANG_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/376_METAGROSS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/376_METAGROSS_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/384_RAYQUAZA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/384_RAYQUAZA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/387_TURTWIG_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/387_TURTWIG_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/388_GROTLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/388_GROTLE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/389_TORTERRA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/389_TORTERRA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/390_CHIMCHAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/390_CHIMCHAR_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/391_MONFERNO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/391_MONFERNO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/392_INFERNAPE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/392_INFERNAPE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/393_PIPLUP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/393_PIPLUP_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/394_PRINPLUP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/394_PRINPLUP_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/395_EMPOLEON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/395_EMPOLEON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/399_BIDOOF_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/399_BIDOOF_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/400_BIBAREL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/400_BIBAREL_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/417_PACHIRISU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/417_PACHIRISU_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/420_CHERUBI_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/420_CHERUBI_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/421_CHERRIM_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/421_CHERRIM_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/424_AMBIPOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/424_AMBIPOM_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/425_DRIFLOON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/425_DRIFLOON_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/426_DRIFBLIM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/426_DRIFBLIM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/430_HONCHKROW_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/430_HONCHKROW_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/433_CHINGLING_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/433_CHINGLING_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/438_BONSLY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/438_BONSLY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/439_MIME.JR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/439_MIME.JR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/440_HAPPINY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/440_HAPPINY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/441_CHATOT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/441_CHATOT_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/443_GIBLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/443_GIBLE_left_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/445_GARCHOMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/445_GARCHOMP_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/446_MUNCHLAX_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/446_MUNCHLAX_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/447_RIOLU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/447_RIOLU_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/448_LUCARIO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/448_LUCARIO_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/455_CARNIVINE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/455_CARNIVINE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/461_WEAVILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/461_WEAVILE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/462_MAGNEZONE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/462_MAGNEZONE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/464_RHYPERIOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/464_RHYPERIOR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/467_MAGMORTAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/467_MAGMORTAR_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/468_TOGEKISS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/468_TOGEKISS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/470_LEAFEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/470_LEAFEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/471_GLACEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/471_GLACEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/473_MAMOSWINE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/473_MAMOSWINE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/475_GALLADE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/475_GALLADE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/479_ROTOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/479_ROTOM_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/495_SNIVY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/495_SNIVY_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/496_SERVINE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/496_SERVINE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/497_SERPERIOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/497_SERPERIOR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/498_TEPIG_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/498_TEPIG_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/499_PIGNITE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/499_PIGNITE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/500_EMBOAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/500_EMBOAR_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/501_OSHAWOTT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/501_OSHAWOTT_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/502_DEWOTT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/502_DEWOTT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/503_SAMUROTT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/503_SAMUROTT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/511_PANSAGE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/511_PANSAGE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/512_SIMISAGE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/512_SIMISAGE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/513_PANSEAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/513_PANSEAR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/514_SIMISEAR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/514_SIMISEAR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/515_PANPOUR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/515_PANPOUR_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/516_SIMIPOUR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/516_SIMIPOUR_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/529_DRILBUR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/529_DRILBUR_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/529_DRILBUR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/529_DRILBUR_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/530_EXCADRILL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/530_EXCADRILL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/554_DARUMAKA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/554_DARUMAKA_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/555_DARMANITAN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/555_DARMANITAN_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/570_ZORUA016.ai_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/570_ZORUA016.ai_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/571_ZOROARK006x.ai_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/571_ZOROARK006x.ai_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/580_DUCKLETT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/580_DUCKLETT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/581_SWANNA001x.ai_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/581_SWANNA001x.ai_left_3up.png.import.txt" meta="215 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/582_VANILLITE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/582_VANILLITE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/583_VANILLISH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/583_VANILLISH_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/584_VANILLUXE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/584_VANILLUXE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/590_FOONGUS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/590_FOONGUS_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/591_AMOONGUSS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/591_AMOONGUSS_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/595_JOLTIK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/595_JOLTIK_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/596_GALVANTULA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/596_GALVANTULA_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/597_FERROSEED_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/597_FERROSEED_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/598_FERROTHORN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/598_FERROTHORN_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/607_LITWICK_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/607_LITWICK_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/608_LAMPENT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/608_LAMPENT_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/609_CHANDELURE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/609_CHANDELURE_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/613_CUBCHOO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/613_CUBCHOO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/614_BEARTIC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/614_BEARTIC_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/633_DEINO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/633_DEINO_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/634_ZWEILOUS_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/634_ZWEILOUS_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/635_HYDREIGON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/635_HYDREIGON_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/650_CHESPIN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/650_CHESPIN_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/651_QUILLADIN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/651_QUILLADIN_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/652_CHESNAUGHT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/652_CHESNAUGHT_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/653_FENNEKIN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/653_FENNEKIN_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/654_BRAIXEN_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/654_BRAIXEN_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/655_DELPHOX_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/655_DELPHOX_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/656_FROAKIE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/656_FROAKIE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/657_FROGADIER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/657_FROGADIER_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/658_GRENINJA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/658_GRENINJA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/661_FLETCHLING_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/661_FLETCHLING_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/662_FLETCHINDER_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/662_FLETCHINDER_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/663_TALONFLAME_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/663_TALONFLAME_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/664_SCATTERBUG_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/664_SCATTERBUG_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/665_SPEWPA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/665_SPEWPA_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/666_VIVILLON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/666_VIVILLON_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/669_FLABEBE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/669_FLABEBE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/670_FLOETTE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/670_FLOETTE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/671_FLORGES_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/671_FLORGES_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/676_FURFROU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/676_FURFROU_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/677_ESPURR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/677_ESPURR_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/678_MEOWSTIC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/678_MEOWSTIC_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/700_SYLVEON_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/700_SYLVEON_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/702_DEDENNE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/702_DEDENNE_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/722_ROWLET_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/722_ROWLET_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/723_DARTRIX_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/723_DARTRIX_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/724_DECIDUEYE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/724_DECIDUEYE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/725_LITTEN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/725_LITTEN_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/726_TORRACAT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/726_TORRACAT_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/727_INCINEROAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/727_INCINEROAR_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/728_POPPLIO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/728_POPPLIO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/729_BRIONNE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/729_BRIONNE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/730_PRIMARINA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/730_PRIMARINA_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/742_CUTIEFLY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/742_CUTIEFLY_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/743_RIBOMBEE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/743_RIBOMBEE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/744_ROCKRUFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/744_ROCKRUFF_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/745_LYCANROC_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/745_LYCANROC_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/759_STUFFUL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/759_STUFFUL_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/760_BEWEAR_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/760_BEWEAR_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/761_BOUNSWEET_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/761_BOUNSWEET_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/762_STEENEE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/762_STEENEE_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/763_TSAREENA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/763_TSAREENA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/775_KOMALA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/775_KOMALA_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/777_TOGEDEMARU_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/777_TOGEDEMARU_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/778_MIMIKYU_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/778_MIMIKYU_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/810_GROOKEY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/810_GROOKEY_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/811_THWACKEY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/811_THWACKEY_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/812_RILLABOOM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/812_RILLABOOM_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/813_SCORBUNNY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/813_SCORBUNNY_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/814_RABOOT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/814_RABOOT_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/815_CINDERACE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/815_CINDERACE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/816_SOBBLE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/816_SOBBLE_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/817_DRIZZILE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/817_DRIZZILE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/818_INTELEON_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/818_INTELEON_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/824_BLIPBUG_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/824_BLIPBUG_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/825_DOTTLER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/825_DOTTLER_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/826_ORBEETLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/826_ORBEETLE_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/831_WOOLOO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/831_WOOLOO_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/832_DUBWOOL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/832_DUBWOOL_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/835_YAMPER_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/835_YAMPER_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/836_BOLTUND_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/836_BOLTUND_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/840_APPLIN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/840_APPLIN_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/841_FLAPPLE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/841_FLAPPLE_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/842_APPLETUN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/842_APPLETUN_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/845_CRAMORANT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/845_CRAMORANT_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/854_SINISTEA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/854_SINISTEA_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/855_POLTEAGEIST_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/855_POLTEAGEIST_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/859_IMPIDIMP_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/859_IMPIDIMP_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/860_MORGREM_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/860_MORGREM_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/861_GRIMMSNARL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/861_GRIMMSNARL_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/865_SIRFETCH'D_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/865_SIRFETCH'D_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/868_MILCERY_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/868_MILCERY_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/869_ALCREMIE_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/869_ALCREMIE_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/877_MORPEKO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/877_MORPEKO_3up.png.import.txt" meta="204 bytes"} +::gallery-end diff --git a/asset-text-gallery-06.md b/asset-text-gallery-06.md new file mode 100644 index 0000000..f57a7c8 --- /dev/null +++ b/asset-text-gallery-06.md @@ -0,0 +1,176 @@ +# Asset Text Gallery 06 + +Openable text assets 1001-1170 of 1170. + +::gallery-start +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/906_SPRIGATITO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/906_SPRIGATITO_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/907_FLORAGATO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/907_FLORAGATO_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/908_MEOWSCARADA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/908_MEOWSCARADA_left_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/909_FUECOCO_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/909_FUECOCO_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/910_CROCALOR_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/910_CROCALOR_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/911_SKELEDIRGE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/911_SKELEDIRGE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/912_QUAXLY_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/912_QUAXLY_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/913_QUAXWELL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/913_QUAXWELL_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/914_QUAQUAVAL_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/914_QUAQUAVAL_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/915_LECHONK_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/915_LECHONK_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/916_OINKOLOGNE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/916_OINKOLOGNE_left_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/917_TAROUNTULA_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/917_TAROUNTULA_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/918_SPIDOPS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/918_SPIDOPS_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/921_PAWMI_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/921_PAWMI_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/922_PAWMO_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/922_PAWMO_left_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/923_PAWMOT_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/923_PAWMOT_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/924_TANDEMAUS_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/924_TANDEMAUS_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/925_MAUSHOLD_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/925_MAUSHOLD_3up.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/926_FIDOUGH_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/926_FIDOUGH_3up.png.import.txt" meta="203 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/927_DACHSBUN_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/927_DACHSBUN_3up.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/928_SMOLIV_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/928_SMOLIV_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/929_DOLLIV_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/929_DOLLIV_left_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/930_ARBOLIVA_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/930_ARBOLIVA_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/938_TADBULB_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/938_TADBULB_left_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/939_BELLIBOLT_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/939_BELLIBOLT_3up.png.import.txt" meta="206 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/942_MASCHIFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/942_MASCHIFF_left_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/943_MABOSSTIFF_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/943_MABOSSTIFF_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/979_ANNIHILAPE_left_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/979_ANNIHILAPE_left_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/9999_SKIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/pokedex_tiles/9999_SKIP_3up.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/001_BULBASAUR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/001_BULBASAUR_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/044_GLOOM_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/044_GLOOM_right_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/060_POLIWAG_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/060_POLIWAG_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/061_POLIWHIRL_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/061_POLIWHIRL_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/062_POLIWRATH_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/062_POLIWRATH_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/081_MAGNEMITE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/081_MAGNEMITE_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/082_MAGNETON_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/082_MAGNETON_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/1011_DIPPLIN_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/1011_DIPPLIN_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/1019_HYDRAPPLE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/1019_HYDRAPPLE_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/110_WEEZING_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/110_WEEZING_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/120_STARYU_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/120_STARYU_right_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/153_BAYLEEF_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/153_BAYLEEF_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/159_CROCONAW_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/159_CROCONAW_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/169_CROBAT_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/169_CROBAT_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/174_IGGLYBUFF_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/174_IGGLYBUFF_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/175_TOGEPI_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/175_TOGEPI_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/186_POLITOED_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/186_POLITOED_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/189_JUMPLUFF_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/189_JUMPLUFF_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/201_UNOWN_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/201_UNOWN_right_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/215_SNEASEL_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/215_SNEASEL_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/216_TEDDIURSA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/216_TEDDIURSA_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/240_MAGBY_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/240_MAGBY_right_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/242_BLISSEY_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/242_BLISSEY_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/325_SPOINK_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/325_SPOINK_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/326_GRUMPIG_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/326_GRUMPIG_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/358_CHIMECHO_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/358_CHIMECHO_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/374_BELDUM_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/374_BELDUM_right_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/389_TORTERRA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/389_TORTERRA_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/390_CHIMCHAR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/390_CHIMCHAR_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/391_MONFERNO_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/391_MONFERNO_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/420_CHERUBI_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/420_CHERUBI_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/425_DRIFLOON_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/425_DRIFLOON_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/467_MAGMORTAR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/467_MAGMORTAR_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/468_TOGEKISS_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/468_TOGEKISS_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/470_LEAFEON_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/470_LEAFEON_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/498_TEPIG_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/498_TEPIG_right_3up.png.import.txt" meta="207 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/499_PIGNITE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/499_PIGNITE_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/500_EMBOAR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/500_EMBOAR_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/513_PANSEAR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/513_PANSEAR_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/514_SIMISEAR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/514_SIMISEAR_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/529_DRILBUR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/529_DRILBUR_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/530_EXCADRILL_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/530_EXCADRILL_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/570_ZORUA010.ai_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/570_ZORUA010.ai_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/583_VANILLISH_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/583_VANILLISH_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/584_VANILLUXE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/584_VANILLUXE_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/591_AMOONGUSS_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/591_AMOONGUSS_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/607_LITWICK_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/607_LITWICK_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/657_FROGADIER_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/657_FROGADIER_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/658_GRENINJA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/658_GRENINJA_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/678_MEOWSTIC_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/678_MEOWSTIC_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/700_SYLVEON_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/700_SYLVEON_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/723_DARTRIX_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/723_DARTRIX_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/727_INCINEROAR_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/727_INCINEROAR_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/762_STEENEE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/762_STEENEE_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/763_TSAREENA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/763_TSAREENA_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/778_MIMIKYU_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/778_MIMIKYU_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/813_SCORBUNNY_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/813_SCORBUNNY_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/814_RABOOT_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/814_RABOOT_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/817_DRIZZILE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/817_DRIZZILE_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/824_BLIPBUG_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/824_BLIPBUG_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/825_DOTTLER_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/825_DOTTLER_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/832_DUBWOOL_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/832_DUBWOOL_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/841_FLAPPLE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/841_FLAPPLE_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/842_APPLETUN_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/842_APPLETUN_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/854_SINISTEA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/854_SINISTEA_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/855_POLTEAGEIST_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/855_POLTEAGEIST_right_3up.png.import.txt" meta="214 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/859_IMPIDIMP_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/859_IMPIDIMP_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/860_MORGREM_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/860_MORGREM_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/861_GRIMMSNARL_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/861_GRIMMSNARL_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/865_SIRFETCH'D_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/865_SIRFETCH'D_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/868_MILCERY_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/868_MILCERY_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/869_ALCREMIE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/869_ALCREMIE_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/877_MORPEKO_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/877_MORPEKO_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/907_FLORAGATO_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/907_FLORAGATO_right_3up.png.import.txt" meta="212 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/915_LECHONK_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/915_LECHONK_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/916_OINKOLOGNE_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/916_OINKOLOGNE_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/917_TAROUNTULA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/917_TAROUNTULA_right_3up.png.import.txt" meta="213 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/921_PAWMI_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/921_PAWMI_right_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/922_PAWMO_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/922_PAWMO_right_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/923_PAWMOT_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/923_PAWMOT_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/924_TANDEMAUS_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/924_TANDEMAUS_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/925_MAUSHOLD_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/925_MAUSHOLD_right_3up.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/926_FIDOUGH_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/926_FIDOUGH_right_3up.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/928_SMOLIV_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/928_SMOLIV_right_3up.png.import.txt" meta="208 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/930_ARBOLIVA_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/930_ARBOLIVA_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/942_MASCHIFF_right_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/942_MASCHIFF_right_3up.png.import.txt" meta="211 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/char_3_up/right/9999_SKIP_3up.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/char_3_up/right/9999_SKIP_3up.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Bug.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Bug.png.import.txt" meta="192 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Dark.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Dark.png.import.txt" meta="192 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Dragon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Dragon.png.import.txt" meta="195 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Electric.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Electric.png.import.txt" meta="197 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Fairy.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Fairy.png.import.txt" meta="194 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Fighting.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Fighting.png.import.txt" meta="197 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Fire.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Fire.png.import.txt" meta="193 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Flying.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Flying.png.import.txt" meta="195 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Ghost.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Ghost.png.import.txt" meta="194 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Grass.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Grass.png.import.txt" meta="194 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Ground.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Ground.png.import.txt" meta="195 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Ice.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Ice.png.import.txt" meta="191 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Normal.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Normal.png.import.txt" meta="195 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Poison.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Poison.png.import.txt" meta="194 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Psychic.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Psychic.png.import.txt" meta="195 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Rock.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Rock.png.import.txt" meta="193 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Skip.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Skip.png.import.txt" meta="193 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Steel.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Steel.png.import.txt" meta="194 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/energy_pills/Water.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/energy_pills/Water.png.import.txt" meta="194 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Bug/bug_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Bug/bug_icon.png.import.txt" meta="197 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Dark/dark_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Dark/dark_icon.png.import.txt" meta="198 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Dragon/dragon_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Dragon/dragon_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Electric/electric_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Electric/electric_icon.png.import.txt" meta="202 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Fairy/fairy_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Fairy/fairy_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Fighting/fighting_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Fighting/fighting_icon.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Fire/fire_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Fire/fire_icon.png.import.txt" meta="196 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Flying/flying_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Flying/flying_icon.png.import.txt" meta="200 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Ghost/ghost_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Ghost/ghost_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Grass/grass_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Grass/grass_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Ground/ground_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Ground/ground_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Ice/ice_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Ice/ice_icon.png.import.txt" meta="196 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Normal/normal_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Normal/normal_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Poison/poison_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Poison/poison_icon.png.import.txt" meta="200 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Psychic/psychic_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Psychic/psychic_icon.png.import.txt" meta="201 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Rock/rock_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Rock/rock_icon.png.import.txt" meta="198 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Skip/skip_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Skip/skip_icon.png.import.txt" meta="198 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Steel/steel_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Steel/steel_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/panel_icons/Water/water_icon.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/panel_icons/Water/water_icon.png.import.txt" meta="199 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/phils_ball_poof.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/phils_ball_poof.png.import.txt" meta="204 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/gfx/rcectangle_bkgnd.png.import.txt" title="assets/openable/text/scenes/shared_items/gfx/rcectangle_bkgnd.png.import.txt" meta="205 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/scripts/panel_texture_scroll.gd.remap.txt" title="assets/openable/text/scenes/shared_items/scripts/panel_texture_scroll.gd.remap.txt" meta="75 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/scripts/show_ui.gd.remap.txt" title="assets/openable/text/scenes/shared_items/scripts/show_ui.gd.remap.txt" meta="62 bytes"} +::textasset{src="../assets/openable/text/scenes/shared_items/scripts/yellow_button_glow.gd.remap.txt" title="assets/openable/text/scenes/shared_items/scripts/yellow_button_glow.gd.remap.txt" meta="73 bytes"} +::textasset{src="../assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/coast/travel_select_coastal.png.import.txt" title="assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/coast/travel_select_coastal.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/desert/travel_select_desert.png.import.txt" title="assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/desert/travel_select_desert.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/forest/travel_select_forest.png.import.txt" title="assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/forest/travel_select_forest.png.import.txt" meta="209 bytes"} +::textasset{src="../assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/mountain/travel_select_mountain.png.import.txt" title="assets/openable/text/scenes/travel_selection/gfx/bkgnd_frame/mountain/travel_select_mountain.png.import.txt" meta="210 bytes"} +::textasset{src="../assets/openable/text/scenes/travel_selection/scripts/bkgnd_frame.gd.remap.txt" title="assets/openable/text/scenes/travel_selection/scripts/bkgnd_frame.gd.remap.txt" meta="70 bytes"} +::textasset{src="../assets/openable/text/scenes/travel_selection/travel_selection.tscn.remap.txt" title="assets/openable/text/scenes/travel_selection/travel_selection.tscn.remap.txt" meta="109 bytes"} +::textasset{src="../assets/openable/text/scripts/async_load_util_v2.gd.remap.txt" title="assets/openable/text/scripts/async_load_util_v2.gd.remap.txt" meta="53 bytes"} +::textasset{src="../assets/openable/text/scripts/godot_spike_bridge.gd.remap.txt" title="assets/openable/text/scripts/godot_spike_bridge.gd.remap.txt" meta="53 bytes"} +::textasset{src="../assets/openable/text/scripts/make_ic_icons.gd.remap.txt" title="assets/openable/text/scripts/make_ic_icons.gd.remap.txt" meta="48 bytes"} +::textasset{src="../assets/openable/text/scripts/pokemon_data.gd.remap.txt" title="assets/openable/text/scripts/pokemon_data.gd.remap.txt" meta="47 bytes"} +::textasset{src="../assets/openable/text/scripts/spike_game_sound_ids.gd.remap.txt" title="assets/openable/text/scripts/spike_game_sound_ids.gd.remap.txt" meta="55 bytes"} +::gallery-end diff --git a/asset-videos-gallery-01.md b/asset-videos-gallery-01.md new file mode 100644 index 0000000..a4cf27e --- /dev/null +++ b/asset-videos-gallery-01.md @@ -0,0 +1,106 @@ +# Asset Video Gallery 01 + +Openable videos assets 1-100 of 273. + +::gallery-start +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/0.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/0.asset.mp4" meta="989315 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/1.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/1.asset.mp4" meta="590981 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/10.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/10.asset.mp4" meta="1361015 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/100.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/100.asset.mp4" meta="1226401 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/101.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/101.asset.mp4" meta="1217335 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/102.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/102.asset.mp4" meta="1214287 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/103.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/103.asset.mp4" meta="1217427 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/104.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/104.asset.mp4" meta="1215821 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/105.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/105.asset.mp4" meta="1213675 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/106.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/106.asset.mp4" meta="1215463 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/107.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/107.asset.mp4" meta="1215789 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/108.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/108.asset.mp4" meta="196732 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/109.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/109.asset.mp4" meta="977970 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/11.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/11.asset.mp4" meta="856538 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/110.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/110.asset.mp4" meta="779971 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/111.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/111.asset.mp4" meta="1025962 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/112.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/112.asset.mp4" meta="539743 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/113.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/113.asset.mp4" meta="1381078 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/114.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/114.asset.mp4" meta="1422863 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/115.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/115.asset.mp4" meta="4069600 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/116.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/116.asset.mp4" meta="2065114 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/117.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/117.asset.mp4" meta="3796639 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/118.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/118.asset.mp4" meta="5853794 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/119.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/119.asset.mp4" meta="1341675 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/12.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/12.asset.mp4" meta="806671 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/120.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/120.asset.mp4" meta="6267501 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/121.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/121.asset.mp4" meta="1457916 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/122.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/122.asset.mp4" meta="564298 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/123.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/123.asset.mp4" meta="1800467 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/124.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/124.asset.mp4" meta="1849155 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/125.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/125.asset.mp4" meta="1820041 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/126.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/126.asset.mp4" meta="1289347 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/127.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/127.asset.mp4" meta="2170630 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/128.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/128.asset.mp4" meta="713496 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/129.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/129.asset.mp4" meta="882429 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/13.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/13.asset.mp4" meta="1127055 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/130.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/130.asset.mp4" meta="922867 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/131.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/131.asset.mp4" meta="742422 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/132.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/132.asset.mp4" meta="979291 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/133.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/133.asset.mp4" meta="997596 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/134.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/134.asset.mp4" meta="1202000 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/135.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/135.asset.mp4" meta="2994804 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/136.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/136.asset.mp4" meta="2983898 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/137.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/137.asset.mp4" meta="987302 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/138.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/138.asset.mp4" meta="1113532 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/139.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/139.asset.mp4" meta="832461 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/14.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/14.asset.mp4" meta="429230 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/140.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/140.asset.mp4" meta="1309620 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/141.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/141.asset.mp4" meta="432436 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/142.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/142.asset.mp4" meta="1464254 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/143.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/143.asset.mp4" meta="299537 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/144.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/144.asset.mp4" meta="1029432 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/145.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/145.asset.mp4" meta="2432433 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/146.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/146.asset.mp4" meta="577457 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/147.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/147.asset.mp4" meta="654044 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/148.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/148.asset.mp4" meta="1641509 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/149.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/149.asset.mp4" meta="1043513 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/15.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/15.asset.mp4" meta="5449294 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/150.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/150.asset.mp4" meta="728335 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/151.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/151.asset.mp4" meta="443030 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/152.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/152.asset.mp4" meta="8095737 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/153.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/153.asset.mp4" meta="835040 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/154.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/154.asset.mp4" meta="1498011 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/155.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/155.asset.mp4" meta="1876019 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/156.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/156.asset.mp4" meta="2089886 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/157.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/157.asset.mp4" meta="2409353 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/158.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/158.asset.mp4" meta="2784494 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/159.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/159.asset.mp4" meta="3280594 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/16.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/16.asset.mp4" meta="893995 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/160.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/160.asset.mp4" meta="4435566 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/161.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/161.asset.mp4" meta="4956967 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/162.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/162.asset.mp4" meta="213839 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/163.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/163.asset.mp4" meta="272798 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/164.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/164.asset.mp4" meta="308173 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/165.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/165.asset.mp4" meta="367378 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/166.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/166.asset.mp4" meta="430998 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/167.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/167.asset.mp4" meta="467702 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/168.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/168.asset.mp4" meta="510943 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/169.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/169.asset.mp4" meta="572900 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/17.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/17.asset.mp4" meta="3270892 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/170.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/170.asset.mp4" meta="608385 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/171.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/171.asset.mp4" meta="653846 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/172.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/172.asset.mp4" meta="1183423 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/173.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/173.asset.mp4" meta="3377399 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/174.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/174.asset.mp4" meta="710107 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/175.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/175.asset.mp4" meta="375051 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/176.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/176.asset.mp4" meta="2561670 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/177.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/177.asset.mp4" meta="604591 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/178.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/178.asset.mp4" meta="348725 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/179.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/179.asset.mp4" meta="357290 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/18.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/18.asset.mp4" meta="1386973 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/180.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/180.asset.mp4" meta="460323 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/181.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/181.asset.mp4" meta="1741528 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/182.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/182.asset.mp4" meta="942680 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/183.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/183.asset.mp4" meta="1668114 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/184.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/184.asset.mp4" meta="758311 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/185.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/185.asset.mp4" meta="804743 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/186.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/186.asset.mp4" meta="1369853 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/187.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/187.asset.mp4" meta="181196 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/188.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/188.asset.mp4" meta="1211013 bytes"} +::gallery-end diff --git a/asset-videos-gallery-02.md b/asset-videos-gallery-02.md new file mode 100644 index 0000000..552381e --- /dev/null +++ b/asset-videos-gallery-02.md @@ -0,0 +1,106 @@ +# Asset Video Gallery 02 + +Openable videos assets 101-200 of 273. + +::gallery-start +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/189.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/189.asset.mp4" meta="3548941 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/19.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/19.asset.mp4" meta="670495 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/190.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/190.asset.mp4" meta="126885 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/191.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/191.asset.mp4" meta="1432018 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/192.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/192.asset.mp4" meta="787559 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/193.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/193.asset.mp4" meta="650970 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/194.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/194.asset.mp4" meta="139889 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/195.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/195.asset.mp4" meta="186488 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/196.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/196.asset.mp4" meta="363776 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/197.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/197.asset.mp4" meta="413994 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/198.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/198.asset.mp4" meta="759021 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/199.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/199.asset.mp4" meta="735824 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/2.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/2.asset.mp4" meta="479216 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/20.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/20.asset.mp4" meta="1184906 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/200.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/200.asset.mp4" meta="956239 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/201.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/201.asset.mp4" meta="3663170 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/202.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/202.asset.mp4" meta="522910 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/203.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/203.asset.mp4" meta="749699 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/204.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/204.asset.mp4" meta="733236 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/205.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/205.asset.mp4" meta="470865 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/206.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/206.asset.mp4" meta="393291 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/207.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/207.asset.mp4" meta="2569317 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/208.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/208.asset.mp4" meta="2252823 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/209.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/209.asset.mp4" meta="636698 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/21.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/21.asset.mp4" meta="782311 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/210.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/210.asset.mp4" meta="1049076 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/211.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/211.asset.mp4" meta="1485185 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/212.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/212.asset.mp4" meta="875754 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/213.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/213.asset.mp4" meta="700088 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/214.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/214.asset.mp4" meta="4165388 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/215.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/215.asset.mp4" meta="385871 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/216.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/216.asset.mp4" meta="822101 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/217.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/217.asset.mp4" meta="1155050 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/218.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/218.asset.mp4" meta="1095587 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/219.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/219.asset.mp4" meta="830463 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/22.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/22.asset.mp4" meta="2807765 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/220.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/220.asset.mp4" meta="2010720 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/221.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/221.asset.mp4" meta="1702857 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/222.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/222.asset.mp4" meta="976655 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/223.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/223.asset.mp4" meta="747441 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/224.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/224.asset.mp4" meta="1301008 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/225.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/225.asset.mp4" meta="1410004 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/226.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/226.asset.mp4" meta="3494078 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/227.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/227.asset.mp4" meta="1110929 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/228.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/228.asset.mp4" meta="1536586 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/229.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/229.asset.mp4" meta="1510468 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/23.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/23.asset.mp4" meta="774525 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/230.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/230.asset.mp4" meta="1784911 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/231.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/231.asset.mp4" meta="1485156 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/232.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/232.asset.mp4" meta="701673 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/233.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/233.asset.mp4" meta="1438130 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/234.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/234.asset.mp4" meta="1367469 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/235.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/235.asset.mp4" meta="1143129 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/236.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/236.asset.mp4" meta="1542273 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/237.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/237.asset.mp4" meta="2854073 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/238.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/238.asset.mp4" meta="2169578 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/239.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/239.asset.mp4" meta="1196606 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/24.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/24.asset.mp4" meta="2759205 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/240.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/240.asset.mp4" meta="1773919 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/241.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/241.asset.mp4" meta="1317273 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/242.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/242.asset.mp4" meta="5397200 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/243.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/243.asset.mp4" meta="330712 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/244.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/244.asset.mp4" meta="1509972 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/245.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/245.asset.mp4" meta="321680 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/246.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/246.asset.mp4" meta="378151 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/247.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/247.asset.mp4" meta="3172754 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/25.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/25.asset.mp4" meta="1902733 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/26.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/26.asset.mp4" meta="364194 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/27.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/27.asset.mp4" meta="271819 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/28.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/28.asset.mp4" meta="300204 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/29.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/29.asset.mp4" meta="1272838 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/3.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/3.asset.mp4" meta="196732 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/30.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/30.asset.mp4" meta="1053753 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/31.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/31.asset.mp4" meta="1286023 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/32.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/32.asset.mp4" meta="1284330 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/33.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/33.asset.mp4" meta="657461 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/34.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/34.asset.mp4" meta="610509 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/35.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/35.asset.mp4" meta="1587020 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/36.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/36.asset.mp4" meta="2105133 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/37.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/37.asset.mp4" meta="1717400 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/38.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/38.asset.mp4" meta="1347957 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/39.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/39.asset.mp4" meta="345882 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/4.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/4.asset.mp4" meta="174447 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/40.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/40.asset.mp4" meta="950357 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/41.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/41.asset.mp4" meta="1248379 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/42.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/42.asset.mp4" meta="2328785 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/43.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/43.asset.mp4" meta="1538599 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/44.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/44.asset.mp4" meta="788475 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/45.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/45.asset.mp4" meta="169962 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/46.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/46.asset.mp4" meta="266153 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/47.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/47.asset.mp4" meta="410274 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/48.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/48.asset.mp4" meta="253027 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/49.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/49.asset.mp4" meta="188865 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/5.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/5.asset.mp4" meta="615380 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/50.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/50.asset.mp4" meta="273505 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/51.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/51.asset.mp4" meta="364127 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/52.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/52.asset.mp4" meta="279803 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/53.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/53.asset.mp4" meta="530744 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/54.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/54.asset.mp4" meta="837160 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/55.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/55.asset.mp4" meta="652318 bytes"} +::gallery-end diff --git a/asset-videos-gallery-03.md b/asset-videos-gallery-03.md new file mode 100644 index 0000000..881e99d --- /dev/null +++ b/asset-videos-gallery-03.md @@ -0,0 +1,79 @@ +# Asset Video Gallery 03 + +Openable videos assets 201-273 of 273. + +::gallery-start +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/56.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/56.asset.mp4" meta="840877 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/57.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/57.asset.mp4" meta="1413045 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/58.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/58.asset.mp4" meta="1491285 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/59.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/59.asset.mp4" meta="858063 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/6.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/6.asset.mp4" meta="115228 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/60.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/60.asset.mp4" meta="1213891 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/61.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/61.asset.mp4" meta="1215720 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/62.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/62.asset.mp4" meta="1450090 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/63.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/63.asset.mp4" meta="1972578 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/64.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/64.asset.mp4" meta="1078582 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/65.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/65.asset.mp4" meta="778474 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/66.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/66.asset.mp4" meta="2070966 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/67.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/67.asset.mp4" meta="1261109 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/68.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/68.asset.mp4" meta="1800567 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/69.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/69.asset.mp4" meta="1173060 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/7.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/7.asset.mp4" meta="117666 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/70.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/70.asset.mp4" meta="962650 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/71.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/71.asset.mp4" meta="1383641 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/72.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/72.asset.mp4" meta="465658 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/73.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/73.asset.mp4" meta="494621 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/74.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/74.asset.mp4" meta="1182615 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/75.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/75.asset.mp4" meta="1654063 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/76.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/76.asset.mp4" meta="964380 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/77.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/77.asset.mp4" meta="989315 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/78.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/78.asset.mp4" meta="590981 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/79.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/79.asset.mp4" meta="479216 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/8.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/8.asset.mp4" meta="378151 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/80.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/80.asset.mp4" meta="1564642 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/81.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/81.asset.mp4" meta="1257534 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/82.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/82.asset.mp4" meta="1243434 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/83.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/83.asset.mp4" meta="3487601 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/84.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/84.asset.mp4" meta="1378639 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/85.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/85.asset.mp4" meta="1646544 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/86.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/86.asset.mp4" meta="1415463 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/87.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/87.asset.mp4" meta="596832 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/88.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/88.asset.mp4" meta="1091926 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/89.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/89.asset.mp4" meta="3797938 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/9.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/9.asset.mp4" meta="3172754 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/90.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/90.asset.mp4" meta="1531392 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/91.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/91.asset.mp4" meta="478171 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/92.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/92.asset.mp4" meta="4200276 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/93.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/93.asset.mp4" meta="490806 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/94.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/94.asset.mp4" meta="3438876 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/95.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/95.asset.mp4" meta="591990 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/96.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/96.asset.mp4" meta="1140949 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/97.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/97.asset.mp4" meta="414175 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/98.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/98.asset.mp4" meta="1214389 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/99.asset.mp4" title="assets/openable/loose/lcd/auto_loaded/60ed7e5036b8ce09d35a3e101ea6fc1380b37d97/scene.assets/2.asset/99.asset.mp4" meta="1212573 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/0.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/0.asset.mov" meta="3045097 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/1.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/1.asset.mov" meta="1966307 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/10.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/10.asset.mov" meta="27546211 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/11.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/11.asset.mov" meta="10102528 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/12.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/12.asset.mov" meta="10484192 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/13.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/13.asset.mov" meta="12492368 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/14.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/14.asset.mov" meta="3241706 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/2.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/2.asset.mov" meta="3107620 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/3.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/3.asset.mov" meta="1868659 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/4.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/4.asset.mov" meta="3410217 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/5.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/5.asset.mov" meta="1897367 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/6.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/6.asset.mov" meta="4545546 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/7.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/7.asset.mov" meta="3532327 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/8.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/8.asset.mov" meta="18148251 bytes"} +::video{src="../assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/9.asset.mov" title="assets/openable/loose/lcd/auto_loaded/bc0792d8dc81e8aa30b987246a5ce97c40cd6833/45a4e8c6251510e3f7b11f8b21f227e1fa49f331/scene.assets/2.asset/9.asset.mov" meta="17645672 bytes"} +::video{src="../assets/openable/videos/scenes/pokemon_battle/gfx/big_impact_1920x1080_h265.mp4" title="assets/openable/videos/scenes/pokemon_battle/gfx/big_impact_1920x1080_h265.mp4" meta="164749 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Arena/Stadium_01_22_26_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Arena/Stadium_01_22_26_h265.mp4" meta="493823 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Arena_Neon/Tournament_Neon_01_22_26_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Arena_Neon/Tournament_Neon_01_22_26_h265.mp4" meta="363287 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Cave_Entrance/cave_entrance_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Cave_Entrance/cave_entrance_h265.mp4" meta="2042715 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Cave_Interior/cave_interior_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Cave_Interior/cave_interior_h265.mp4" meta="1382296 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Coast/Lake_01_22_26_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Coast/Lake_01_22_26_h265.mp4" meta="4038096 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Desert/desert_battle_med_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Desert/desert_battle_med_h265.mp4" meta="1210722 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Forest/Forest_01_22_26_h265_2.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Forest/Forest_01_22_26_h265_2.mp4" meta="6853951 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Mountain/Mountain_01_22_26_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Mountain/Mountain_01_22_26_h265.mp4" meta="4153817 bytes"} +::video{src="../assets/openable/videos/scenes/shared_items/gfx/bknd/Mountain_Top/mountain_top_h265.mp4" title="assets/openable/videos/scenes/shared_items/gfx/bknd/Mountain_Top/mountain_top_h265.mp4" meta="3327918 bytes"} +::gallery-end diff --git a/audio-asset-search.md b/audio-asset-search.md index 00e9582..020654a 100644 --- a/audio-asset-search.md +++ b/audio-asset-search.md @@ -4,7 +4,7 @@ A whole-target-root static scan did not find standalone gameplay audio files in ordinary formats. The scan covered target-root directories, not just `/games/pokemon_pro/assets`, and wrote reproducible results under `analysis/audio-search/`. -Confirmed results: +Confirmed scan results: - `analysis/audio-search/summary.json` counted `7375` target-root files. - Filename scanning found `74` audio-related paths, but these are ALSA/BlueALSA/GStreamer support files, kernel sound modules, udev rules, two speaker-panel PNGs, and the exported Godot sound-id script; they are not gameplay sound content. @@ -14,6 +14,8 @@ Confirmed results: This extends the narrower Godot/Radium media scan documented in `godot-and-radium-assets.md`. That earlier generated-asset scan found one AAC-bearing MP4 after extracting `/games/pokemon_pro/assets/godot/main.pck`: `assets/godot_raw/scenes/shared_items/gfx/bknd/Arena_Neon/Tournament_Neon_01_22_26_h265.mp4`. +Important refinement from Ghidra cross-references and the follow-up image parser: the broad scan rules out plain loose audio files and directly recognizable target-root streams. The missing sounds are now confirmed to be image-backed: section 8 of `/games/pokemon_pro/image.bin` is a Radium table of headerless 16-bit PCM chunks. See `radium-image-format.md`. + ## Scope And Command The scanner is workspace-local and does not execute target AArch64 binaries. @@ -98,4 +100,35 @@ The absence of standalone audio files does not mean the game lacks sound support - `void Radium::Sound::Play()` - `external/soloud/src/audiosource/wav/stb_vorbis.cpp` -Inference: most gameplay audio is probably stored in a Radium/native asset representation, likely inside `/games/pokemon_pro/image.bin` or an internal object table addressed by the native game, rather than as standard loose `.ogg`, `.wav`, or `.mp3` files. Reconstructing those sounds will require reversing the Radium sound/object lookup path rather than searching for ordinary file extensions alone. +## Ghidra Xref Confirmation + +Ghidra program: `/games/pokemon_pro/game` + +String xrefs: + +- `image.bin` at `026daf08` xrefs to `FUN_008733e0` and `FUN_00872ed0`. +- `void Radium::Sound::Play()` at `026e3508` xrefs to `FUN_009ce680`. +- `src/Sound.cpp` at `026e3528` xrefs to `FUN_009ce680`. +- `bool Radium::BinaryFile::Allocate(unsigned int)` at `026e2b40` xrefs to `FUN_009ce680` and other asset-loading functions. +- `././include/BinaryFile.h` at `026e2b70` xrefs to `FUN_009ce680` and other asset-loading functions. + +Relevant decompiler evidence: + +- `FUN_00872ed0(uint image_index)` returns `image.bin` by default, or a stored alternate image path for non-default image slots. +- `FUN_008733e0(uint image_index)` builds `image.bin` for index `0` or `image-sc%02d.bin` for non-zero indexes, opens it with `open64`, checks size with `fstat64`, maps it read-only with `mmap64(..., PROT_READ, MAP_SHARED, fd, 0)`, and copies header words from the mapped file into runtime image metadata. +- `FUN_009ce680`, identified by the `void Radium::Sound::Play()` assertion string, calls a BinaryFile factory (`FUN_009fdc90`), looks up an object using fields at the sound object around `param_1 + 0x118`, allocates a buffer of the returned object size, reads the object bytes into that buffer, and passes the buffer to `FUN_00a0c3a0`. +- `FUN_00a0c3a0` wraps the buffer as an in-memory audio source and calls `FUN_00a0c320`. +- `FUN_00a0c320` reads the first four bytes and dispatches only two recognized container magics: `0x5367674f` (`OggS`) to the Ogg/Vorbis path and `0x46464952` (`RIFF`) to the WAV path. Other values return error `3`. +- `FUN_00a0c230` is the Ogg/Vorbis decode setup path and references the embedded stb_vorbis implementation. +- `FUN_00a0c070` is the WAV setup path; it checks for `WAVE`, `fmt `, and `data` chunks. + +Static exact byte search of the two image files still found no plain contiguous audio signatures: + +| Path | `OggS` | `RIFF` | `WAVE` | `fLaC` | `OpusHead` | +| --- | ---: | ---: | ---: | ---: | ---: | +| `/games/pokemon_pro/image.bin` | `0` | `0` | `0` | `0` | `0` | +| `/games/pokemon_pro/spike3/spike_menu/image.bin` | `0` | `0` | `0` | `0` | `0` | + +Conclusion refined by `radium-image-format.md`: Ghidra confirms that the native game uses the mmap-backed runtime image for sound-related ranges. Section 8 of `/games/pokemon_pro/image.bin` is a table of `2491` headerless 16-bit PCM chunks with a validated CRC32 table checksum. These chunks do not carry `OggS` or `RIFF` magic until wrapped by the parser as WAV. The parser scans the full section 5 command-stream table, resolves `12710` opcode `0x0b` references, and maps all `2491` chunks to local object IDs. All chunks are exported as previewable WAV files under `analysis/radium-image/sounds/`. A native `GodotSpikeBridge` registration table maps `25` object IDs to confirmed `SE_*` names. The Pokedex voice stream now maps `1137` objects (`409` through `1545`) to Pokemon description/name/category clips, including six duplicate description variants. Those aliases are previewable in `sound-pokedex-voice.md`, and complete best-name aliases are previewable in `sound-best-named-export.md`. The remaining work is assigning higher-level human-readable sound names and gameplay call sites for the other object IDs. + +The current wiki also includes `1705` accepted local Whisper draft transcripts in `sound-asr-draft-labels.md`, produced from `2486` WAV candidates of `0.25s` and longer. These are ASR-derived preview labels, not confirmed native names. diff --git a/conagent-machine-emulator.md b/conagent-machine-emulator.md new file mode 100644 index 0000000..c58478f --- /dev/null +++ b/conagent-machine-emulator.md @@ -0,0 +1,103 @@ +# Conagent Machine Emulator + +## Summary + +A host-side Python emulator was added under `analysis/conagent-machine-emulator/`. + +The emulator models the backend-facing API surface that `/games/pokemon_pro/conagent` is known to call from static analysis and provides a local browser UI for changing emulated pinball-machine state. It now also includes a small "Extracted Game Calls" runner for representative network/game-session calls found in `/games/pokemon_pro/game` strings. + +Generated files: + +| Path | Purpose | +| --- | --- | +| `analysis/conagent-machine-emulator/emulator.py` | Dependency-free Python HTTP/HTTPS emulator with web UI. | +| `analysis/conagent-machine-emulator/config.example.json` | Example editable emulator configuration. | +| `analysis/conagent-machine-emulator/README.md` | Usage notes, curl smoke tests, and HTTPS integration notes. | + +## Evidence Basis + +The emulator endpoints are based on confirmed strings and reconstructed flow in `/games/pokemon_pro/conagent`, documented in [Conagent Reverse Engineering](conagent-re.md): + +- `https://%s/api-token-auth/` +- `/api/v1/ping` +- `/api/v1/game/version_upgrades_available` +- `/api/v2/game/heartbeat` +- `/api/v3/game/player_auth` +- `/api/v3/game/game_register` +- `/api/v3/game/game_achievement_descriptors` +- `/api/v3/game/game_auth` +- `http://%s:8345/b8Ag3XU6TH/wibbly_wobbly_timey_wimey/` + +The emulator also returns `Message-Number` and `App-Status-Code` headers because the reconstructed HTTP client reads those header fields after requests. + +Additional game-call buttons are based on confirmed `/games/pokemon_pro/game` strings: + +| Offset | String | +| --- | --- | +| `0x25dd5a8` | `GameSessionBegin` | +| `0x25dd5c0` | `GameSessionUpdate` | +| `0x25dd5d8` | `GameSessionEnd` | +| `0x25de8c0` | `/api/v1/game/high_score_events` | +| `0x25dea50` | `/api/v2/game/machine_audits` | +| `0x25deb88` | `/api/v1/game/game_configuration` | +| `0x25df9d8` | `/api/v2/game/player_achievements` | +| `0x25dfa20` | `/api/v2/game/player_properties` | +| `0x25e03a8` | `/api/v1/game/data_store` | +| `0x25e03f8` | `/api/v1/game/data_retrieve` | +| `0x25e0508` | `/api/v3/game/session_start` | +| `0x25e0568` | `/api/v3/game/session_end` | +| `0x25e05c8` | `/api/v3/game/session_update` | + +Score/high-score UI fields are synthetic emulator state, but they are shaped around game strings such as `AD_HIGH_SCORE_1_SCORE`, `AUD_SCORE_HISTO_1`, `AUD_AVERAGE_SCORES`, `PlayerScore`, and `GameScores_Player1`. + +## Confirmed Scope + +The implementation is host-side support tooling only: + +- It does not modify rootfs evidence files. +- It does not execute `/games/pokemon_pro/conagent` or any other target AArch64 binary. +- It emulates backend-facing HTTP behavior, browser-controlled machine state, and synthetic score/session payloads for testing call handling. + +## Current Limitations + +The emulator does not implement the local `/usr/local/spike/agent.uds` framed game-to-conagent protocol. That protocol remains only partially recovered from static strings, including message IDs, ACK/NACK/reset behavior, and action names. + +Scores and sessions produced by this emulator are not recovered from a running game process. They are generated test data intended to exercise the extracted network calls. + +Real conagent integration will likely require HTTPS for the API listener because the binary constructs most backend URLs with `https://%s/...`. The special server-time endpoint is plain HTTP on port `8345`. + +## Reproducible Commands + +Start the emulator: + +```sh +cd /Users/jordan/Downloads/pokemon_spike3_rootfs +python3 analysis/conagent-machine-emulator/emulator.py --config analysis/conagent-machine-emulator/config.example.json +``` + +Smoke-test endpoints: + +```sh +curl -s http://127.0.0.1:8088/api/v1/ping +curl -s -X POST http://127.0.0.1:8088/api-token-auth/ \ + -H 'Content-Type: application/json' \ + -d '{"username":"emu","password":"emu"}' +curl -s http://127.0.0.1:8345/b8Ag3XU6TH/wibbly_wobbly_timey_wimey/ +``` + +Run extracted call tests: + +```sh +curl -s -X POST http://127.0.0.1:8088/api/game-state/score \ + -H 'Content-Type: application/json' \ + -d '{"player":1,"delta":1234567}' +curl -s -X POST http://127.0.0.1:8088/api/game-calls/run \ + -H 'Content-Type: application/json' \ + -d '{"id":"session_start"}' +curl -s -X POST http://127.0.0.1:8088/api/game-calls/run \ + -H 'Content-Type: application/json' \ + -d '{"id":"session_update"}' +curl -s -X POST http://127.0.0.1:8088/api/game-calls/run \ + -H 'Content-Type: application/json' \ + -d '{"id":"high_score_event"}' +``` diff --git a/docker-qemu-emulation.md b/docker-qemu-emulation.md new file mode 100644 index 0000000..5c3f43b --- /dev/null +++ b/docker-qemu-emulation.md @@ -0,0 +1,141 @@ +# Docker/QEMU Emulation Scaffold + +## Scope + +Workspace-local implementation: + +- `emulation/` + +Purpose: + +- Build a Docker-packaged QEMU environment for booting a generated copy of the extracted AArch64 rootfs. +- Expose the guest display through QEMU VNC and noVNC in a browser. +- Provide a browser dashboard for logs and early virtual switch events. +- Keep target rootfs evidence files unmodified. + +Static-analysis boundary: this page documents the emulator scaffold and evidence-based design. Creating and booting `emulation/work/rootfs.ext4` executes a generated guest copy, not the extracted evidence files directly. + +## Evidence Basis + +The main game and SPIKE menu use a direct DRM/KMS display path rather than a desktop windowing path. + +Confirmed string/import evidence: + +- `/games/pokemon_pro/game` imports `libEGL.so.1`, `libGLESv2.so.2`, `libdrm.so.2`, and `libgbm.so.1`; see `analysis/static-triage/game.objdump-p.txt`. +- `/games/pokemon_pro/game` strings include `/sys/class/drm`, `/dev/dri/card1`, `/dev/dri/card0`, `drmModeSetCrtc fail`, `drmModePageFlip`, `gbm_bo_create`, `eglGetPlatformDisplayEXT`, and `egl resolution: %d x %d`; see `analysis/static-triage/game.strings`. +- `/games/pokemon_pro/spike3/spike_menu/game` has matching GBM/EGL/DRM strings at offsets including `0x382cd0` (`/sys/class/drm`), `0x383030` (`/dev/dri/card1`), `0x383058` (`/dev/dri/card0`), and `0x383730` (`drmModeSetCrtc fail`); see `analysis/static-triage/spike_menu_game.strings`. +- `/etc/init.d/S12lvds_panel` launches `/games/spike3/bin/boot_display` early, and `/etc/init.d/game_monitor` later stops `boot_display` before launching `/games/game`. + +Implementation consequence: the first emulator path uses QEMU `virtio-gpu` and browser-visible VNC/noVNC, not X11 forwarding. + +## Implemented Files + +Primary files: + +| Path | Purpose | +| --- | --- | +| `emulation/compose.yaml` | Docker Compose entry point and port mapping. | +| `emulation/docker/Dockerfile` | Debian-based image with QEMU, noVNC, ffmpeg, qemu-user-static, and AArch64 cross tools. | +| `emulation/docker/fetch-debian-arm64-kernel.sh` | Installs a Debian ARM64 kernel and initramfs into `/opt/spike3-kernel/`; the initramfs seeds DRM/`virtio_gpu` modules. | +| `emulation/scripts/prepare-rootfs-image.sh` | Copies target-root entries into `emulation/work/rootfs-stage`, injects helpers, and builds `emulation/work/rootfs.ext4`. | +| `emulation/scripts/run-qemu.sh` | Boots QEMU `virt` with `virtio-blk`, `virtio-gpu`, VNC, serial logging, user networking, and a virtio-serial control socket. | +| `emulation/guest/emu-init` | Guest init used by QEMU with `init=/usr/local/spike-emu/bin/emu-init`. | +| `emulation/dashboard/server.py` | Browser dashboard on port `8090` for links, logs, and virtual switch events. | +| `emulation/stubs/spike3emu_stub.c` | Optional AArch64 `LD_PRELOAD` stub for inert fake device opens/ioctls on GPIO, I2C, serial, input, and `/dev/mem` paths. | + +Generated runtime files: + +| Path | Purpose | +| --- | --- | +| `emulation/work/rootfs.ext4` | Generated guest root disk; not checked in as evidence. | +| `emulation/work/logs/` | Host/container logs for QEMU, dashboard, noVNC, and conagent backend. | +| `emulation/work/control.sock` | QEMU virtio-serial socket used by the dashboard event bridge. | + +## Usage + +Start the default boot-display target: + +```sh +docker compose -f emulation/compose.yaml up --build +``` + +Open: + +- Dashboard: `http://localhost:8090/` +- Display: `http://localhost:6080/vnc.html?host=localhost&port=6080&autoconnect=true` +- Conagent backend emulator: `http://localhost:8088/` + +Try later targets after the virtual display is visible: + +```sh +SPIKE3_AUTOSTART=spike-menu docker compose -f emulation/compose.yaml up +SPIKE3_AUTOSTART=game docker compose -f emulation/compose.yaml up +SPIKE3_AUTOSTART=monitors docker compose -f emulation/compose.yaml up +``` + +The guest init accepts these autostart targets: + +- `boot-display` +- `spike-menu` +- `game` +- `monitors` +- `shell` + +## Current Emulator Behavior + +The generated guest image: + +- Mounts `/proc`, `/sys`, `/dev`, `/dev/pts`, `/run`, and `/tmp`. +- Creates writable `/connectivity`, `/connectivity/dump`, `/data`, and `/tmp/cache/mesa`. +- Preserves `/games/game -> /games/pokemon_pro/game`. +- Injects `/usr/local/spike-emu/bin/launch-target.sh` to start `boot_display`, SPIKE menu, game, or monitors. +- Injects an optional `LD_PRELOAD` hardware stub at `/usr/local/spike-emu/lib/libspike3emu_stub.so` when the Docker image has `aarch64-linux-gnu-gcc`. +- Injects overlay Mesa DRI fallback drivers under `/usr/local/spike-emu/mesa-dri` when the Docker image has ARM64 `virtio_gpu`, `kms_swrast`, and `swrast` drivers. +- Starts a guest control agent that logs virtio-serial dashboard events to `/run/spike-emu/events.log` and `/connectivity/dump/log/spike-emu/control-agent.log`. + +The dashboard: + +- Links to noVNC and the existing conagent backend emulator. +- Reads host logs from `emulation/work/logs/`. +- Sends virtual switch/button events as JSON to `emulation/work/control.sock` when QEMU is running. Verified APIs are `POST /api/event` and `POST /api/switch/`. + +## Verification Status + +Commands run from the workspace root: + +```sh +docker compose -f emulation/compose.yaml build spike3-emu +docker compose -f emulation/compose.yaml run --rm --entrypoint /workspace/emulation/scripts/prepare-rootfs-image.sh spike3-emu +SPIKE3_SKIP_PREPARE=1 SPIKE3_AUTOSTART=boot-display docker compose -f emulation/compose.yaml up --force-recreate +``` + +Confirmed results: + +- Docker image contains `/opt/spike3-kernel/vmlinuz` and `/opt/spike3-kernel/initrd.img`; the initramfs includes `drm.ko`, `drm_kms_helper.ko`, `virtio_dma_buf.ko`, and `virtio-gpu.ko`. +- QEMU boots the generated `emulation/work/rootfs.ext4` and reaches `SPIKE3 emulator init complete; autostart=boot-display` in `emulation/work/logs/qemu-serial.log`. +- QEMU serial log confirms `virtio-gpu-pci detected`, `Initialized virtio_gpu`, and `fb0: virtio_gpudrmfb frame buffer device`. +- Guest hardware log confirms `/dev/dri/card0`, `/dev/dri/renderD128`, `/sys/class/drm/card0`, `/sys/class/drm/card0-Virtual-1`, and loaded `virtio_gpu`/`drm` modules. +- noVNC responds at `http://localhost:6080/vnc.html`; the dashboard responds at `http://localhost:8090/api/status`. +- `POST /api/switch/start` returns `sent_to_guest: true` and appends a switch event to `emulation/work/dashboard-events.jsonl`. + +Current blocker: + +- `/games/spike3/bin/boot_display` is reached, but it still logs `create_window RETRY 1 / 27` through `27 / 27`, shader compile/link failures, and `cpuspi: device open failed`. +- A nonblank SPIKE frame is not yet confirmed. The next display pass should focus on the userspace Mesa/GBM/EGL path or a targeted display interposer. + +## Limitations and Next Steps + +Confirmed current limitations: + +- The dashboard event path is only a guest-visible event log. It does not yet inject events into the game’s SPIKE nodebus model. +- The optional `LD_PRELOAD` stub is intentionally broad and inert. It can move early hardware probing forward, but any deterministic game failure still needs specific static/dynamic analysis before adding a targeted shim. +- QEMU `virtio-gpu` is not Raspberry Pi VC4/V3D. It is the right first display target because the binary asks for standard DRM/GBM/EGL surfaces, but shader/extension mismatches may still require a display interposer or patch. +- Docker Desktop on macOS runs this under QEMU TCG without KVM acceleration, so startup may be slow. + +Next implementation targets: + +1. Fix the remaining `boot_display` userspace rendering path so a nonblank noVNC frame is produced. +2. Run `spike-menu` before the full game because it uses the same display stack with a smaller binary/image payload. +3. Run `game` and capture the first deterministic hardware/display failure from serial logs and `/connectivity/dump/log/spike-emu/`. +4. Map dashboard switch events into a first SPIKE nodebus emulator, reusing recovered node command evidence from `main-game-behavior.md` and `topper-serial-key-emulator.md`. +5. Add targeted stubs only for confirmed failing APIs or device paths. diff --git a/game-asset-spoilers-unreleased.md b/game-asset-spoilers-unreleased.md new file mode 100644 index 0000000..5ec0cd2 --- /dev/null +++ b/game-asset-spoilers-unreleased.md @@ -0,0 +1,192 @@ +# Game Asset Spoilers and Possible Unreleased Features + +## Scope + +This page is a static, evidence-backed spoiler inventory from the extracted Pokemon SPIKE 3 rootfs. It uses the installed V.83 release notes, extracted Godot assets, decoded Godot script strings, Radium sound-name manifests, ASR draft labels, and native `/games/pokemon_pro/game` strings. I did not execute target AArch64 binaries. + +Important confidence boundary: release-note entries are confirmed shipped in this rootfs. Native strings and Godot/Radium asset names confirm the content exists in the image, but do not by themselves prove the feature is reachable in normal gameplay. Rows marked `catalog_offset_candidate` are audio-name candidates from the documented Radium catalog-offset analysis, not native-confirmed registrations. + +## Evidence Sources + +- `/games/pokemon_pro/data/pro_release_notes.txt` and `/games/pokemon_pro/data/premium_release_notes.txt`: installed V.83 release notes. +- `/games/pokemon_pro/assets/godot/main.pck`, extracted to `assets/godot_raw/` and summarized in `assets/manifest.json`. +- `assets/godot_raw/data/pokemon_data.txt`: Pokemon data table used by the Godot `PokemonData` autoload. +- `analysis/godot-introspection/gdc_strings.tsv`: strings recovered from compiled Godot `.gdc` scripts. +- `analysis/godot-introspection/gdc_sound_refs.tsv`: recovered `SE_*` sound constants from compiled Godot scripts. +- `analysis/radium-image/pokedex_voice_label_manifest.tsv`: aligned Radium Pokedex voice clips. +- `analysis/radium-image/catalog_offset_candidate_labels.tsv`: Radium catalog-offset candidate sound labels. +- `analysis/all-sound-best-name-manifest.tsv`: best available sound aliases, including ASR-derived draft labels. +- `analysis/static-triage/game.strings`: offset-tagged strings from `/games/pokemon_pro/game`. + +Useful commands used for this pass: + +```sh +python3 - <<'PY' +import csv, collections +rows=list(csv.DictReader(open('assets/godot_raw/data/pokemon_data.txt', newline='', errors='replace'))) +print(len(rows), collections.Counter(r['in_game'] for r in rows), collections.Counter(r['collectable'] for r in rows)) +PY + +python3 - <<'PY' +import csv +rows=list(csv.DictReader(open('analysis/godot-introspection/gdc_sound_refs.tsv', newline='', errors='replace'), delimiter='\t')) +for p in ['SE_PK_FX_TEAM_ROCKET_MULTIBALL_3','SE_PK_FX_STORY_WIZARD_LUCARIO','SE_PK_FX_EEVEE']: + print(p, len({r['sound_name'].strip() for r in rows if r['sound_name'].strip().startswith(p)})) +PY + +rg -n "TEAM ROCKET MULTIBALL 3|PIKACHU VS. LUCARIO|AD_START_PIKACHU_VS_MAGIKARP|AD_EEVEE_EVOLUTION_COMBO_CHAMPION" analysis/static-triage/game.strings +``` + +## Shipped V.83 Spoilers + +The installed release notes explicitly describe several gameplay systems that are still spoilers if the image is being analyzed before public play: + +- Travel: complete `DISCOVER`, `CATCH`, `TRAIN`, and `BATTLE` in the current biome to light `TRAVEL` at the Town Scoop, then choose the next biome. +- Team Features: `Pikachu Hurry-Up`, `Squirtle Prize Pool`, `Charmander Super Spinner`, and `Bulbasaur Loops`, each boosting a team-member shot for the rest of the ball. +- Team Rocket Multiball 2: after playing Team Rocket Multiball 1, complete `B-A-T-T-L-E` targets and battle the Team Rocket Balloon to advance and start MB2. +- Magikarp Multiball / Topper Mode: collect `M-A-G-I-K-A-R-P` letters on the topper by catching Pokemon; letters carry over between players and games. +- Pokedex Assist, game-mode selection, target game time, Victory Bonus, Arena Bonus, Healing, and biome travel were added or adjusted in V.82/V.83. + +Source: `/games/pokemon_pro/data/pro_release_notes.txt` and `/games/pokemon_pro/data/premium_release_notes.txt`, V.82/V.83 sections. + +## Godot Scene and UI Spoilers + +The Godot pack contains scenes and script entrypoints for the core display flow: + +- `discover`, `discover_map_select`, `travel_selection` +- `first_catch_info`, `catch_select_choose`, `capture_battle` +- `select_battle_start`, `pokemon_battle`, `evolve` +- `pokedex_cine`, `pokedex_cine_home` + +Evidence: `analysis/godot-introspection/gdc_strings.tsv` shows `assets/godot_raw/scenes/main/scripts/main.gdc` referencing `res://scenes/discover/discover.tscn`, `res://scenes/discover_map_select/discover_map_select.tscn`, `res://scenes/travel_selection/travel_selection.tscn`, `res://scenes/evolve/evolve.tscn`, `res://scenes/pokemon_battle/pokemon_battle.tscn`, and the Pokedex end-of-round cine scenes. + +Biome UI strings and assets confirm four normal travel biomes: + +- `forest` +- `coast` / lake +- `mountain` +- `desert` + +Evidence: `assets/godot_raw/scenes/discover_map_select/scripts/discover_map_select.gdc` strings include `coast_biome_icon_145.png`, `desert_biome_icon_145.png`, `forest_biome_icon_145.png`, and `mountain_biome_icon_145.png`. The installed V.83 release notes describe Travel but not the specific biome asset set. + +## Pokemon Roster Spoilers + +`assets/godot_raw/data/pokemon_data.txt` has: + +- `385` CSV rows total, including row `0` `Blank`. +- `384` nonblank Pokemon/placeholder rows. +- `377` rows marked `in_game=TRUE`. +- `201` rows marked `collectable=TRUE`. +- The highest numbered non-placeholder Pokemon row is `1019` Hydrapple. +- A placeholder `9999,Skip` row exists and is marked `in_game=#N/A`, `collectable=#N/A`. + +The openable image extraction found `853` Pokemon-looking image files covering `382` unique numeric IDs, including Gen 9 IDs such as Sprigatito, Fuecoco, Quaxly, Annihilape, Dipplin, and Hydrapple. + +Notable roster spoilers: + +- `150` Mewtwo is marked `in_game=TRUE`, `collectable=FALSE`, with category and description text. +- `151` Mew is marked `in_game=TRUE`, `collectable=FALSE`, with category and description text. +- `144` Articuno, `145` Zapdos, and `146` Moltres have art entries but are marked `in_game=FALSE`, `collectable=FALSE`, with empty category/description fields. +- `448` Lucario is marked `in_game=TRUE`, `collectable=TRUE`. +- `778` Mimikyu is marked `in_game=TRUE`, `collectable=TRUE`. +- `1011` Dipplin and `1019` Hydrapple are marked `in_game=TRUE`, `collectable=FALSE`. + +Voice evidence backs much of this roster. `analysis/radium-image/pokedex_voice_label_manifest.tsv` contains `1137` aligned Pokedex voice rows, covering `377` unique Pokemon numbers from `1` through `1019`, including `30` IDs at or above `900`. + +## Battle and Progression Audio Spoilers + +Catalog-matched ASR labels in `analysis/radium-image/asr_catalog_sound_label_candidates.tsv` expose battle structure and callouts: + +- Rival battle instructions: `SE_PK_VO_RIVAL_BATTLE_LIT_INSTRUCTIONS`, transcript `Shoot the town scoop to start a rival battle!` +- Biome battle intros/outros for Forest, Lake, Mountain, and Desert. +- Story-mode generic outro lines about reaching or becoming champion of the Pokemon Arena. +- Battle commentary for Pokemon type attacks, comeback, dodge, perfect, incoming, and last-Pokemon situations. +- Catch instructions and escape callouts. + +Draft ASR labels in `analysis/all-sound-best-name-manifest.tsv` also include spoiler-like lines: + +- `Pikachu vs Charizard!` +- `Charizard has fainted!` +- `Pikachu vs. Lucario!` +- `Lucario has fainted!` +- `Pikachu vs. Magikarp` +- `Magikarp is evolving!` +- `Magikarp Multiball!` +- `Shoot the town scoop to travel.` +- `Once again, you will stand against Giovanni, the strongest trainer of all.` +- `Having lost like this, I can't bear to face my followers. Meowth spread the word that from this day forward, Team Rocket is no more.` + +These ASR-derived lines are useful spoiler indicators, but they should be treated as draft labels until confirmed against native script tables or runtime playback. + +## Possible Unreleased or Deep/Hidden Features + +### Team Rocket Multiball 3 + +Evidence: + +- Native `/games/pokemon_pro/game` string `TEAM ROCKET MULTIBALL 3` at `analysis/static-triage/game.strings` offset `0x25a0dc8`. +- `analysis/godot-introspection/gdc_sound_refs.tsv` contains `9` unique `SE_PK_FX_TEAM_ROCKET_MULTIBALL_3*` constants: start, awards 1 through 5, two Meowth attack FX, and total. +- `analysis/radium-image/catalog_offset_candidate_labels.tsv` maps those `SE_PK_FX_TEAM_ROCKET_MULTIBALL_3*` names to object IDs `324` through `332` as `candidate_unpromoted`. + +Assessment: plausible future, deep, or hidden progression. The installed V.83 release notes mention Team Rocket Multiball 2 but do not mention Multiball 3. Because the native display string exists, this is stronger than an unused asset-only lead. + +### Story Wizard 2 / Pikachu vs. Lucario + +Evidence: + +- Native adjustment strings `AD_POKEMON_STORY_WIZARD_1_BALL_SAVE_TIMER` and `AD_POKEMON_STORY_WIZARD_2_BALL_SAVE_TIMER`. +- Native debug/adjustment strings `AD_LIGHT_PIKACHU_VS_CHARIZARD` and `AD_LIGHT_PIKACHU_VS_LUCARIO`. +- Native display strings `PIKACHU VS. LUCARIO`, `OB_POK_PIKACHU_VS_LUCARIO_START`, and `OB_POK_PIKACHU_VS_LUCARIO_TOTAL`. +- `analysis/godot-introspection/gdc_sound_refs.tsv` contains `7` unique `SE_PK_FX_STORY_WIZARD_LUCARIO*` constants. +- Draft ASR includes `Pikachu vs. Lucario!` and `Lucario has fainted!`. + +Assessment: likely a second story-wizard or late-game battle path. It is not described in the installed V.83 release notes. The presence of native object keys and adjustment strings makes this a high-value follow-up target. + +### Pikachu vs. Magikarp / Magikarp Finale + +Evidence: + +- Native strings include `AD_START_PIKACHU_VS_MAGIKARP`, `PIKACHU VS. MAGIKARP`, `MAGIKARP IS EVOLVING!`, `MAGIKARP DEFEATED!`, `SHOOT RIGHT RAMP TO DEFEAT MAGIKARP`, `OB_POK_PIKACHU_VS_MAGIKARP_START`, `OB_POK_PIKACHU_VS_MAGIKARP_TOTAL`, `OB_POK_PIKACHU_VS_MAGIKARP_SUPER_JACKPOT`, and `OB_POK_PIKACHU_VS_MAGIKARP_DOUBLE_SUPER_JACKPOT`. +- Draft ASR includes `Pikachu vs. Magikarp`, `Magikarp is evolving!`, and `Magikarp Multiball!`. +- V.83 release notes describe Magikarp Multiball as Topper Mode, but do not explicitly describe a `Pikachu vs. Magikarp` battle/finale. + +Assessment: likely a topper-linked final phase, super-jackpot phase, or debug-startable mode attached to Magikarp Multiball. It may already be shipped as part of Topper Mode rather than unreleased. + +### Eevee Evolution Combos + +Evidence: + +- Native strings include `AD_EEVEE_EVOLUTION_COMBO_CHAMPION`, `EEVEE EVOLUTION COMBOS DEFAULT HIGH SCORE`, `ALL EEVEE EVOLUTION COMBOS COLLECTED!`, and `EEVEE EVOLUTION COMBO %d/%d: %s`. +- `analysis/godot-introspection/gdc_sound_refs.tsv` contains `23` unique `SE_PK_FX_EEVEE*` constants covering Vaporeon, Jolteon, Flareon, Espeon, Umbreon, Leafeon, Glaceon, and Sylveon award sounds. +- `analysis/radium-image/catalog_offset_candidate_labels.tsv` maps the Eevee FX family as `candidate_unpromoted`. + +Assessment: plausible hidden/deeper feature or unfinished rule family. The release notes do not mention Eevee Evolution Combos. + +### Cave, Mountain Top, Arena Neon, and Tournament Backgrounds + +Evidence: + +- Extracted Godot video backgrounds include `Arena/Stadium_01_22_26_h265.mp4`, `Arena_Neon/Tournament_Neon_01_22_26_h265.mp4`, `Cave_Entrance/cave_entrance_h265.mp4`, `Cave_Interior/cave_interior_h265.mp4`, `Coast/Lake_01_22_26_h265.mp4`, `Desert/desert_battle_med_h265.mp4`, `Forest/Forest_01_22_26_h265_2.mp4`, and `Mountain_Top/mountain_top_h265.mp4`. +- Normal travel UI strings expose only Forest, Coast, Mountain, and Desert icons. +- Native strings include extensive Arena and Tournament strings, and the V.83 release notes mention ToPS tournament support. + +Assessment: Arena and Tournament are likely shipped/deep UI features, not unreleased. Cave and Mountain Top are stronger candidates for future, hidden, or unused background stages because they do not appear in the current four-biome travel icon map. + +### SKU-Specific Premium/LE Hardware and Rules + +Evidence: + +- The same extracted `pokemon_pro` root contains `/games/pokemon_pro/data/premium_release_notes.txt`, whose banner says `POKEMON - LE`. +- Premium/LE notes describe Squirtle Whirlpool action-button behavior; Pro notes describe the same Squirtle Prize Pool without Whirlpool action-button lock-in. +- V.82 notes mention `Corrected Poke Ball servo device location on Premium/LE`. +- Native adjustment/device strings include `AD_MEOWTH_MOTOR_DISABLED`, `AD_MAGIKARP_MECH_DISABLED`, `AD_MAGIKARP_TOPPER_SERIAL_NUMBER_KEY`, `AD_PIKACHU_UP_POST_DISABLED`, and `AD_LEFT_RAMP_UP_POST_DISABLED`. + +Assessment: this appears to be a multi-SKU software payload rather than unreleased content. It is still useful spoiler evidence for Premium/LE-only mechanisms and rules. + +## Follow-Up Targets + +- Trace native references to `TEAM ROCKET MULTIBALL 3` and determine whether it is reachable from shipped Team Rocket MB2 progression. +- Trace `AD_LIGHT_PIKACHU_VS_LUCARIO` and `OB_POK_PIKACHU_VS_LUCARIO_*` to find the real start conditions for the Lucario path. +- Trace `AD_START_PIKACHU_VS_MAGIKARP` and Magikarp object keys to separate shipped topper finale behavior from debug-only starts. +- Confirm whether Eevee Evolution Combos have active rule state, switch awards, or only high-score/display/audio scaffolding. +- Correlate Cave and Mountain Top video backgrounds with scene/resource call sites or runtime biome selection values. diff --git a/godot-and-radium-assets.md b/godot-and-radium-assets.md index 2e43874..d9ec75c 100644 --- a/godot-and-radium-assets.md +++ b/godot-and-radium-assets.md @@ -82,7 +82,7 @@ Static evidence does not show a standalone Godot sound library in `/games/pokemo - `find assets/godot_raw -type f` found no `.ogg`, `.wav`, `.mp3`, `.sample`, `.stream`, `.bnk`, or `.wem` files. - PCK extraction produced `10` MP4 files, `1050` texture imports, `93` compiled scripts, and `22` exported scene resources. -- The exported Godot script `scripts/spike_game_sound_ids.gdc` exists, with a `.gd.remap`, but the original GDScript source is not present. +- The exported Godot script `scripts/spike_game_sound_ids.gdc` exists, with a `.gd.remap`, but the original GDScript source is not present. A later static decoder recovered its compiled constant catalog: 760 `SE_*` sound names are listed in `analysis/godot-introspection/gdc_sound_refs.tsv`. Static evidence also found no standalone audio files by extension under `/games/pokemon_pro`. A broader whole-target-root scan is documented in `audio-asset-search.md`; it found no target-root file with an `ffprobe`-confirmed audio stream. @@ -154,4 +154,6 @@ The helper `rootfs-triage-wiki/scripts/harvest_loose_openable_assets.py` copied - `binwalk games/pokemon_pro/image.bin` did not identify extractable standard media; it only reported copyright text and a likely false-positive `JBOOT STAG` signature at `0xD36E9D6`. - Exact scans found no PNG, OGG, MP4 `ftyp`, WAV, or WebP signatures in `image.bin`. -Inference: `image.bin` is likely a Radium serialized or mmap-oriented runtime image rather than a standard archive. Reversing its internal object/table format remains a separate analysis task. +Inference refined by Ghidra xrefs and the parser documented in `radium-image-format.md`: `image.bin` is a Radium mmap-oriented runtime image rather than a standard archive. Section 8 of `/games/pokemon_pro/image.bin` is confirmed as a `2491`-row table of headerless 16-bit PCM chunks. Reversing its command-stream/object-ID mapping remains a separate analysis task. + +Follow-up export status: all `2491` section 8 chunks are now exported as WAV files under `analysis/radium-image/sounds/` and preview pages are generated from `sound-export.md`. Reconstructed openable assets under `assets/openable/` are previewed from `asset-previews.md`. diff --git a/next-analysis-targets.md b/next-analysis-targets.md index 38be669..a5b739b 100644 --- a/next-analysis-targets.md +++ b/next-analysis-targets.md @@ -2,7 +2,7 @@ ## Priority 1: Main Game Binary -Status: first-pass static strings, dependency review, targeted Ghidra decompilation, topper serial-key recovery, and a MicroPython emulator artifact are complete; see `main-game-behavior.md` and `topper-serial-key-emulator.md`. +Status: first-pass static strings, dependency review, targeted Ghidra decompilation, topper serial-key recovery, a MicroPython emulator artifact, and a Docker/QEMU emulation scaffold are complete; see `main-game-behavior.md`, `topper-serial-key-emulator.md`, and `docker-qemu-emulation.md`. Target: @@ -24,13 +24,14 @@ Suggested first passes: Follow-up passes: +- Continue from `emulation/`: QEMU now boots the generated rootfs, exposes noVNC/dashboard, loads `virtio_gpu`, creates `/dev/dri/card0`, and reaches `/games/spike3/bin/boot_display`. The current blocker is `boot_display` `create_window` retries plus shader compile/link failures, so the next pass should focus on Mesa/GBM/EGL userspace compatibility or a targeted display interposer before moving to `spike-menu` and `/games/game`. - Validate `analysis/topper-emulator/topper_emulator.py` on live hardware or a nodebus capture. - Recover the exact Magikarp topper `IDENTITY_BOARD_PART_ID` expected by command `0xfe`. - Confirm physical UART pins, baud, voltage level, and any netbridge timing/break behavior required for a MicroPython node. ## Priority 2: `image.bin` / Radium Runtime Image -Status: first-pass static comparison and whole-rootfs audio search complete; see `package-image-firmware.md` and `audio-asset-search.md`. +Status: first-pass static comparison, whole-rootfs audio search, targeted Ghidra xrefs for the sound path, main-game section 8 PCM table reversal, full main-game section 5 sound command-stream scan, generic section 5 opcode stream decode with payload-field summaries, native opcode length/handler table dumps, section 3 bitmap-record preview extraction, SPIKE menu section 8 PCM parse, SPIKE menu section 5 command-stream scan, Godot `.gdc` string decoding, full main-game WAV export, 54 SPIKE menu WAV exports, 25 Ghidra-confirmed native sound-name aliases, catalog-order offset candidate audit and preview page, 1,137 aligned Pokedex voice aliases, 1,705 draft ASR transcript labels, 169 low-confidence ASR review candidates, complete best-available named alias export, game-asset spoiler/unreleased-feature inventory, and wiki preview pages are complete; see `package-image-firmware.md`, `audio-asset-search.md`, `radium-image-format.md`, `sound-export.md`, `sound-catalog-offset-candidates.md`, `sound-pokedex-voice.md`, `sound-spike-menu.md`, `sound-native-names.md`, `sound-native-sound-test.md`, `sound-asr-draft-labels.md`, `sound-asr-review-candidates.md`, `sound-best-named-export.md`, `asset-previews.md`, `radium-section3-bitmaps.md`, and `game-asset-spoilers-unreleased.md`. Targets: @@ -49,11 +50,17 @@ Suggested first passes: - Search for embedded filenames, JSON, SQLite, compression headers, and Godot pack headers. First strings show Stern EULA text; no standard archive signature found by `binwalk`. - Compare structure between game `image.bin` and spike-menu `image.bin`. First 0xb0-byte header shape and early EULA structure are similar, with different size/table values. - Reverse the Radium/cereal mmap image table used by `/games/pokemon_pro/game` strings such as `Flash memory init mmap failed`, `/lcd/demand_loaded`, and `/lcd/auto_loaded`. -- Trace the native sound lookup path from strings such as `Radium::Sound`, `PLAYING SOUND #%d`, `MUSIC: MAINPLAY`, and `SPEECH: 'SQUIRTLE'`; broad static searching found no ordinary loose Ogg/WAV/MP3 gameplay audio files. +- Map the remaining Radium sound object IDs and section 8 chunk indices to higher-level script/gameplay names and call sites. Section 8 is decoded as headerless 16-bit PCM chunks, the parser resolves section 5 opcode `0x0b` command-stream references for all chunks, and all chunks are exported as WAVs. A native Godot bridge table confirms names for 25 IDs; Ghidra xrefs to its registration helper are exhausted at those 25 direct calls. Catalog-order comparison now identifies two native anchor offsets, `+69` for EOB Pokedex FX and `+78` for attack-type FX, and writes 199 neighboring unpromoted candidate labels plus one sound-test-candidate disagreement to `analysis/radium-image/catalog_offset_candidate_labels.tsv`. Of those candidates, 196 non-conflicting rows are now used as explicitly marked `catalog_offset_candidate` best-name aliases for sounds that previously had only structural object references. The Pokedex voice stream now maps objects `409` through `1545` to 1,137 semantic Pokemon voice labels. The current ASR pass adds 1,705 draft content labels for bounded voice-like clips, including 220 catalog-matched `SE_PK_VO_*` inferred names across 90 catalog constants, plus 34 low-confidence ASR review aliases for rows that would otherwise remain structural. ASR labels and catalog-offset candidates still need native/script confirmation. +- Maintain `analysis/all-sound-best-name-manifest.tsv` as the complete named-export surface. It currently has 2,545 rows: 25 confirmed native names, 1,137 Pokedex voice alignments, 220 catalog-matched ASR aliases, 583 raw ASR draft aliases after stronger-name priority, 196 explicitly marked catalog-offset candidate aliases, 34 low-confidence ASR review aliases, 1 main-image duplicate hash match inheriting a confirmed native name, 295 main structural object fallbacks, 4 SPIKE menu exact-payload matches inheriting stronger main-image names, and 50 SPIKE menu structural fallbacks. The remaining 345 structural rows are also grouped for review in `sound-unresolved-review.md` by bank and duration/channel bucket. Four sound-test-adjacent native label rows are retained for audit, but are not promoted as confirmed best-name labels because their numeric field conflicts with ASR/Pokedex cross-checks. +- Continue section 3 image-record recovery. Ghidra xrefs identify section 3 as a 1,477-entry qword pointer table; the current static exporter renders 1,449 raw indexed bitmap records and leaves 28 compact payload records undecoded in `analysis/radium-image/section3_bitmap_manifest.tsv`. Next steps are recovering the compact subtype, confirming palette/alpha semantics, and correlating section 3 records with section 4 or runtime display callers. +- Recover SPIKE menu object metadata and higher-level menu names in `/games/pokemon_pro/spike3/spike_menu/game`. The current menu export resolves all 54 section 8 PCM chunks through 300 section 5 opcode `0x0b` references, but only to local object IDs. +- Continue decoding compiled GDScript bytecode beyond string recovery if broader script call-site reconstruction is needed. Current static `.gdc` string decoding recovers the 760-name sound catalog and 12 direct Pokedex EOB scene references, but not a general name-to-Radium-object map. +- Assign semantics to the non-sound section 5 opcodes now summarized in `analysis/radium-image/command_opcode_payload_summary.tsv`, `analysis/radium-spike-menu-image/command_opcode_payload_summary.tsv`, `analysis/radium-image/opcode_handler_table.tsv`, and `analysis/radium-spike-menu-image/opcode_handler_table.tsv`. The current generic decode confirms clean `0x00`-terminated streams, observed opcodes, fixed payload sizes, common payload values, native handler-address table entries, and that opcode `0x0b` is the sound-reference command, but most non-`0x0b` opcode names still need confirmation from runtime consumers. +- Validate the unreleased/deep-feature candidates from `game-asset-spoilers-unreleased.md`: Team Rocket Multiball 3, Pikachu vs. Lucario / Story Wizard 2, Pikachu vs. Magikarp, Eevee Evolution Combos, and Cave/Mountain Top backgrounds. The current evidence is static strings, extracted assets, and candidate sound labels; reachability still needs code-path or runtime confirmation. ## Priority 3: `conagent` -Status: first-pass reverse engineering complete in `conagent-re.md`; non-compilable C-like flow export is in `conagent-pseudocode.c`. +Status: first-pass reverse engineering complete in `conagent-re.md`; non-compilable C-like flow export is in `conagent-pseudocode.c`; host-side backend/machine emulator added under `analysis/conagent-machine-emulator/` and documented in `conagent-machine-emulator.md`. Target: @@ -76,6 +83,7 @@ Follow-up passes: - Audit `ifup`/`ifdown` command construction and interface-name validation. - Audit direct Game-to-Server endpoint validation. - Audit file-transfer local path validation and update handoff. +- Recover enough of the `/usr/local/spike/agent.uds` framed protocol to add a local game-process emulator mode. ## Priority 4: Netbridge Debug Path diff --git a/radium-image-format.md b/radium-image-format.md new file mode 100644 index 0000000..6dee23e --- /dev/null +++ b/radium-image-format.md @@ -0,0 +1,541 @@ +# Radium Image Format + +## Summary + +Static Ghidra and file-structure analysis now identifies the main sound payload area in `/games/pokemon_pro/image.bin`. + +Confirmed findings: + +- `/games/pokemon_pro/image.bin` is mmap-backed by the native game loader, not a standard archive. +- The first `13` little-endian qwords form the image header copied by `FUN_008733e0`. +- Header qwords `0` through `9` are section offsets used by `FUN_008736c0`. +- Header qword `12` low32 gives the section 8 row count. For the main game image this is `0x9bb` (`2491`) rows. +- Section 8 starts at file offset `0x44d5396f`; each row is `24` bytes: `q0`, `q1`, `q2`. +- `q0` is the data offset for a headerless PCM chunk. +- `q1` contains the masked lookup key and packed width/channel flags used by `FUN_007a46e0`. +- `q2` low32 is the sample count used by the loader. +- Section 3 is a pointer table with `1477` entries. The pointed records begin with `uint32 id`, `uint32 flags`, `uint16 width`, and `uint16 height`; `1449` records currently render as raw indexed bitmap previews. +- Section 5 is a dense command-stream table with `2531` local object slots and `5` variants per slot. +- The loader's byte-length formula for opcode `0x0b` references is `derived_multiplier * (q2 & 0xffffffff) * 2`. +- Applying that formula to all section 8 rows produces `2491` bounded PCM candidate chunks. For `2490` rows, the computed byte length exactly equals the distance to the next row's `q0` offset. The last row has no next-row delta for comparison. +- The section 8 checksum is CRC32 over the aligned table bytes. The stored value `0x3f401e79` matches the calculated value. + +Conclusion: the missing sounds are not absent and are not plain Ogg/WAV files. They are stored as headerless 16-bit PCM ranges inside `/games/pokemon_pro/image.bin`, indexed by the Radium section 8 table. The section 5 command-stream scan now resolves every section 8 PCM chunk to at least one opcode `0x0b` reference. A small native `GodotSpikeBridge` registration table maps `25` object IDs to confirmed `SE_*` names. A Pokedex voice alignment now maps `1137` Radium objects (`409` through `1545`) to Pokemon description/name/category clips using `assets/godot_raw/data/pokemon_data.txt` and ASR evidence. The aligned Pokedex stream is normally description, name, category, with six duplicate description variants: Magmar, Flareon, Snorlax, Numel, Magmortar, and Talonflame. Section 3 also contains small bitmap-like records, and `1449` raw indexed records are now exported as PNG previews. The remaining format work is mapping the other command-stream/object IDs to higher-level script/gameplay names and playback context, plus finishing the compact section 3 subtype and section 4 semantics. + +The same section-8 PCM table structure is now also confirmed in `/games/pokemon_pro/spike3/spike_menu/image.bin`. That smaller control image has `54` section 8 rows, a matching section-8 CRC32, `300` resolved section 5 opcode `0x0b` references, and `54` bounded PCM candidates exported as WAVs under `analysis/radium-spike-menu-image/sounds/`. + +## Reproducible Parser + +Generated parser: + +```sh +python3 rootfs-triage-wiki/scripts/parse_radium_image.py +``` + +Generated outputs: + +- `analysis/radium-image/header.json` +- `analysis/radium-image/section4_table.tsv` +- `analysis/radium-image/section3_bitmap_manifest.tsv` +- `analysis/radium-image/section3-bitmaps/*.png` +- `analysis/radium-image/section8_entries.tsv` +- `analysis/radium-image/pcm_candidates.tsv` +- `analysis/radium-image/command_sound_refs.tsv` +- `analysis/radium-image/command_stream_summary.tsv` +- `analysis/radium-image/command_opcode_rows.tsv` +- `analysis/radium-image/command_opcode_histogram.tsv` +- `analysis/radium-image/opcode_handler_table.tsv` +- `analysis/radium-image/native_sound_id_map.tsv` +- `analysis/radium-image/native_named_sound_manifest.tsv` +- `analysis/radium-image/native_sound_test_label_manifest.tsv` +- `analysis/radium-image/catalog_offset_candidate_labels.tsv` +- `analysis/radium-image/asr_draft_sound_labels.tsv` +- `analysis/radium-image/asr_review_sound_label_candidates.tsv` +- `analysis/radium-image/pokedex_voice_label_manifest.tsv` +- `analysis/radium-image/sound_export_manifest.tsv` +- `analysis/radium-image/sound_export_manifest.json` +- `analysis/radium-image/sounds/*.wav` +- `analysis/radium-image/sounds-native-named/*.wav` +- `analysis/radium-image/sounds-native-sound-test/*.wav` +- `analysis/radium-image/sounds-pokedex-voice/*.wav` +- `analysis/radium-image/sounds-best-named/*.wav` +- `analysis/all-sound-best-name-manifest.tsv` + +The same parser was also run against the SPIKE menu image. Its companion binary uses the same opcode-length sequence at file/Ghidra offset `0x410ce8`, so the parser is run with an image-specific opcode table offset: + +```sh +python3 rootfs-triage-wiki/scripts/parse_radium_image.py --image games/pokemon_pro/spike3/spike_menu/image.bin --game-binary games/pokemon_pro/spike3/spike_menu/game --out-dir analysis/radium-spike-menu-image --sound-dir analysis/radium-spike-menu-image/sounds --opcode-size-table-offset 0x410ce8 --object-table-count 0 --write-all-wavs +``` + +Generated SPIKE menu control outputs: + +- `analysis/radium-spike-menu-image/header.json` +- `analysis/radium-spike-menu-image/section4_table.tsv` +- `analysis/radium-spike-menu-image/section8_entries.tsv` +- `analysis/radium-spike-menu-image/pcm_candidates.tsv` +- `analysis/radium-spike-menu-image/command_sound_refs.tsv` +- `analysis/radium-spike-menu-image/command_stream_summary.tsv` +- `analysis/radium-spike-menu-image/command_opcode_rows.tsv` +- `analysis/radium-spike-menu-image/command_opcode_histogram.tsv` +- `analysis/radium-spike-menu-image/opcode_handler_table.tsv` +- `analysis/radium-spike-menu-image/sound_export_manifest.tsv` +- `analysis/radium-spike-menu-image/sound_export_manifest.json` +- `analysis/radium-spike-menu-image/sounds/*.wav` + +Preview WAV export, capped to avoid duplicating the full 1.15 GB image: + +```sh +python3 rootfs-triage-wiki/scripts/parse_radium_image.py --write-wav-previews --max-wavs 20 +``` + +Preview outputs: + +- `analysis/radium-image/wav-preview-manifest.json` +- `analysis/radium-image/wav-preview/section8_0000_1ch_44100hz.wav` +- `analysis/radium-image/wav-preview/section8_0001_1ch_44100hz.wav` +- Additional preview WAVs through `section8_0019_*`. + +The parser is static and does not execute target AArch64 binaries. + +Opcode handler/length table dump: + +```sh +python3 rootfs-triage-wiki/scripts/dump_radium_opcode_tables.py +``` + +This writes `analysis/radium-image/opcode_handler_table.tsv` and `analysis/radium-spike-menu-image/opcode_handler_table.tsv`. Each output row records the 16-byte native table entry for one opcode: stored handler address, payload length, observed command counts, and the most common payloads from the generic stream decode. + +Section 3 bitmap previews: + +```sh +python3 rootfs-triage-wiki/scripts/export_radium_section3_bitmaps.py +``` + +This writes: + +- `analysis/radium-image/section3_bitmap_manifest.tsv` +- `analysis/radium-image/section3-bitmaps/*.png` +- Wiki previews in `radium-section3-bitmaps.md` + +The section 3 exporter is static and intentionally conservative: it emits PNG previews only when the record payload is large enough for raw `width * height` indexed pixels, and records compact payloads as undecoded. + +Confirmed native-name aliases: + +```sh +python3 rootfs-triage-wiki/scripts/extract_godot_gdc_strings.py +python3 rootfs-triage-wiki/scripts/extract_native_sound_registrations.py +python3 rootfs-triage-wiki/scripts/build_native_named_sound_aliases.py +python3 rootfs-triage-wiki/scripts/extract_native_sound_test_labels.py +python3 rootfs-triage-wiki/scripts/build_catalog_offset_candidate_labels.py +``` + +These write: + +- `analysis/godot-introspection/gdc_script_summary.tsv` +- `analysis/godot-introspection/gdc_strings.tsv` +- `analysis/godot-introspection/gdc_sound_refs.tsv` +- `analysis/radium-image/native_sound_id_map.tsv` +- `analysis/radium-image/native_named_sound_manifest.tsv` +- `analysis/radium-image/native_sound_test_label_manifest.tsv` +- `analysis/radium-image/catalog_offset_candidate_labels.tsv` +- `analysis/radium-image/sounds-native-named/*.wav` +- `analysis/radium-image/sounds-native-sound-test/*.wav` + +Full WAV export: + +```sh +python3 rootfs-triage-wiki/scripts/parse_radium_image.py --write-all-wavs +``` + +This writes one RIFF/WAV file per section 8 row under `analysis/radium-image/sounds/`. Current output count is `2491` WAV files. The deterministic filename format is: + +```text +objNNNN_vV_cmdC_sSSSS_channels_rate.wav +``` + +The `objNNNN` prefix is the best available static name from the resolved Radium local object ID. `sSSSS` preserves the section 8 chunk index so every filename stays unique and traceable even if higher-level names are recovered later. + +Complete best-name aliases: + +```sh +python3 rootfs-triage-wiki/scripts/build_pokedex_voice_aliases.py +python3 rootfs-triage-wiki/scripts/build_asr_catalog_sound_labels.py +python3 rootfs-triage-wiki/scripts/build_best_named_sound_aliases.py +``` + +This creates one alias row per exported sound across the main game and SPIKE menu images. The source priority is confirmed native name, Pokedex voice alignment, catalog-matched ASR constant, accepted draft ASR transcript, catalog-offset candidate, low-confidence ASR review candidate, exact duplicate hash match against a stronger main-image name, SPIKE-menu hash match against a stronger main-image name, then structural object/chunk reference. Current output is `2545` rows in `analysis/all-sound-best-name-manifest.tsv`: `2491` main-game sounds and `54` SPIKE menu sounds. Current name-source counts are `1137` Pokedex voice alignments, `220` catalog-matched ASR aliases, `583` raw ASR draft aliases, `196` catalog-offset candidate aliases, `34` low-confidence ASR review candidate aliases, `295` main structural object fallbacks, `25` confirmed native names, `1` main-image duplicate hash match, `4` SPIKE-menu hash matches to stronger main-image names, and `50` SPIKE-menu structural fallbacks. Catalog-matched ASR aliases are inferred only when an accepted transcript exactly matches a known `SE_PK_VO_*` Godot catalog phrase or a narrow documented ASR error variant; the current overlay covers `90` distinct catalog constants. Catalog-offset aliases are marked `candidate_unpromoted`, are lower priority than direct content evidence, and do not claim a general Godot catalog-to-Radium object map. Low-confidence ASR review candidates are content-derived only and are used only when no stronger semantic label exists. The main-image duplicate is object `192` / section 8 `903`, which is SHA-256 identical to confirmed-native object `213` / section 8 `818` (`SE_PK_FX_ATTACK_TYPE_WATER`). The alias WAVs are under `analysis/radium-image/sounds-best-named/` and `analysis/radium-spike-menu-image/sounds-best-named/`. + +## Header Evidence + +Main image path: `/games/pokemon_pro/image.bin` + +File size: `0x44d62307` (`1154884359`) bytes. + +Header qwords from `analysis/radium-image/header.json`: + +| Index | Value | Meaning | +| ---: | ---: | --- | +| `0` | `0x00000000000000b0` | Section 0 offset | +| `1` | `0x000000000001be18` | Section 1 offset | +| `2` | `0x000000000001bdf8` | Section 2 offset | +| `3` | `0x0000000000018fd0` | Section 3 offset | +| `4` | `0x0000000000018c70` | Section 4 offset | +| `5` | `0x00000000000000f8` | Section 5 offset | +| `6` | `0x00000000000000f8` | Section 6 offset | +| `7` | `0x0000000044d62303` | Near-EOF marker/section offset | +| `8` | `0x0000000044d5396f` | Section 8 table offset | +| `9` | `0x0000000000018c70` | Section 9 offset | +| `10` | `0x000005c50000001b` | Count pair: low32 `27`, high32 `1477` | +| `11` | `0x000009e300000000` | Count pair: high32 `2531` | +| `12` | `0x00000000000009bb` | Section 8 row count: `2491` | + +Ghidra evidence: + +- `FUN_008733e0(uint image_index)` opens `image.bin` or `image-sc%02d.bin`, mmaps it read-only, and copies the first `13` qwords into runtime image metadata. +- `FUN_008736c0(image_index, section_id)` returns `mmap_base + header_qword[section_id]` for section IDs `0` through `9`. +- `FUN_00873290(image_index, count_id)` returns count fields from the copied header. Count ID `4` returns `2491` for the main image. + +## Section 3 Bitmap Records + +Ghidra xrefs to `FUN_008736c0` identify section 3 as a count-indexed pointer table: + +- `FUN_0080aca0(index)` initializes `DAT_033e2658 = FUN_008736c0(0, 3)` and `DAT_033e2660 = FUN_00873290(0, 1)`, then returns `section3 + index * 8`. +- `FUN_0080d1b0(index)` and `FUN_0080d250(index)` fetch the qword pointer from section 3, pass it through `FUN_00873360(0, pointer)`, and read signed 16-bit fields at pointed-record offsets `+8` and `+10`. +- Count ID `1` is header qword 10 high32, `1477`, matching the number of section 3 qword pointers. + +Static record observations from `/games/pokemon_pro/image.bin`: + +| Field | Evidence | +| --- | --- | +| Pointer table offset | Section 3 at `0x18fd0` | +| Pointer count | `1477` | +| Record header | `uint32 record_id`, `uint32 flags`, `uint16 width`, `uint16 height` | +| Common first dimensions | `17 x 23`, `5 x 7`, `7 x 7`, `128 x 32` | +| Current decoder output | `1449` `raw_indexed_preview` PNGs and `28` `undecoded_compact_payload` rows | + +`rootfs-triage-wiki/scripts/export_radium_section3_bitmaps.py` writes `analysis/radium-image/section3_bitmap_manifest.tsv` and grayscale/alpha PNG previews under `analysis/radium-image/section3-bitmaps/`. Pixel values are rendered as grayscale for preview; `0xff` is rendered transparent. This is a visual reconstruction aid, not a confirmed final palette. The `28` compact payload rows, mostly `128 x 32` records with payloads smaller than `width * height`, are deliberately left undecoded until their compression/packing rule is recovered. + +The wiki exposes these previews in `radium-section3-bitmaps.md`. + +## Section 8 Chunk Table + +Ghidra evidence from `FUN_007a46e0(ulong image_id)`: + +- Calls `FUN_00873290(image_id, 4)` to get section 8 row count. +- Calls `FUN_008736c0(image_id, 8)` to get the section 8 table pointer. +- Copies `(row_count * 0x18 + 0xf) & ~0xf` bytes and validates CRC32 with `FUN_00a2e1f0`. +- Iterates row triples: + - `q0 = row[0]` + - `q1 = row[1]` + - `q2 = row[2]` +- Stores `q0`, `q2` low32, and packed flags in a runtime lookup map keyed by `image_id << 0x22 | (q1 & 0xfffc0003ffffffff)`. +- Later, opcode `0x0b` command streams look up this map and compute byte length as: + +```c +byte_length = derived_multiplier * q2_low32 * 2; +``` + +The parser implements the same flag extraction seen in `FUN_007a46e0`. + +Section 8 validation results: + +| Metric | Value | +| --- | ---: | +| Section 8 offset | `0x44d5396f` | +| Row count | `2491` | +| Row size | `24` bytes | +| Raw table bytes | `59784` | +| Aligned CRC bytes | `59792` | +| Stored CRC32 | `0x3f401e79` | +| Calculated CRC32 | `0x3f401e79` | +| Rows with bounded nonzero PCM length | `2491` | +| Rows where computed PCM length equals next `q0` delta | `2490` | + +SPIKE menu image section 8 validation results: + +| Metric | Value | +| --- | ---: | +| Image path | `/games/pokemon_pro/spike3/spike_menu/image.bin` | +| File size | `0xe443a1` (`14959521`) bytes | +| Section 8 offset | `0xe43e89` | +| Row count | `54` | +| Row size | `24` bytes | +| Raw/aligned table bytes | `1296` | +| Stored CRC32 | `0xb8fe11f9` | +| Calculated CRC32 | `0xb8fe11f9` | +| Rows with bounded nonzero PCM length | `54` | +| Rows where computed PCM length equals next `q0` delta | `53` | +| Resolved opcode `0x0b` references | `300` | +| Unique section 8 chunks referenced | `54` | +| Unique local object IDs with references | `59` | +| Exported WAV count | `54` | +| Channel counts | `16` mono, `38` stereo | + +First decoded rows from `analysis/radium-image/section8_entries.tsv`: + +| Index | `q0` | Next delta | Multiplier | Sample count | PCM bytes | First bytes | +| ---: | ---: | ---: | ---: | ---: | ---: | --- | +| `0` | `0x4f71e` | `278896` | `1` | `139448` | `278896` | `fbffeffff3ffefff...` | +| `1` | `0x9388e` | `91134` | `1` | `45567` | `91134` | `0000000000000000...` | +| `2` | `0xa9c8c` | `139316` | `1` | `69658` | `139316` | `ffff0300fdff0300...` | +| `3` | `0xcbcc0` | `493628` | `2` | `123407` | `493628` | `fdff01000300fdff...` | +| `4` | `0x1446fc` | `541500` | `2` | `135375` | `541500` | `01000100ffffffff...` | + +The repeated small signed 16-bit values in the first bytes are consistent with little-endian PCM sample data. + +## Command Stream References + +The parser now scans the full section 5 command-stream table used by `FUN_007a46e0`. + +Static game-binary tables: + +- Object table base: Ghidra/raw address `0x032521c0`. +- Object table count: `0x3f1` entries. +- Object table stride: `0x20` bytes. +- Each entry's first qword points to a zero-terminated `uint32_t` object-ID list in `/games/pokemon_pro/game`. +- The flag byte used by the preload path is at entry offset `+0x0d`. +- Opcode handler/size table base: Ghidra/raw address `0x03079e70`, with `0x13` entries and a `0x10`-byte stride. +- Each opcode table entry is `qword handler_address`, then `qword payload_length`. `FUN_007a46e0` indexes the second qword directly through `DAT_03179e78` to skip non-sound opcodes in the preload scan; the runtime interpreter handlers live in the first qword. +- The SPIKE menu companion binary has the same 16-byte table shape at Ghidra/raw address `0x410ce0`; its payload-length qword sequence begins at `0x410ce8`, matching the parser argument used for menu extraction. + +Static image tables: + +- Section 2 byte at `section2 + 7` is `5`, used here as the variant slot count. +- Section 5 begins at offset `0xf8` and maps `(object_local_id * variant_count + variant)` to command-stream offsets. +- Section 5 ends at section 4 offset `0x18c70`; `(0x18c70 - 0xf8) / (5 * 8) = 2531` local object slots. +- Opcode `0x0b` records are `12` bytes and carry a section 8 lookup key at command offset `+4`. +- The object table is still used for cross-checking and metadata, but it is not a complete enumerator for section 5. A previous object-table-only scan missed `530` opcode `0x0b` references and `62` section 8 chunks, including local object `184` (`SOUND: SUPER SKILL SHOT`). + +Command-reference extraction results from `analysis/radium-image/header.json`: + +| Metric | Value | +| --- | ---: | +| Resolved opcode `0x0b` references | `12710` | +| Unique local object IDs with references | `2521` | +| Unique section 8 chunks referenced | `2491` | + +Generic section 5 command-stream decode results: + +| Image | Streams | Unique stream offsets | Opcode rows | Unique opcodes | Streams with sound refs | Malformed streams | +| --- | ---: | ---: | ---: | --- | ---: | ---: | +| Main game | `12655` | `2531` | `108765` | `0x01,0x02,0x03,0x04,0x05,0x07,0x09,0x0a,0x0b,0x0e,0x10,0x11,0x12` | `12605` | `0` | +| SPIKE menu | `340` | `68` | `2065` | `0x02,0x04,0x05,0x09,0x0a,0x0b,0x0e,0x10,0x11,0x12` | `295` | `0` | + +All decoded streams terminate with opcode `0x00`. The largest decoded stream in both images is `108` bytes / `18` opcodes. Detailed rows are in `command_stream_summary.tsv`, `command_opcode_rows.tsv`, `command_opcode_histogram.tsv`, and `command_opcode_payload_summary.tsv` under each analysis directory. + +Payload-summary observations: + +| Image | Unique stream patterns | Most common pattern | Count | +| --- | ---: | --- | ---: | +| Main game | `14` | `0x05,0x02,0x09,0x09,0x0b,0x10,0x09,0x09,0x11` | `10345` | +| SPIKE menu | `6` | `0x05,0x02,0x0b,0x11` | `220` | + +The SPIKE menu pattern set is a subset of the main image patterns. Main-only control opcodes are `0x01`, `0x03`, and `0x07`; the menu still uses the shared object setup (`0x05`), parameter selector (`0x02`), envelope/parameter records (`0x09`, `0x10`, `0x11`), sound reference (`0x0b`), and the less-common `0x04`, `0x0a`, `0x0e`, `0x12` records. + +Opcode payload shapes from `command_opcode_payload_summary.tsv`: + +| Opcode | Main count | Menu count | Payload bytes | Static interpretation status | +| --- | ---: | ---: | ---: | --- | +| `0x05` | `12655` | `340` | `6` | Object/clip setup record; first byte clusters by stream family, middle fields vary per object. | +| `0x02` | `12600` | `290` | `2` | Selector/state byte pair; often follows `0x05`. | +| `0x09` | `44755` | `150` | `15` | Parameter/envelope record; only `17` unique main payloads and `7` menu payloads. | +| `0x0b` | `12710` | `300` | `11` | Confirmed sound-reference command; byte 0 is command channel and bytes 3-10 carry the section 8 lookup key. | +| `0x10` | `12100` | `145` | `4` | Little-endian scalar, often duration-like; common value `1000` appears in both images. | +| `0x11` | `12645` | `230` | `1` | Constant payload `01`, likely end/play trigger paired after sound setup. | +| `0x04` | `520` | `520` | `2` | Repeated small selector rows, always second byte `7`. | +| `0x0a` | `50` | `50` | `1` | Small selector, values `1` or `2`. | +| `0x0e` | `20` | `20` | `4` | Scalar values `1` or `2`. | +| `0x12` | `20` | `20` | `8` | Two payloads: `ffffffff401f0000` and `feffffff401f0000`. | + +Opcode table details from `opcode_handler_table.tsv`: + +| Opcode | Main payload length | Main handler | Main count | Menu payload length | Menu handler | Menu count | Note | +| --- | ---: | --- | ---: | ---: | --- | ---: | --- | +| `0x02` | `2` | `0x69dd10` | `12600` | `2` | `0xec1c0` | `290` | Common selector/state byte pair. | +| `0x05` | `6` | `0x69de10` | `12655` | `6` | `0xec2c0` | `340` | First command in every decoded stream. | +| `0x09` | `15` | `0x69dea0` | `44755` | `15` | `0xec350` | `150` | Small fixed payload vocabulary. | +| `0x0b` | `11` | `0x6a3140` | `12710` | `11` | `0xf1670` | `300` | Confirmed sound-reference payload; total command length is `12` including opcode byte. | +| `0x10` | `4` | `0x69e0a0` | `12100` | `4` | `0xec550` | `145` | Little-endian scalar values, often near paired sound records. | +| `0x11` | `1` | `0x69e100` | `12645` | `1` | `0xec5b0` | `230` | Constant payload `01`. | +| `0x12` | `8` | `0x69e160` | `20` | `8` | `0xec610` | `20` | Rare branch/loop-looking payload pair in both images. | + +Ghidra evidence from `FUN_007a46e0` confirms preload semantics for `0x0b`: it reads `pbVar15[1]` as the command channel, masks `*(ulong *)(pbVar15 + 4)` with `0xfffc0003ffffffff`, looks up the section 8 entry, and advances by `0x0c` bytes. For other opcodes in the preload path, the function advances by the payload-length qword at `DAT_03179e78 + opcode * 0x10`; the handler-address side of that table now gives concrete native addresses for follow-up decompilation, but it does not by itself name the command semantics. + +`objdump -d --start-address=0x69e1d0 --stop-address=0x69e250 games/pokemon_pro/game` cross-checks the table alignment: the runtime handler near `0x69e1e0` loads table base `0x3079e70`, then reads the payload length from entry offset `+8`. This is why `parse_radium_image.py` keeps its existing `0x3079e78` length-table offset while `dump_radium_opcode_tables.py` records the full entry base at `0x3079e70`. + +Caveat: section 5 has five variant slots. Many variants currently point to the same command stream, so `command_sound_refs.tsv` intentionally preserves the per-variant rows even when the stream offset repeats. `530` references do not have object-table metadata; those rows still have section-5 local object IDs and blank `object_table_index` / `object_table_flag` fields. + +First resolved rows from `analysis/radium-image/command_sound_refs.tsv`: + +| Object ID | Variant | Stream offset | Command offset | Section 8 index | `q0` | PCM bytes | +| ---: | ---: | ---: | ---: | ---: | ---: | ---: | +| `9` | `0` | `0x44d1e0d0` | `0x44d1e0da` | `2084` | `0x3a76c5a2` | `36612` | +| `9` | `1` | `0x44d1e0d0` | `0x44d1e0da` | `2084` | `0x3a76c5a2` | `36612` | +| `10` | `0` | `0x44d1e0e9` | `0x44d1e0f3` | `1679` | `0x2e5d6e12` | `56196` | +| `11` | `0` | `0x44d1e102` | `0x44d1e10c` | `543` | `0x10575c9c` | `52740` | + +This confirms that the command streams directly reference section 8 PCM chunks by packed key. The current output still uses numeric object IDs; mapping those IDs to script names, call sites, or gameplay events remains open. + +## Native Sound-Test-Adjacent Labels + +The native binary contains a small label table near the sound-test UI data. A previous pass started at raw/Ghidra offset `0x0325d940` and decoded each row as a localized label-list pointer followed by a numeric field. Wider table inspection shows nearby speaker-test rows at `0x0325d900` through `0x0325d930`, followed by rows at `0x0325d940` through `0x0325d970` that look like sound-test labels. + +The numeric field is not confirmed to be a direct Radium local sound ID. Two independent cross-checks disprove direct use for every row: object `65` is ASR-labeled as "Cabinet speaker" while the candidate table row says `MUSIC: MAINPLAY`, and object `477` is the Pokedex `0030` Nidorina category clip ("Poison Pin") while the candidate row says `SPEECH: 'SQUIRTLE'`. + +Current candidate rows retained for audit: + +| Label | Numeric field | Source note | +| --- | ---: | --- | +| `MUSIC: MAINPLAY` | `65` | Sound-test-adjacent candidate; not promoted to best-name export. | +| `MUSIC: TEAM ROCKET` | `81` | Sound-test-adjacent candidate; not promoted to best-name export. | +| `SOUND: SUPER SKILL SHOT` | `184` | Sound-test-adjacent candidate; not promoted to best-name export. | +| `SPEECH: 'SQUIRTLE'` | `477` | Conflicts with confirmed Pokedex voice alignment. | + +`rootfs-triage-wiki/scripts/extract_native_sound_test_labels.py` preserves these rows and preview aliases under `analysis/radium-image/sounds-native-sound-test/` for audit only. `build_best_named_sound_aliases.py` no longer promotes the candidate labels into the best-name manifest. + +## Draft ASR Sound Labels + +The full WAV export is also suitable for local speech-to-text triage. `rootfs-triage-wiki/scripts/transcribe_sound_draft_labels.py` runs local Whisper against WAV candidates and writes accepted draft transcripts to `analysis/radium-image/asr_draft_sound_labels.tsv`. + +Current ASR pass: + +| Metric | Value | +| --- | ---: | +| Rows transcribed | `2486` | +| Accepted draft labels | `1705` | +| Model | `tiny.en` | +| Duration coverage | `0.25s` and longer | +| Channels | `1` or `2` | +| Decode temperature | `0.0` | + +Reproduction commands used for the current cumulative pass: + +```sh +/opt/homebrew/Cellar/openai-whisper/20250625_4/libexec/bin/python rootfs-triage-wiki/scripts/transcribe_sound_draft_labels.py --model tiny.en --model-dir /Users/jordan/.cache/whisper --min-duration 0.25 --max-duration 15.0 --channels 1,2 --resume --temperature 0.0 +/opt/homebrew/Cellar/openai-whisper/20250625_4/libexec/bin/python rootfs-triage-wiki/scripts/transcribe_sound_draft_labels.py --model tiny.en --model-dir /Users/jordan/.cache/whisper --min-duration 15.0 --max-duration 9999 --channels 1,2 --resume --temperature 0.0 +``` + +The second long-clip pass added `39` rows and `0` accepted labels under the current confidence filters. Five sub-`0.25s` clips remain outside the ASR pass. + +These transcripts are content-derived labels only. They are useful for preview search and for prioritizing voice-like clips, but they are not native symbols and may contain recognition errors. The wiki exposes accepted draft rows in `sound-asr-draft-labels.md` and adds draft titles to the full sound galleries when no confirmed native label exists. + +`rootfs-triage-wiki/scripts/build_asr_review_sound_labels.py` also applies conservative review filters to rejected ASR rows. It writes `analysis/radium-image/asr_review_sound_label_candidates.tsv`, currently with `169` low-confidence review candidates. `build_best_named_sound_aliases.py` uses only `34` of those rows as `name_source=asr_review_candidate`, because stronger confirmed, aligned, catalog-ASR, accepted-ASR, and catalog-offset labels take priority. These aliases are marked `confidence=low_confidence_asr` and remain content-derived review aids, not confirmed symbols. + +## Pokedex Voice Alignment + +`rootfs-triage-wiki/scripts/build_pokedex_voice_aliases.py` aligns Radium local objects `409` through `1545` against `assets/godot_raw/data/pokemon_data.txt`. + +Static evidence: + +- The aligned range contains `1137` exported WAVs. +- The Pokemon data table has `377` `in_game=TRUE` non-`Blank` rows; the normal triplet stream would be `1131` clips. +- The six extra clips are duplicate description variants for Magmar (`obj0683`), Flareon (`obj0708`), Snorlax (`obj0715`), Numel (`obj0941`), Magmortar (`obj1095`), and Talonflame (`obj1270`). +- The alignment uses the local ASR transcript as evidence, but the canonical names come from `pokemon_data.txt`: `Pokedex NNNN Pokemon role`. +- Output aliases are under `analysis/radium-image/sounds-pokedex-voice/` and previewed in `sound-pokedex-voice.md`. + +Example confirmed alignment rows: + +| Object | Section 8 | Canonical label | Evidence | +| ---: | ---: | --- | --- | +| `409` | `723` | `Pokedex 0001 Bulbasaur description` | ASR matches the Bulbasaur description from `pokemon_data.txt`. | +| `410` | `1553` | `Pokedex 0001 Bulbasaur name` | ASR transcript is `Bulbasaur!`. | +| `411` | `598` | `Pokedex 0001 Bulbasaur Seed category` | ASR transcript is `The Seed Pokemon`. | +| `683` | `789` | `Pokedex 0126 Magmar description alt 2` | Duplicate Fahrenheit wording variant aligned after the first Magmar description. | +| `1545` | `1524` | `Pokedex 1019 Hydrapple Apple Hydra category` | End of the aligned Pokedex stream. | + +## Confirmed Native Sound Names + +Ghidra and static disassembly identify a native Godot bridge registration table in `/games/pokemon_pro/game`: + +- `strings -a /games/pokemon_pro/game` finds `GodotSpikeBridge::register_sound(...)` and 25 `SE_PK_*` cue names. +- Ghidra string xrefs for `SE_PK_FX_ATTACK_TYPE_BUG` and `SE_PK_FX_EOB_POKEDEX_PAGE_TURN` both resolve to `FUN_005d6b90`. +- `FUN_005d6b90` calls `FUN_006ec060(name, native_sound_id, 0xffffffff)`. +- A static AArch64 `BL` scan, adjusted for the Ghidra/file-address delta of `0x00100000`, finds exactly `25` calls to `FUN_006ec060` from this registration table. +- `rootfs-triage-wiki/scripts/extract_native_sound_registrations.py` decodes each call's string pointer and `w2` immediate into `analysis/radium-image/native_sound_id_map.tsv`. +- All `25` recovered native IDs resolve to existing `primary_object_local_id` rows in `analysis/radium-image/sound_export_manifest.tsv`. + +The confirmed names currently cover: + +- `SE_PK_FX_ATTACK_TYPE_BUG` through `SE_PK_FX_ATTACK_TYPE_WATER`, native IDs `196` through `213`. +- `SE_PK_FX_EOB_POKEDEX_PAGE_TURN` through `SE_PK_FX_EOB_POKEDEX_BACKGROUND`, native IDs `109` through `115`. + +`analysis/radium-image/sounds-native-named/` contains hardlink aliases such as `SE_PK_FX_ATTACK_TYPE_BUG__obj0196_s0628_2ch_44100hz.wav`. The full `analysis/radium-image/sounds/` export remains complete and retains deterministic object/chunk names for the unmapped sounds. + +## Catalog-Order Offset Audit + +Ghidra xrefs to `FUN_006ec060` confirm that the direct native registration path is exhausted for now: `get_function_xrefs` reports `25` unconditional calls, all from `FUN_005d6b90`, plus non-call data/indirection references. A Ghidra string-anchor report for `SE_PK_FX` also finds exactly `25` native strings, all referenced from `FUN_005d6b90`. + +Those `25` names form two consecutive anchor blocks when compared with the `760` recovered Godot catalog constants from `spike_game_sound_ids.gdc`: + +| Anchor block | Catalog indices | Radium objects | Offset | +| --- | ---: | ---: | ---: | +| EOB Pokedex FX | `40` through `46` | `109` through `115` | `+69` | +| Attack type FX | `118` through `135` | `196` through `213` | `+78` | + +Because the offsets differ, there is no confirmed global Godot-catalog-index to Radium-object-ID mapping. `rootfs-triage-wiki/scripts/build_catalog_offset_candidate_labels.py` writes `analysis/radium-image/catalog_offset_candidate_labels.tsv` as a candidate-only audit table. Current output has `225` rows: `25` confirmed anchors, `199` unpromoted neighboring offset candidates, and `1` disagreement with the sound-test-adjacent table. `build_best_named_sound_aliases.py` currently promotes only the `196` unpromoted candidates whose previous best source was a plain main-image object reference, and marks them with `name_source=catalog_offset_candidate` plus `confidence=candidate_unpromoted`. + +Important caution: under the EOB block's `+69` offset, object `184` would be `SE_PK_FX_BATTLE_TOTAL_FANFARE`; the sound-test-adjacent candidate table labels numeric field `184` as `SOUND: SUPER SKILL SHOT`. Since the sound-test table already conflicts with ASR/Pokedex evidence elsewhere, this does not disprove the offset candidate, but it is enough to keep that conflicting row out of `analysis/all-sound-best-name-manifest.tsv` until another native/script call-site confirms it. + +## Godot GDC String Decoding + +The exported Godot `.gdc` scripts are not plain text, but the format is now partially decoded enough for string/reference triage: + +- Each file begins with `GDSC`; byte offset `0x0c` starts a Zstandard payload (`28 b5 2f fd`). +- The decompressed payload contains both plain ASCII strings and identifiers XOR-obfuscated with byte `0xb6` in a UTF-32LE-like layout. +- `rootfs-triage-wiki/scripts/extract_godot_gdc_strings.py` recovers both forms without executing target AArch64 binaries. +- The current run processed `93` `.gdc` scripts and wrote `6,682` recovered token rows plus `772` validated sound-reference rows. +- `spike_game_sound_ids.gdc` contributes all `760` known `SE_*` catalog constants. +- Only two scene scripts reference concrete `SpikeSoundIds` constants directly: `pokedex_slide_out.gdc` and `pokedex_slide_out_home.gdc`; both reference the same six Pokedex EOB sounds. +- `full_sceeen_fx.gdc` contains the dynamic prefix `SE_PK_FX_ATTACK_TYPE_`, but no complete validated sound constant. This is retained in `gdc_strings.tsv` and excluded from `gdc_sound_refs.tsv`. + +The GDC pass confirms that the currently direct Godot scene call sites only cover a subset already mapped by the native bridge table. It does not yet provide a broad name-to-object map for the other catalog entries. + +## WAV Preview Evidence + +The parser can wrap selected section 8 chunks as RIFF/WAV without changing the PCM payload. + +Sample rate evidence: + +- Static disassembly around raw file/objdump address `0x83f638` calls `snd_pcm_hw_params_set_channels` with `2`. +- Address `0x83f644` loads `0xac44` (`44100`) before the call at `0x83f64c` to `snd_pcm_hw_params_set_rate`. + +Preview validation: + +```sh +file analysis/radium-image/wav-preview/*.wav +ffprobe -v error -show_entries stream=codec_name,codec_type,sample_rate,channels,duration -of compact=p=0:nk=1 analysis/radium-image/wav-preview/section8_0000_1ch_44100hz.wav +``` + +Observed output shape: + +- `file(1)` reports `RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit`. +- `ffprobe` reports `pcm_s16le`, audio stream, `44100` Hz, with mono or stereo channels matching the decoded multiplier. + +The `44100` Hz choice is supported by the native ALSA initialization path. The per-chunk table itself does not appear to store a separate sample rate. + +## Remaining Work + +Confirmed format pieces: + +- mmap image header offsets +- section 8 table location and row size +- section 8 CRC32 rule +- PCM chunk offset and byte-length formula +- static section 5 command-stream references from local object IDs to every section 8 chunk +- generic section 5 opcode stream boundaries, histograms, and native opcode length/handler table dumps for both images +- section 3 pointer-table count and raw indexed bitmap preview extraction for `1449` records +- 16-bit PCM WAV wrapping for preview extraction +- full WAV export with deterministic object/chunk names +- Ghidra-confirmed native aliases for 25 Godot bridge sound names +- sound-test-adjacent candidate aliases for 4 raw native label rows, retained for audit only +- local ASR draft labels for 1,705 bounded voice-like exports +- low-confidence ASR review candidate aliases for 34 otherwise structural main-game exports +- aligned Pokedex voice aliases for 1,137 description/name/category clips +- SPIKE menu section 8 parse, 300 menu command references, and 54 exported menu WAVs + +Still unresolved: + +- The main-game export still has `295` structural object fallbacks, `196` catalog-offset candidate aliases, `34` low-confidence ASR review aliases, `583` raw ASR-draft names, and `220` catalog-matched ASR inferred names that still need native/script call-site confirmation. +- The section 3 compact payload subtype has `28` undecoded records, mostly compact `128 x 32` payloads; the final palette/alpha semantics for raw indexed previews also still need runtime confirmation. +- Section 4 and non-sound section 5/6 command semantics still need naming and complete structure recovery; the new opcode table dump gives native handler addresses, but most handlers still need separate decompilation/call-site interpretation. +- `/games/pokemon_pro/spike3/spike_menu/game` still needs its object metadata table recovered; the menu WAVs are associated with section 5 local object references, and 4 exact payload matches inherit stronger main-image ASR names. diff --git a/radium-section3-bitmap-gallery-01.md b/radium-section3-bitmap-gallery-01.md new file mode 100644 index 0000000..718651f --- /dev/null +++ b/radium-section3-bitmap-gallery-01.md @@ -0,0 +1,246 @@ +# Radium Section 3 Bitmap Gallery 01 + +Raw-indexed section 3 bitmap previews 1-240 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_0000_id0001_17x23_f0.png" title="Section 3 0000 record 1" meta="offset=0x1de28 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0001_id0002_17x23_f2.png" title="Section 3 0001 record 2" meta="offset=0x1dfc0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0002_id0003_17x23_f0.png" title="Section 3 0002 record 3" meta="offset=0x1e158 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0003_id0004_17x23_f2.png" title="Section 3 0003 record 4" meta="offset=0x1e2f0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0004_id0005_17x23_f0.png" title="Section 3 0004 record 5" meta="offset=0x1e488 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0005_id0006_17x23_f2.png" title="Section 3 0005 record 6" meta="offset=0x1e620 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0006_id0007_17x23_f0.png" title="Section 3 0006 record 7" meta="offset=0x1e7b8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0007_id0008_17x23_f2.png" title="Section 3 0007 record 8" meta="offset=0x1e950 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0008_id0009_17x23_f0.png" title="Section 3 0008 record 9" meta="offset=0x1eae8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0009_id0010_17x23_f2.png" title="Section 3 0009 record 10" meta="offset=0x1ec80 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0010_id0011_17x23_f0.png" title="Section 3 0010 record 11" meta="offset=0x1ee18 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0011_id0012_17x23_f2.png" title="Section 3 0011 record 12" meta="offset=0x1efb0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0012_id0013_17x20_f0.png" title="Section 3 0012 record 13" meta="offset=0x1f148 flags=0 size=17x20 payload=348 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0013_id0014_17x20_f2.png" title="Section 3 0013 record 14" meta="offset=0x1f2b0 flags=2 size=17x20 payload=348 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0014_id0015_17x23_f0.png" title="Section 3 0014 record 15" meta="offset=0x1f418 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0015_id0016_17x23_f2.png" title="Section 3 0015 record 16" meta="offset=0x1f5b0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0016_id0017_17x23_f0.png" title="Section 3 0016 record 17" meta="offset=0x1f748 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0017_id0018_17x23_f2.png" title="Section 3 0017 record 18" meta="offset=0x1f8e0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0018_id0019_17x23_f0.png" title="Section 3 0018 record 19" meta="offset=0x1fa78 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0019_id0020_17x23_f2.png" title="Section 3 0019 record 20" meta="offset=0x1fc10 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0020_id0021_17x23_f0.png" title="Section 3 0020 record 21" meta="offset=0x1fda8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0021_id0022_17x23_f2.png" title="Section 3 0021 record 22" meta="offset=0x1ff40 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0022_id0023_17x23_f0.png" title="Section 3 0022 record 23" meta="offset=0x200d8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0023_id0024_17x23_f2.png" title="Section 3 0023 record 24" meta="offset=0x20270 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0024_id0025_17x23_f0.png" title="Section 3 0024 record 25" meta="offset=0x20408 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0025_id0026_17x23_f2.png" title="Section 3 0025 record 26" meta="offset=0x205a0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0026_id0027_17x23_f0.png" title="Section 3 0026 record 27" meta="offset=0x20738 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0027_id0028_17x23_f2.png" title="Section 3 0027 record 28" meta="offset=0x208d0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0028_id0029_17x23_f0.png" title="Section 3 0028 record 29" meta="offset=0x20a68 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0029_id0030_17x23_f2.png" title="Section 3 0029 record 30" meta="offset=0x20c00 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0030_id0031_17x23_f0.png" title="Section 3 0030 record 31" meta="offset=0x20d98 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0031_id0032_17x23_f2.png" title="Section 3 0031 record 32" meta="offset=0x20f30 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0032_id0033_17x23_f0.png" title="Section 3 0032 record 33" meta="offset=0x210c8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0033_id0034_17x23_f2.png" title="Section 3 0033 record 34" meta="offset=0x21260 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0034_id0035_17x23_f0.png" title="Section 3 0034 record 35" meta="offset=0x213f8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0035_id0036_17x23_f2.png" title="Section 3 0035 record 36" meta="offset=0x21590 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0036_id0037_17x23_f0.png" title="Section 3 0036 record 37" meta="offset=0x21728 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0037_id0038_17x23_f2.png" title="Section 3 0037 record 38" meta="offset=0x218c0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0038_id0039_17x23_f0.png" title="Section 3 0038 record 39" meta="offset=0x21a58 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0039_id0040_17x23_f2.png" title="Section 3 0039 record 40" meta="offset=0x21bf0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0040_id0041_17x23_f0.png" title="Section 3 0040 record 41" meta="offset=0x21d88 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0041_id0042_17x23_f2.png" title="Section 3 0041 record 42" meta="offset=0x21f20 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0042_id0043_17x23_f0.png" title="Section 3 0042 record 43" meta="offset=0x220b8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0043_id0044_17x23_f2.png" title="Section 3 0043 record 44" meta="offset=0x22250 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0044_id0045_17x23_f0.png" title="Section 3 0044 record 45" meta="offset=0x223e8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0045_id0046_17x23_f2.png" title="Section 3 0045 record 46" meta="offset=0x22580 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0046_id0047_17x23_f0.png" title="Section 3 0046 record 47" meta="offset=0x22718 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0047_id0048_17x23_f2.png" title="Section 3 0047 record 48" meta="offset=0x228b0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0048_id0049_17x23_f0.png" title="Section 3 0048 record 49" meta="offset=0x22a48 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0049_id0050_17x23_f2.png" title="Section 3 0049 record 50" meta="offset=0x22be0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0050_id0051_17x23_f0.png" title="Section 3 0050 record 51" meta="offset=0x22d78 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0051_id0052_17x23_f2.png" title="Section 3 0051 record 52" meta="offset=0x22f10 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0052_id0053_17x23_f0.png" title="Section 3 0052 record 53" meta="offset=0x230a8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0053_id0054_17x23_f2.png" title="Section 3 0053 record 54" meta="offset=0x23240 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0054_id0055_17x23_f0.png" title="Section 3 0054 record 55" meta="offset=0x233d8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0055_id0056_17x23_f2.png" title="Section 3 0055 record 56" meta="offset=0x23570 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0056_id0057_17x23_f0.png" title="Section 3 0056 record 57" meta="offset=0x23708 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0057_id0058_17x23_f2.png" title="Section 3 0057 record 58" meta="offset=0x238a0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0058_id0059_17x23_f0.png" title="Section 3 0058 record 59" meta="offset=0x23a38 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0059_id0060_17x23_f2.png" title="Section 3 0059 record 60" meta="offset=0x23bd0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0060_id0061_17x23_f0.png" title="Section 3 0060 record 61" meta="offset=0x23d68 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0061_id0062_17x23_f2.png" title="Section 3 0061 record 62" meta="offset=0x23f00 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0062_id0063_17x23_f0.png" title="Section 3 0062 record 63" meta="offset=0x24098 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0063_id0064_17x23_f2.png" title="Section 3 0063 record 64" meta="offset=0x24230 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0064_id0065_17x23_f0.png" title="Section 3 0064 record 65" meta="offset=0x243c8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0065_id0066_17x23_f2.png" title="Section 3 0065 record 66" meta="offset=0x24560 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0066_id0067_17x23_f0.png" title="Section 3 0066 record 67" meta="offset=0x246f8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0067_id0068_17x23_f2.png" title="Section 3 0067 record 68" meta="offset=0x24890 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0068_id0069_17x23_f0.png" title="Section 3 0068 record 69" meta="offset=0x24a28 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0069_id0070_17x23_f2.png" title="Section 3 0069 record 70" meta="offset=0x24bc0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0070_id0071_17x23_f0.png" title="Section 3 0070 record 71" meta="offset=0x24d58 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0071_id0072_17x23_f2.png" title="Section 3 0071 record 72" meta="offset=0x24ef0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0072_id0073_17x23_f0.png" title="Section 3 0072 record 73" meta="offset=0x25088 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0073_id0074_17x23_f2.png" title="Section 3 0073 record 74" meta="offset=0x25220 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0074_id0075_17x23_f0.png" title="Section 3 0074 record 75" meta="offset=0x253b8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0075_id0076_17x23_f2.png" title="Section 3 0075 record 76" meta="offset=0x25550 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0076_id0077_17x23_f0.png" title="Section 3 0076 record 77" meta="offset=0x256e8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0077_id0078_17x23_f2.png" title="Section 3 0077 record 78" meta="offset=0x25880 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0078_id0079_17x23_f0.png" title="Section 3 0078 record 79" meta="offset=0x25a18 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0079_id0080_17x23_f2.png" title="Section 3 0079 record 80" meta="offset=0x25bb0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0080_id0081_17x23_f0.png" title="Section 3 0080 record 81" meta="offset=0x25d48 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0081_id0082_17x23_f2.png" title="Section 3 0081 record 82" meta="offset=0x25ee0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0082_id0083_17x23_f0.png" title="Section 3 0082 record 83" meta="offset=0x26078 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0083_id0084_17x23_f2.png" title="Section 3 0083 record 84" meta="offset=0x26210 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0084_id0085_17x23_f0.png" title="Section 3 0084 record 85" meta="offset=0x263a8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0085_id0086_17x23_f2.png" title="Section 3 0085 record 86" meta="offset=0x26540 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0086_id0087_17x23_f0.png" title="Section 3 0086 record 87" meta="offset=0x266d8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0087_id0088_17x23_f2.png" title="Section 3 0087 record 88" meta="offset=0x26870 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0088_id0089_17x23_f0.png" title="Section 3 0088 record 89" meta="offset=0x26a08 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0089_id0090_17x23_f2.png" title="Section 3 0089 record 90" meta="offset=0x26ba0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0090_id0091_17x23_f0.png" title="Section 3 0090 record 91" meta="offset=0x26d38 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0091_id0092_17x23_f2.png" title="Section 3 0091 record 92" meta="offset=0x26ed0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0092_id0093_17x23_f0.png" title="Section 3 0092 record 93" meta="offset=0x27068 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0093_id0094_17x23_f2.png" title="Section 3 0093 record 94" meta="offset=0x27200 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0094_id0095_17x23_f0.png" title="Section 3 0094 record 95" meta="offset=0x27398 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0095_id0096_17x23_f2.png" title="Section 3 0095 record 96" meta="offset=0x27530 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0096_id0097_17x23_f0.png" title="Section 3 0096 record 97" meta="offset=0x276c8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0097_id0098_17x23_f2.png" title="Section 3 0097 record 98" meta="offset=0x27860 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0098_id0099_17x23_f0.png" title="Section 3 0098 record 99" meta="offset=0x279f8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0099_id0100_17x23_f2.png" title="Section 3 0099 record 100" meta="offset=0x27b90 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0100_id0101_17x23_f0.png" title="Section 3 0100 record 101" meta="offset=0x27d28 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0101_id0102_17x23_f2.png" title="Section 3 0101 record 102" meta="offset=0x27ec0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0102_id0103_17x23_f0.png" title="Section 3 0102 record 103" meta="offset=0x28058 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0103_id0104_17x23_f2.png" title="Section 3 0103 record 104" meta="offset=0x281f0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0104_id0105_17x23_f0.png" title="Section 3 0104 record 105" meta="offset=0x28388 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0105_id0106_17x23_f2.png" title="Section 3 0105 record 106" meta="offset=0x28520 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0106_id0107_17x23_f0.png" title="Section 3 0106 record 107" meta="offset=0x286b8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0107_id0108_17x23_f2.png" title="Section 3 0107 record 108" meta="offset=0x28850 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0108_id0109_17x23_f0.png" title="Section 3 0108 record 109" meta="offset=0x289e8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0109_id0110_17x23_f2.png" title="Section 3 0109 record 110" meta="offset=0x28b80 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0110_id0111_17x23_f0.png" title="Section 3 0110 record 111" meta="offset=0x28d18 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0111_id0112_17x23_f2.png" title="Section 3 0111 record 112" meta="offset=0x28eb0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0112_id0113_17x23_f0.png" title="Section 3 0112 record 113" meta="offset=0x29048 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0113_id0114_17x23_f2.png" title="Section 3 0113 record 114" meta="offset=0x291e0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0114_id0115_17x23_f0.png" title="Section 3 0114 record 115" meta="offset=0x29378 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0115_id0116_17x23_f2.png" title="Section 3 0115 record 116" meta="offset=0x29510 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0116_id0117_17x23_f0.png" title="Section 3 0116 record 117" meta="offset=0x296a8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0117_id0118_17x23_f2.png" title="Section 3 0117 record 118" meta="offset=0x29840 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0118_id0119_17x23_f0.png" title="Section 3 0118 record 119" meta="offset=0x299d8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0119_id0120_17x23_f2.png" title="Section 3 0119 record 120" meta="offset=0x29b70 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0120_id0121_17x23_f0.png" title="Section 3 0120 record 121" meta="offset=0x29d08 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0121_id0122_17x23_f2.png" title="Section 3 0121 record 122" meta="offset=0x29ea0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0122_id0123_17x23_f0.png" title="Section 3 0122 record 123" meta="offset=0x2a038 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0123_id0124_17x23_f2.png" title="Section 3 0123 record 124" meta="offset=0x2a1d0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0124_id0125_17x23_f0.png" title="Section 3 0124 record 125" meta="offset=0x2a368 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0125_id0126_17x23_f2.png" title="Section 3 0125 record 126" meta="offset=0x2a500 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0126_id0127_17x23_f0.png" title="Section 3 0126 record 127" meta="offset=0x2a698 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0127_id0128_17x23_f2.png" title="Section 3 0127 record 128" meta="offset=0x2a830 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0128_id0129_17x23_f0.png" title="Section 3 0128 record 129" meta="offset=0x2a9c8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0129_id0130_17x23_f2.png" title="Section 3 0129 record 130" meta="offset=0x2ab60 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0130_id0131_17x23_f0.png" title="Section 3 0130 record 131" meta="offset=0x2acf8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0131_id0132_17x23_f2.png" title="Section 3 0131 record 132" meta="offset=0x2ae90 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0132_id0133_17x23_f0.png" title="Section 3 0132 record 133" meta="offset=0x2b028 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0133_id0134_17x23_f2.png" title="Section 3 0133 record 134" meta="offset=0x2b1c0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0134_id0135_17x23_f0.png" title="Section 3 0134 record 135" meta="offset=0x2b358 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0135_id0136_17x23_f2.png" title="Section 3 0135 record 136" meta="offset=0x2b4f0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0136_id0137_17x23_f0.png" title="Section 3 0136 record 137" meta="offset=0x2b688 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0137_id0138_17x23_f2.png" title="Section 3 0137 record 138" meta="offset=0x2b820 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0138_id0139_17x23_f0.png" title="Section 3 0138 record 139" meta="offset=0x2b9b8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0139_id0140_17x23_f2.png" title="Section 3 0139 record 140" meta="offset=0x2bb50 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0140_id0141_17x23_f0.png" title="Section 3 0140 record 141" meta="offset=0x2bce8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0141_id0142_17x23_f2.png" title="Section 3 0141 record 142" meta="offset=0x2be80 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0142_id0143_17x23_f0.png" title="Section 3 0142 record 143" meta="offset=0x2c018 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0143_id0144_17x23_f2.png" title="Section 3 0143 record 144" meta="offset=0x2c1b0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0144_id0145_17x23_f0.png" title="Section 3 0144 record 145" meta="offset=0x2c348 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0145_id0146_17x23_f2.png" title="Section 3 0145 record 146" meta="offset=0x2c4e0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0146_id0147_17x23_f0.png" title="Section 3 0146 record 147" meta="offset=0x2c678 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0147_id0148_17x23_f2.png" title="Section 3 0147 record 148" meta="offset=0x2c810 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0148_id0149_17x23_f0.png" title="Section 3 0148 record 149" meta="offset=0x2c9a8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0149_id0150_17x23_f2.png" title="Section 3 0149 record 150" meta="offset=0x2cb40 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0150_id0151_17x23_f0.png" title="Section 3 0150 record 151" meta="offset=0x2ccd8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0151_id0152_17x23_f2.png" title="Section 3 0151 record 152" meta="offset=0x2ce70 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0152_id0153_17x23_f0.png" title="Section 3 0152 record 153" meta="offset=0x2d008 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0153_id0154_17x23_f2.png" title="Section 3 0153 record 154" meta="offset=0x2d1a0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0154_id0155_17x23_f0.png" title="Section 3 0154 record 155" meta="offset=0x2d338 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0155_id0156_17x23_f2.png" title="Section 3 0155 record 156" meta="offset=0x2d4d0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0156_id0157_17x23_f0.png" title="Section 3 0156 record 157" meta="offset=0x2d668 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0157_id0158_17x23_f2.png" title="Section 3 0157 record 158" meta="offset=0x2d800 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0158_id0159_17x23_f0.png" title="Section 3 0158 record 159" meta="offset=0x2d998 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0159_id0160_17x23_f2.png" title="Section 3 0159 record 160" meta="offset=0x2db30 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0160_id0161_17x23_f0.png" title="Section 3 0160 record 161" meta="offset=0x2dcc8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0161_id0162_17x23_f2.png" title="Section 3 0161 record 162" meta="offset=0x2de60 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0162_id0163_17x23_f0.png" title="Section 3 0162 record 163" meta="offset=0x2dff8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0163_id0164_17x23_f2.png" title="Section 3 0163 record 164" meta="offset=0x2e190 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0164_id0165_17x23_f0.png" title="Section 3 0164 record 165" meta="offset=0x2e328 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0165_id0166_17x23_f2.png" title="Section 3 0165 record 166" meta="offset=0x2e4c0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0166_id0167_17x23_f0.png" title="Section 3 0166 record 167" meta="offset=0x2e658 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0167_id0168_17x23_f2.png" title="Section 3 0167 record 168" meta="offset=0x2e7f0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0168_id0169_17x23_f0.png" title="Section 3 0168 record 169" meta="offset=0x2e988 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0169_id0170_17x23_f2.png" title="Section 3 0169 record 170" meta="offset=0x2eb20 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0170_id0171_17x23_f0.png" title="Section 3 0170 record 171" meta="offset=0x2ecb8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0171_id0172_17x23_f2.png" title="Section 3 0171 record 172" meta="offset=0x2ee50 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0172_id0173_17x23_f0.png" title="Section 3 0172 record 173" meta="offset=0x2efe8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0173_id0174_17x23_f2.png" title="Section 3 0173 record 174" meta="offset=0x2f180 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0174_id0175_17x23_f0.png" title="Section 3 0174 record 175" meta="offset=0x2f318 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0175_id0176_17x23_f2.png" title="Section 3 0175 record 176" meta="offset=0x2f4b0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0176_id0177_17x23_f0.png" title="Section 3 0176 record 177" meta="offset=0x2f648 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0177_id0178_17x23_f2.png" title="Section 3 0177 record 178" meta="offset=0x2f7e0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0178_id0179_17x23_f0.png" title="Section 3 0178 record 179" meta="offset=0x2f978 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0179_id0180_17x23_f2.png" title="Section 3 0179 record 180" meta="offset=0x2fb10 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0180_id0181_17x23_f0.png" title="Section 3 0180 record 181" meta="offset=0x2fca8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0181_id0182_17x23_f2.png" title="Section 3 0181 record 182" meta="offset=0x2fe40 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0182_id0183_17x23_f0.png" title="Section 3 0182 record 183" meta="offset=0x2ffd8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0183_id0184_17x23_f2.png" title="Section 3 0183 record 184" meta="offset=0x30170 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0184_id0185_17x23_f0.png" title="Section 3 0184 record 185" meta="offset=0x30308 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0185_id0186_17x23_f2.png" title="Section 3 0185 record 186" meta="offset=0x304a0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0186_id0187_17x23_f0.png" title="Section 3 0186 record 187" meta="offset=0x30638 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0187_id0188_17x23_f2.png" title="Section 3 0187 record 188" meta="offset=0x307d0 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0188_id0189_17x23_f0.png" title="Section 3 0188 record 189" meta="offset=0x30968 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0189_id0190_17x23_f2.png" title="Section 3 0189 record 190" meta="offset=0x30b00 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0190_id0191_17x23_f0.png" title="Section 3 0190 record 191" meta="offset=0x30c98 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0191_id0192_17x23_f2.png" title="Section 3 0191 record 192" meta="offset=0x30e30 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0192_id0193_17x23_f0.png" title="Section 3 0192 record 193" meta="offset=0x30fc8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0193_id0194_17x23_f2.png" title="Section 3 0193 record 194" meta="offset=0x31160 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0194_id0195_52x1_f0.png" title="Section 3 0194 record 195" meta="offset=0x312f8 flags=0 size=52x1 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0195_id0196_3x3_f0.png" title="Section 3 0195 record 196" meta="offset=0x31340 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0196_id0197_3x3_f0.png" title="Section 3 0196 record 197" meta="offset=0x31358 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0197_id0198_50x3_f0.png" title="Section 3 0197 record 198" meta="offset=0x31370 flags=0 size=50x3 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0198_id0199_7x7_f0.png" title="Section 3 0198 record 199" meta="offset=0x31418 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0199_id0200_3x3_f2.png" title="Section 3 0199 record 200" meta="offset=0x31458 flags=2 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0200_id0201_28x1_f0.png" title="Section 3 0200 record 201" meta="offset=0x31470 flags=0 size=28x1 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0201_id0202_3x3_f0.png" title="Section 3 0201 record 202" meta="offset=0x314a0 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0202_id0203_26x3_f2.png" title="Section 3 0202 record 203" meta="offset=0x314b8 flags=2 size=26x3 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0203_id0204_15x15_f0.png" title="Section 3 0203 record 204" meta="offset=0x31518 flags=0 size=15x15 payload=228 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0204_id0205_15x15_f0.png" title="Section 3 0204 record 205" meta="offset=0x31608 flags=0 size=15x15 payload=228 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0205_id0206_17x32_f0.png" title="Section 3 0205 record 206" meta="offset=0x316f8 flags=0 size=17x32 payload=548 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0206_id0207_111x8_f2.png" title="Section 3 0206 record 207" meta="offset=0x31928 flags=2 size=111x8 payload=892 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0207_id0208_7x7_f0.png" title="Section 3 0207 record 208" meta="offset=0x31cb0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0208_id0209_9x32_f0.png" title="Section 3 0208 record 209" meta="offset=0x31cf0 flags=0 size=9x32 payload=292 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0209_id0210_55x11_f2.png" title="Section 3 0209 record 210" meta="offset=0x31e20 flags=2 size=55x11 payload=612 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0210_id0211_14x13_f0.png" title="Section 3 0210 record 211" meta="offset=0x32090 flags=0 size=14x13 payload=188 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0211_id0212_14x13_f2.png" title="Section 3 0211 record 212" meta="offset=0x32158 flags=2 size=14x13 payload=188 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0212_id0213_17x23_f0.png" title="Section 3 0212 record 213" meta="offset=0x32220 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0213_id0214_17x23_f2.png" title="Section 3 0213 record 214" meta="offset=0x323b8 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0236_id0237_4x5_f2.png" title="Section 3 0236 record 237" meta="offset=0x33280 flags=2 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0237_id0238_7x5_f2.png" title="Section 3 0237 record 238" meta="offset=0x332a8 flags=2 size=7x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0238_id0239_14x5_f2.png" title="Section 3 0238 record 239" meta="offset=0x332d8 flags=2 size=14x5 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0239_id0240_8x5_f2.png" title="Section 3 0239 record 240" meta="offset=0x33330 flags=2 size=8x5 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0240_id0241_5x1_f2.png" title="Section 3 0240 record 241" meta="offset=0x33368 flags=2 size=5x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0241_id0242_5x7_f2.png" title="Section 3 0241 record 242" meta="offset=0x33380 flags=2 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0242_id0243_12x7_f2.png" title="Section 3 0242 record 243" meta="offset=0x333b0 flags=2 size=12x7 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0243_id0244_128x3_f2.png" title="Section 3 0243 record 244" meta="offset=0x33418 flags=2 size=128x3 payload=388 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0244_id0245_128x9_f2.png" title="Section 3 0244 record 245" meta="offset=0x335a8 flags=2 size=128x9 payload=1156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0251_id0252_7x5_f0.png" title="Section 3 0251 record 252" meta="offset=0x34c70 flags=0 size=7x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0252_id0253_5x5_f0.png" title="Section 3 0252 record 253" meta="offset=0x34ca0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0253_id0254_5x5_f0.png" title="Section 3 0253 record 254" meta="offset=0x34cc8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0254_id0255_5x5_f2.png" title="Section 3 0254 record 255" meta="offset=0x34cf0 flags=2 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0255_id0266_2x1_f0.png" title="Section 3 0255 record 266" meta="offset=0x35d08 flags=0 size=2x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0256_id0267_1x5_f0.png" title="Section 3 0256 record 267" meta="offset=0x35d18 flags=0 size=1x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0257_id0268_3x2_f0.png" title="Section 3 0257 record 268" meta="offset=0x35d30 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0258_id0269_5x5_f0.png" title="Section 3 0258 record 269" meta="offset=0x35d48 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0259_id0270_3x5_f0.png" title="Section 3 0259 record 270" meta="offset=0x35d70 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0260_id0271_3x5_f0.png" title="Section 3 0260 record 271" meta="offset=0x35d90 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0261_id0272_4x5_f0.png" title="Section 3 0261 record 272" meta="offset=0x35db0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0262_id0273_1x2_f0.png" title="Section 3 0262 record 273" meta="offset=0x35dd8 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0263_id0274_2x5_f0.png" title="Section 3 0263 record 274" meta="offset=0x35de8 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0264_id0275_2x5_f0.png" title="Section 3 0264 record 275" meta="offset=0x35e00 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0265_id0276_3x3_f0.png" title="Section 3 0265 record 276" meta="offset=0x35e18 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0266_id0277_3x3_f0.png" title="Section 3 0266 record 277" meta="offset=0x35e30 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0267_id0278_2x2_f0.png" title="Section 3 0267 record 278" meta="offset=0x35e48 flags=0 size=2x2 payload=12 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmap-gallery-02.md b/radium-section3-bitmap-gallery-02.md new file mode 100644 index 0000000..6ce88fa --- /dev/null +++ b/radium-section3-bitmap-gallery-02.md @@ -0,0 +1,246 @@ +# Radium Section 3 Bitmap Gallery 02 + +Raw-indexed section 3 bitmap previews 241-480 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_0268_id0279_3x1_f0.png" title="Section 3 0268 record 279" meta="offset=0x35e60 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0269_id0280_1x1_f0.png" title="Section 3 0269 record 280" meta="offset=0x35e70 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0270_id0281_3x5_f0.png" title="Section 3 0270 record 281" meta="offset=0x35e80 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0271_id0282_3x5_f0.png" title="Section 3 0271 record 282" meta="offset=0x35ea0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0272_id0283_3x5_f0.png" title="Section 3 0272 record 283" meta="offset=0x35ec0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0273_id0284_3x5_f0.png" title="Section 3 0273 record 284" meta="offset=0x35ee0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0274_id0285_3x5_f0.png" title="Section 3 0274 record 285" meta="offset=0x35f00 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0275_id0286_3x5_f0.png" title="Section 3 0275 record 286" meta="offset=0x35f20 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0276_id0287_3x5_f0.png" title="Section 3 0276 record 287" meta="offset=0x35f40 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0277_id0288_3x5_f0.png" title="Section 3 0277 record 288" meta="offset=0x35f60 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0278_id0289_3x5_f0.png" title="Section 3 0278 record 289" meta="offset=0x35f80 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0279_id0290_3x5_f0.png" title="Section 3 0279 record 290" meta="offset=0x35fa0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0280_id0291_3x5_f0.png" title="Section 3 0280 record 291" meta="offset=0x35fc0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0281_id0292_1x3_f0.png" title="Section 3 0281 record 292" meta="offset=0x35fe0 flags=0 size=1x3 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0282_id0293_2x4_f0.png" title="Section 3 0282 record 293" meta="offset=0x35ff0 flags=0 size=2x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0283_id0294_3x5_f0.png" title="Section 3 0283 record 294" meta="offset=0x36008 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0284_id0295_3x3_f0.png" title="Section 3 0284 record 295" meta="offset=0x36028 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0285_id0296_3x5_f0.png" title="Section 3 0285 record 296" meta="offset=0x36040 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0286_id0297_3x5_f0.png" title="Section 3 0286 record 297" meta="offset=0x36060 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0287_id0298_3x5_f0.png" title="Section 3 0287 record 298" meta="offset=0x36080 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0288_id0299_3x5_f0.png" title="Section 3 0288 record 299" meta="offset=0x360a0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0289_id0300_3x5_f0.png" title="Section 3 0289 record 300" meta="offset=0x360c0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0290_id0301_3x5_f0.png" title="Section 3 0290 record 301" meta="offset=0x360e0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0291_id0302_3x5_f0.png" title="Section 3 0291 record 302" meta="offset=0x36100 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0292_id0303_3x5_f0.png" title="Section 3 0292 record 303" meta="offset=0x36120 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0293_id0304_3x5_f0.png" title="Section 3 0293 record 304" meta="offset=0x36140 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0294_id0305_3x5_f0.png" title="Section 3 0294 record 305" meta="offset=0x36160 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0295_id0306_3x5_f0.png" title="Section 3 0295 record 306" meta="offset=0x36180 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0296_id0307_3x5_f0.png" title="Section 3 0296 record 307" meta="offset=0x361a0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0297_id0308_3x5_f0.png" title="Section 3 0297 record 308" meta="offset=0x361c0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0298_id0309_3x5_f0.png" title="Section 3 0298 record 309" meta="offset=0x361e0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0299_id0310_3x5_f0.png" title="Section 3 0299 record 310" meta="offset=0x36200 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0300_id0311_5x5_f0.png" title="Section 3 0300 record 311" meta="offset=0x36220 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0301_id0312_4x5_f0.png" title="Section 3 0301 record 312" meta="offset=0x36248 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0302_id0313_3x5_f0.png" title="Section 3 0302 record 313" meta="offset=0x36270 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0303_id0314_3x5_f0.png" title="Section 3 0303 record 314" meta="offset=0x36290 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0304_id0315_3x5_f0.png" title="Section 3 0304 record 315" meta="offset=0x362b0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0305_id0316_3x5_f0.png" title="Section 3 0305 record 316" meta="offset=0x362d0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0306_id0317_3x5_f0.png" title="Section 3 0306 record 317" meta="offset=0x362f0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0307_id0318_3x5_f0.png" title="Section 3 0307 record 318" meta="offset=0x36310 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0308_id0319_3x5_f0.png" title="Section 3 0308 record 319" meta="offset=0x36330 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0309_id0320_3x5_f0.png" title="Section 3 0309 record 320" meta="offset=0x36350 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0310_id0321_5x5_f0.png" title="Section 3 0310 record 321" meta="offset=0x36370 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0311_id0322_3x5_f0.png" title="Section 3 0311 record 322" meta="offset=0x36398 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0312_id0323_3x5_f0.png" title="Section 3 0312 record 323" meta="offset=0x363b8 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0313_id0324_3x5_f0.png" title="Section 3 0313 record 324" meta="offset=0x363d8 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0314_id0325_3x1_f2.png" title="Section 3 0314 record 325" meta="offset=0x363f8 flags=2 size=3x1 payload=972 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0315_id0326_4x1_f0.png" title="Section 3 0315 record 326" meta="offset=0x367d0 flags=0 size=4x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0316_id0327_3x7_f0.png" title="Section 3 0316 record 327" meta="offset=0x367e8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0317_id0328_5x4_f0.png" title="Section 3 0317 record 328" meta="offset=0x36810 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0318_id0329_7x7_f0.png" title="Section 3 0318 record 329" meta="offset=0x36838 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0319_id0330_5x9_f0.png" title="Section 3 0319 record 330" meta="offset=0x36878 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0320_id0331_5x7_f0.png" title="Section 3 0320 record 331" meta="offset=0x368b8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0321_id0332_6x7_f0.png" title="Section 3 0321 record 332" meta="offset=0x368e8 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0322_id0333_3x4_f0.png" title="Section 3 0322 record 333" meta="offset=0x36920 flags=0 size=3x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0323_id0334_4x7_f0.png" title="Section 3 0323 record 334" meta="offset=0x36940 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0324_id0335_4x7_f0.png" title="Section 3 0324 record 335" meta="offset=0x36970 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0325_id0336_5x5_f0.png" title="Section 3 0325 record 336" meta="offset=0x369a0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0326_id0337_5x5_f0.png" title="Section 3 0326 record 337" meta="offset=0x369c8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0327_id0338_4x4_f0.png" title="Section 3 0327 record 338" meta="offset=0x369f0 flags=0 size=4x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0328_id0339_5x3_f0.png" title="Section 3 0328 record 339" meta="offset=0x36a10 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0329_id0340_3x3_f0.png" title="Section 3 0329 record 340" meta="offset=0x36a30 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0330_id0341_5x7_f0.png" title="Section 3 0330 record 341" meta="offset=0x36a48 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0331_id0342_5x7_f0.png" title="Section 3 0331 record 342" meta="offset=0x36a78 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0332_id0343_5x7_f0.png" title="Section 3 0332 record 343" meta="offset=0x36aa8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0333_id0344_5x7_f0.png" title="Section 3 0333 record 344" meta="offset=0x36ad8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0334_id0345_5x7_f0.png" title="Section 3 0334 record 345" meta="offset=0x36b08 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0335_id0346_5x7_f0.png" title="Section 3 0335 record 346" meta="offset=0x36b38 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0336_id0347_5x7_f0.png" title="Section 3 0336 record 347" meta="offset=0x36b68 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0337_id0348_5x7_f0.png" title="Section 3 0337 record 348" meta="offset=0x36b98 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0338_id0349_5x7_f0.png" title="Section 3 0338 record 349" meta="offset=0x36bc8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0339_id0350_5x7_f0.png" title="Section 3 0339 record 350" meta="offset=0x36bf8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0340_id0351_5x7_f0.png" title="Section 3 0340 record 351" meta="offset=0x36c28 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0341_id0352_3x5_f0.png" title="Section 3 0341 record 352" meta="offset=0x36c58 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0342_id0353_4x6_f0.png" title="Section 3 0342 record 353" meta="offset=0x36c78 flags=0 size=4x6 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0343_id0354_5x7_f0.png" title="Section 3 0343 record 354" meta="offset=0x36ca0 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0344_id0355_5x5_f0.png" title="Section 3 0344 record 355" meta="offset=0x36cd0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0345_id0356_5x7_f0.png" title="Section 3 0345 record 356" meta="offset=0x36cf8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0346_id0357_5x7_f0.png" title="Section 3 0346 record 357" meta="offset=0x36d28 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0347_id0358_5x7_f0.png" title="Section 3 0347 record 358" meta="offset=0x36d58 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0348_id0359_5x7_f0.png" title="Section 3 0348 record 359" meta="offset=0x36d88 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0349_id0360_5x7_f0.png" title="Section 3 0349 record 360" meta="offset=0x36db8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0350_id0361_5x7_f0.png" title="Section 3 0350 record 361" meta="offset=0x36de8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0351_id0362_5x7_f0.png" title="Section 3 0351 record 362" meta="offset=0x36e18 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0352_id0363_5x7_f0.png" title="Section 3 0352 record 363" meta="offset=0x36e48 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0353_id0364_5x7_f0.png" title="Section 3 0353 record 364" meta="offset=0x36e78 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0354_id0365_5x7_f0.png" title="Section 3 0354 record 365" meta="offset=0x36ea8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0355_id0366_5x7_f0.png" title="Section 3 0355 record 366" meta="offset=0x36ed8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0356_id0367_5x7_f0.png" title="Section 3 0356 record 367" meta="offset=0x36f08 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0357_id0368_5x7_f0.png" title="Section 3 0357 record 368" meta="offset=0x36f38 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0358_id0369_5x7_f0.png" title="Section 3 0358 record 369" meta="offset=0x36f68 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0359_id0370_5x7_f0.png" title="Section 3 0359 record 370" meta="offset=0x36f98 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0360_id0371_7x7_f0.png" title="Section 3 0360 record 371" meta="offset=0x36fc8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0361_id0372_6x7_f0.png" title="Section 3 0361 record 372" meta="offset=0x37008 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0362_id0373_5x7_f0.png" title="Section 3 0362 record 373" meta="offset=0x37040 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0363_id0374_5x7_f0.png" title="Section 3 0363 record 374" meta="offset=0x37070 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0364_id0375_5x7_f0.png" title="Section 3 0364 record 375" meta="offset=0x370a0 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0365_id0376_5x7_f0.png" title="Section 3 0365 record 376" meta="offset=0x370d0 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0366_id0377_5x7_f0.png" title="Section 3 0366 record 377" meta="offset=0x37100 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0367_id0378_5x7_f0.png" title="Section 3 0367 record 378" meta="offset=0x37130 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0368_id0379_5x7_f0.png" title="Section 3 0368 record 379" meta="offset=0x37160 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0369_id0380_5x7_f0.png" title="Section 3 0369 record 380" meta="offset=0x37190 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0370_id0381_7x7_f0.png" title="Section 3 0370 record 381" meta="offset=0x371c0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0371_id0382_5x7_f0.png" title="Section 3 0371 record 382" meta="offset=0x37200 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0372_id0383_5x7_f0.png" title="Section 3 0372 record 383" meta="offset=0x37230 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0373_id0384_5x7_f0.png" title="Section 3 0373 record 384" meta="offset=0x37260 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0374_id0385_5x3_f2.png" title="Section 3 0374 record 385" meta="offset=0x37290 flags=2 size=5x3 payload=988 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0375_id0386_2x1_f0.png" title="Section 3 0375 record 386" meta="offset=0x37678 flags=0 size=2x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0376_id0387_1x5_f0.png" title="Section 3 0376 record 387" meta="offset=0x37688 flags=0 size=1x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0377_id0388_3x2_f0.png" title="Section 3 0377 record 388" meta="offset=0x376a0 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0378_id0389_5x5_f0.png" title="Section 3 0378 record 389" meta="offset=0x376b8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0379_id0390_5x7_f0.png" title="Section 3 0379 record 390" meta="offset=0x376e0 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0380_id0391_5x5_f0.png" title="Section 3 0380 record 391" meta="offset=0x37710 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0381_id0392_4x5_f0.png" title="Section 3 0381 record 392" meta="offset=0x37738 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0382_id0393_1x2_f0.png" title="Section 3 0382 record 393" meta="offset=0x37760 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0383_id0394_2x5_f0.png" title="Section 3 0383 record 394" meta="offset=0x37770 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0384_id0395_2x5_f0.png" title="Section 3 0384 record 395" meta="offset=0x37788 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0385_id0396_4x5_f0.png" title="Section 3 0385 record 396" meta="offset=0x377a0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0386_id0397_3x3_f0.png" title="Section 3 0386 record 397" meta="offset=0x377c8 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0387_id0398_2x2_f0.png" title="Section 3 0387 record 398" meta="offset=0x377e0 flags=0 size=2x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0388_id0399_3x1_f0.png" title="Section 3 0388 record 399" meta="offset=0x377f8 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0389_id0400_1x1_f0.png" title="Section 3 0389 record 400" meta="offset=0x37808 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0390_id0401_5x5_f0.png" title="Section 3 0390 record 401" meta="offset=0x37818 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0391_id0402_4x5_f0.png" title="Section 3 0391 record 402" meta="offset=0x37840 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0392_id0403_4x5_f0.png" title="Section 3 0392 record 403" meta="offset=0x37868 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0393_id0404_4x5_f0.png" title="Section 3 0393 record 404" meta="offset=0x37890 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0394_id0405_4x5_f0.png" title="Section 3 0394 record 405" meta="offset=0x378b8 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0395_id0406_4x5_f0.png" title="Section 3 0395 record 406" meta="offset=0x378e0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0396_id0407_4x5_f0.png" title="Section 3 0396 record 407" meta="offset=0x37908 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0397_id0408_4x5_f0.png" title="Section 3 0397 record 408" meta="offset=0x37930 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0398_id0409_4x5_f0.png" title="Section 3 0398 record 409" meta="offset=0x37958 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0399_id0410_4x5_f0.png" title="Section 3 0399 record 410" meta="offset=0x37980 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0400_id0411_4x5_f0.png" title="Section 3 0400 record 411" meta="offset=0x379a8 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0401_id0412_1x3_f0.png" title="Section 3 0401 record 412" meta="offset=0x379d0 flags=0 size=1x3 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0402_id0413_2x4_f0.png" title="Section 3 0402 record 413" meta="offset=0x379e0 flags=0 size=2x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0403_id0414_3x5_f0.png" title="Section 3 0403 record 414" meta="offset=0x379f8 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0404_id0415_3x3_f0.png" title="Section 3 0404 record 415" meta="offset=0x37a18 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0405_id0416_3x5_f0.png" title="Section 3 0405 record 416" meta="offset=0x37a30 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0406_id0417_4x5_f0.png" title="Section 3 0406 record 417" meta="offset=0x37a50 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0407_id0418_4x5_f0.png" title="Section 3 0407 record 418" meta="offset=0x37a78 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0408_id0419_4x5_f0.png" title="Section 3 0408 record 419" meta="offset=0x37aa0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0409_id0420_4x5_f0.png" title="Section 3 0409 record 420" meta="offset=0x37ac8 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0410_id0421_4x5_f0.png" title="Section 3 0410 record 421" meta="offset=0x37af0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0411_id0422_4x5_f0.png" title="Section 3 0411 record 422" meta="offset=0x37b18 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0412_id0423_4x5_f0.png" title="Section 3 0412 record 423" meta="offset=0x37b40 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0413_id0424_4x5_f0.png" title="Section 3 0413 record 424" meta="offset=0x37b68 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0414_id0425_4x5_f0.png" title="Section 3 0414 record 425" meta="offset=0x37b90 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0415_id0426_4x5_f0.png" title="Section 3 0415 record 426" meta="offset=0x37bb8 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0416_id0427_3x5_f0.png" title="Section 3 0416 record 427" meta="offset=0x37be0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0417_id0428_4x5_f0.png" title="Section 3 0417 record 428" meta="offset=0x37c00 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0418_id0429_4x5_f0.png" title="Section 3 0418 record 429" meta="offset=0x37c28 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0419_id0430_4x5_f0.png" title="Section 3 0419 record 430" meta="offset=0x37c50 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0420_id0431_5x5_f0.png" title="Section 3 0420 record 431" meta="offset=0x37c78 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0421_id0432_4x5_f0.png" title="Section 3 0421 record 432" meta="offset=0x37ca0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0422_id0433_4x5_f0.png" title="Section 3 0422 record 433" meta="offset=0x37cc8 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0423_id0434_4x5_f0.png" title="Section 3 0423 record 434" meta="offset=0x37cf0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0424_id0435_4x5_f0.png" title="Section 3 0424 record 435" meta="offset=0x37d18 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0425_id0436_4x5_f0.png" title="Section 3 0425 record 436" meta="offset=0x37d40 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0426_id0437_4x5_f0.png" title="Section 3 0426 record 437" meta="offset=0x37d68 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0427_id0438_3x5_f0.png" title="Section 3 0427 record 438" meta="offset=0x37d90 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0428_id0439_4x5_f0.png" title="Section 3 0428 record 439" meta="offset=0x37db0 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0429_id0440_5x5_f0.png" title="Section 3 0429 record 440" meta="offset=0x37dd8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0430_id0441_5x5_f0.png" title="Section 3 0430 record 441" meta="offset=0x37e00 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0431_id0442_5x5_f0.png" title="Section 3 0431 record 442" meta="offset=0x37e28 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0432_id0443_5x5_f0.png" title="Section 3 0432 record 443" meta="offset=0x37e50 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0433_id0444_3x5_f0.png" title="Section 3 0433 record 444" meta="offset=0x37e78 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0434_id0445_4x1_f2.png" title="Section 3 0434 record 445" meta="offset=0x37e98 flags=2 size=4x1 payload=980 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0435_id0446_4x1_f0.png" title="Section 3 0435 record 446" meta="offset=0x38278 flags=0 size=4x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0436_id0447_3x7_f0.png" title="Section 3 0436 record 447" meta="offset=0x38290 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0437_id0448_5x4_f0.png" title="Section 3 0437 record 448" meta="offset=0x382b8 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0438_id0449_7x7_f0.png" title="Section 3 0438 record 449" meta="offset=0x382e0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0439_id0450_7x9_f0.png" title="Section 3 0439 record 450" meta="offset=0x38320 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0440_id0451_7x7_f0.png" title="Section 3 0440 record 451" meta="offset=0x38370 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0441_id0452_6x7_f0.png" title="Section 3 0441 record 452" meta="offset=0x383b0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0442_id0453_3x4_f0.png" title="Section 3 0442 record 453" meta="offset=0x383e8 flags=0 size=3x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0443_id0454_4x7_f0.png" title="Section 3 0443 record 454" meta="offset=0x38408 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0444_id0455_4x7_f0.png" title="Section 3 0444 record 455" meta="offset=0x38438 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0445_id0456_6x7_f0.png" title="Section 3 0445 record 456" meta="offset=0x38468 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0446_id0457_5x5_f0.png" title="Section 3 0446 record 457" meta="offset=0x384a0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0447_id0458_4x4_f0.png" title="Section 3 0447 record 458" meta="offset=0x384c8 flags=0 size=4x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0448_id0459_5x3_f0.png" title="Section 3 0448 record 459" meta="offset=0x384e8 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0449_id0460_3x3_f0.png" title="Section 3 0449 record 460" meta="offset=0x38508 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0450_id0461_7x7_f0.png" title="Section 3 0450 record 461" meta="offset=0x38520 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0451_id0462_6x7_f0.png" title="Section 3 0451 record 462" meta="offset=0x38560 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0452_id0463_6x7_f0.png" title="Section 3 0452 record 463" meta="offset=0x38598 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0453_id0464_6x7_f0.png" title="Section 3 0453 record 464" meta="offset=0x385d0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0454_id0465_6x7_f0.png" title="Section 3 0454 record 465" meta="offset=0x38608 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0455_id0466_6x7_f0.png" title="Section 3 0455 record 466" meta="offset=0x38640 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0456_id0467_6x7_f0.png" title="Section 3 0456 record 467" meta="offset=0x38678 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0457_id0468_6x7_f0.png" title="Section 3 0457 record 468" meta="offset=0x386b0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0458_id0469_6x7_f0.png" title="Section 3 0458 record 469" meta="offset=0x386e8 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0459_id0470_6x7_f0.png" title="Section 3 0459 record 470" meta="offset=0x38720 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0460_id0471_6x7_f0.png" title="Section 3 0460 record 471" meta="offset=0x38758 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0461_id0472_3x5_f0.png" title="Section 3 0461 record 472" meta="offset=0x38790 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0462_id0473_4x6_f0.png" title="Section 3 0462 record 473" meta="offset=0x387b0 flags=0 size=4x6 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0463_id0474_5x7_f0.png" title="Section 3 0463 record 474" meta="offset=0x387d8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0464_id0475_5x5_f0.png" title="Section 3 0464 record 475" meta="offset=0x38808 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0465_id0476_5x7_f0.png" title="Section 3 0465 record 476" meta="offset=0x38830 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0466_id0477_6x7_f0.png" title="Section 3 0466 record 477" meta="offset=0x38860 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0467_id0478_6x7_f0.png" title="Section 3 0467 record 478" meta="offset=0x38898 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0468_id0479_6x7_f0.png" title="Section 3 0468 record 479" meta="offset=0x388d0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0469_id0480_6x7_f0.png" title="Section 3 0469 record 480" meta="offset=0x38908 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0470_id0481_6x7_f0.png" title="Section 3 0470 record 481" meta="offset=0x38940 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0471_id0482_6x7_f0.png" title="Section 3 0471 record 482" meta="offset=0x38978 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0472_id0483_6x7_f0.png" title="Section 3 0472 record 483" meta="offset=0x389b0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0473_id0484_6x7_f0.png" title="Section 3 0473 record 484" meta="offset=0x389e8 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0474_id0485_6x7_f0.png" title="Section 3 0474 record 485" meta="offset=0x38a20 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0475_id0486_6x7_f0.png" title="Section 3 0475 record 486" meta="offset=0x38a58 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0476_id0487_5x7_f0.png" title="Section 3 0476 record 487" meta="offset=0x38a90 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0477_id0488_6x7_f0.png" title="Section 3 0477 record 488" meta="offset=0x38ac0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0478_id0489_6x7_f0.png" title="Section 3 0478 record 489" meta="offset=0x38af8 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0479_id0490_6x7_f0.png" title="Section 3 0479 record 490" meta="offset=0x38b30 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0480_id0491_7x7_f0.png" title="Section 3 0480 record 491" meta="offset=0x38b68 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0481_id0492_6x7_f0.png" title="Section 3 0481 record 492" meta="offset=0x38ba8 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0482_id0493_6x7_f0.png" title="Section 3 0482 record 493" meta="offset=0x38be0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0483_id0494_6x7_f0.png" title="Section 3 0483 record 494" meta="offset=0x38c18 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0484_id0495_6x7_f0.png" title="Section 3 0484 record 495" meta="offset=0x38c50 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0485_id0496_6x7_f0.png" title="Section 3 0485 record 496" meta="offset=0x38c88 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0486_id0497_6x7_f0.png" title="Section 3 0486 record 497" meta="offset=0x38cc0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0487_id0498_5x7_f0.png" title="Section 3 0487 record 498" meta="offset=0x38cf8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0488_id0499_6x7_f0.png" title="Section 3 0488 record 499" meta="offset=0x38d28 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0489_id0500_7x7_f0.png" title="Section 3 0489 record 500" meta="offset=0x38d60 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0490_id0501_7x7_f0.png" title="Section 3 0490 record 501" meta="offset=0x38da0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0491_id0502_7x7_f0.png" title="Section 3 0491 record 502" meta="offset=0x38de0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0492_id0503_7x7_f0.png" title="Section 3 0492 record 503" meta="offset=0x38e20 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0493_id0504_5x7_f0.png" title="Section 3 0493 record 504" meta="offset=0x38e60 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0494_id0505_6x3_f2.png" title="Section 3 0494 record 505" meta="offset=0x38e90 flags=2 size=6x3 payload=988 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0495_id0506_3x1_f0.png" title="Section 3 0495 record 506" meta="offset=0x39278 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0496_id0507_2x5_f0.png" title="Section 3 0496 record 507" meta="offset=0x39288 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0497_id0508_5x3_f0.png" title="Section 3 0497 record 508" meta="offset=0x392a0 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0498_id0509_5x5_f0.png" title="Section 3 0498 record 509" meta="offset=0x392c0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0499_id0510_5x5_f0.png" title="Section 3 0499 record 510" meta="offset=0x392e8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0500_id0511_4x5_f0.png" title="Section 3 0500 record 511" meta="offset=0x39310 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0501_id0512_2x3_f0.png" title="Section 3 0501 record 512" meta="offset=0x39338 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0502_id0513_3x5_f0.png" title="Section 3 0502 record 513" meta="offset=0x39350 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0503_id0514_3x5_f0.png" title="Section 3 0503 record 514" meta="offset=0x39370 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0504_id0515_5x5_f0.png" title="Section 3 0504 record 515" meta="offset=0x39390 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0505_id0516_5x5_f0.png" title="Section 3 0505 record 516" meta="offset=0x393b8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0506_id0517_2x3_f0.png" title="Section 3 0506 record 517" meta="offset=0x393e0 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0507_id0518_5x1_f0.png" title="Section 3 0507 record 518" meta="offset=0x393f8 flags=0 size=5x1 payload=12 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmap-gallery-03.md b/radium-section3-bitmap-gallery-03.md new file mode 100644 index 0000000..8eaa2d7 --- /dev/null +++ b/radium-section3-bitmap-gallery-03.md @@ -0,0 +1,246 @@ +# Radium Section 3 Bitmap Gallery 03 + +Raw-indexed section 3 bitmap previews 481-720 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_0508_id0519_2x2_f0.png" title="Section 3 0508 record 519" meta="offset=0x39410 flags=0 size=2x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0509_id0520_4x5_f0.png" title="Section 3 0509 record 520" meta="offset=0x39428 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0510_id0521_5x5_f0.png" title="Section 3 0510 record 521" meta="offset=0x39450 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0511_id0522_5x5_f0.png" title="Section 3 0511 record 522" meta="offset=0x39478 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0512_id0523_5x5_f0.png" title="Section 3 0512 record 523" meta="offset=0x394a0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0513_id0524_5x5_f0.png" title="Section 3 0513 record 524" meta="offset=0x394c8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0514_id0525_5x5_f0.png" title="Section 3 0514 record 525" meta="offset=0x394f0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0515_id0526_5x5_f0.png" title="Section 3 0515 record 526" meta="offset=0x39518 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0516_id0527_5x5_f0.png" title="Section 3 0516 record 527" meta="offset=0x39540 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0517_id0528_5x5_f0.png" title="Section 3 0517 record 528" meta="offset=0x39568 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0518_id0529_5x5_f0.png" title="Section 3 0518 record 529" meta="offset=0x39590 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0519_id0530_5x5_f0.png" title="Section 3 0519 record 530" meta="offset=0x395b8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0520_id0531_2x5_f0.png" title="Section 3 0520 record 531" meta="offset=0x395e0 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0521_id0532_2x5_f0.png" title="Section 3 0521 record 532" meta="offset=0x395f8 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0522_id0533_4x5_f0.png" title="Section 3 0522 record 533" meta="offset=0x39610 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0523_id0534_4x3_f0.png" title="Section 3 0523 record 534" meta="offset=0x39638 flags=0 size=4x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0524_id0535_4x5_f0.png" title="Section 3 0524 record 535" meta="offset=0x39658 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0525_id0536_5x5_f0.png" title="Section 3 0525 record 536" meta="offset=0x39680 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0526_id0537_5x5_f0.png" title="Section 3 0526 record 537" meta="offset=0x396a8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0527_id0538_5x5_f0.png" title="Section 3 0527 record 538" meta="offset=0x396d0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0528_id0539_5x5_f0.png" title="Section 3 0528 record 539" meta="offset=0x396f8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0529_id0540_5x5_f0.png" title="Section 3 0529 record 540" meta="offset=0x39720 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0530_id0541_5x5_f0.png" title="Section 3 0530 record 541" meta="offset=0x39748 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0531_id0542_5x5_f0.png" title="Section 3 0531 record 542" meta="offset=0x39770 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0532_id0543_5x5_f0.png" title="Section 3 0532 record 543" meta="offset=0x39798 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0533_id0544_5x5_f0.png" title="Section 3 0533 record 544" meta="offset=0x397c0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0534_id0545_5x5_f0.png" title="Section 3 0534 record 545" meta="offset=0x397e8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0535_id0546_2x5_f0.png" title="Section 3 0535 record 546" meta="offset=0x39810 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0536_id0547_5x5_f0.png" title="Section 3 0536 record 547" meta="offset=0x39828 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0537_id0548_5x5_f0.png" title="Section 3 0537 record 548" meta="offset=0x39850 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0538_id0549_5x5_f0.png" title="Section 3 0538 record 549" meta="offset=0x39878 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0539_id0550_6x5_f0.png" title="Section 3 0539 record 550" meta="offset=0x398a0 flags=0 size=6x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0540_id0551_5x5_f0.png" title="Section 3 0540 record 551" meta="offset=0x398d0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0541_id0552_5x5_f0.png" title="Section 3 0541 record 552" meta="offset=0x398f8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0542_id0553_5x5_f0.png" title="Section 3 0542 record 553" meta="offset=0x39920 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0543_id0554_6x5_f0.png" title="Section 3 0543 record 554" meta="offset=0x39948 flags=0 size=6x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0544_id0555_5x5_f0.png" title="Section 3 0544 record 555" meta="offset=0x39978 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0545_id0556_5x5_f0.png" title="Section 3 0545 record 556" meta="offset=0x399a0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0546_id0557_6x5_f0.png" title="Section 3 0546 record 557" meta="offset=0x399c8 flags=0 size=6x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0547_id0558_5x5_f0.png" title="Section 3 0547 record 558" meta="offset=0x399f8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0548_id0559_5x5_f0.png" title="Section 3 0548 record 559" meta="offset=0x39a20 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0549_id0560_6x5_f0.png" title="Section 3 0549 record 560" meta="offset=0x39a48 flags=0 size=6x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0550_id0561_5x5_f0.png" title="Section 3 0550 record 561" meta="offset=0x39a78 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0551_id0562_5x5_f0.png" title="Section 3 0551 record 562" meta="offset=0x39aa0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0552_id0563_5x5_f2.png" title="Section 3 0552 record 563" meta="offset=0x39ac8 flags=2 size=5x5 payload=964 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0553_id0564_5x1_f0.png" title="Section 3 0553 record 564" meta="offset=0x39e98 flags=0 size=5x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0554_id0565_4x7_f0.png" title="Section 3 0554 record 565" meta="offset=0x39eb0 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0555_id0566_7x5_f0.png" title="Section 3 0555 record 566" meta="offset=0x39ee0 flags=0 size=7x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0556_id0567_7x7_f0.png" title="Section 3 0556 record 567" meta="offset=0x39f10 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0557_id0568_7x7_f0.png" title="Section 3 0557 record 568" meta="offset=0x39f50 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0558_id0569_7x7_f0.png" title="Section 3 0558 record 569" meta="offset=0x39f90 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0559_id0570_6x7_f0.png" title="Section 3 0559 record 570" meta="offset=0x39fd0 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0560_id0571_4x5_f0.png" title="Section 3 0560 record 571" meta="offset=0x3a008 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0561_id0572_5x7_f0.png" title="Section 3 0561 record 572" meta="offset=0x3a030 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0562_id0573_5x7_f0.png" title="Section 3 0562 record 573" meta="offset=0x3a060 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0563_id0574_7x7_f0.png" title="Section 3 0563 record 574" meta="offset=0x3a090 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0564_id0575_7x7_f0.png" title="Section 3 0564 record 575" meta="offset=0x3a0d0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0565_id0576_4x5_f0.png" title="Section 3 0565 record 576" meta="offset=0x3a110 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0566_id0577_7x3_f0.png" title="Section 3 0566 record 577" meta="offset=0x3a138 flags=0 size=7x3 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0567_id0578_4x4_f0.png" title="Section 3 0567 record 578" meta="offset=0x3a160 flags=0 size=4x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0568_id0579_6x7_f0.png" title="Section 3 0568 record 579" meta="offset=0x3a180 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0569_id0580_7x7_f0.png" title="Section 3 0569 record 580" meta="offset=0x3a1b8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0570_id0581_7x7_f0.png" title="Section 3 0570 record 581" meta="offset=0x3a1f8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0571_id0582_7x7_f0.png" title="Section 3 0571 record 582" meta="offset=0x3a238 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0572_id0583_7x7_f0.png" title="Section 3 0572 record 583" meta="offset=0x3a278 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0573_id0584_7x7_f0.png" title="Section 3 0573 record 584" meta="offset=0x3a2b8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0574_id0585_7x7_f0.png" title="Section 3 0574 record 585" meta="offset=0x3a2f8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0575_id0586_7x7_f0.png" title="Section 3 0575 record 586" meta="offset=0x3a338 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0576_id0587_7x7_f0.png" title="Section 3 0576 record 587" meta="offset=0x3a378 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0577_id0588_7x7_f0.png" title="Section 3 0577 record 588" meta="offset=0x3a3b8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0578_id0589_7x7_f0.png" title="Section 3 0578 record 589" meta="offset=0x3a3f8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0579_id0590_4x7_f0.png" title="Section 3 0579 record 590" meta="offset=0x3a438 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0580_id0591_4x7_f0.png" title="Section 3 0580 record 591" meta="offset=0x3a468 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0581_id0592_6x7_f0.png" title="Section 3 0581 record 592" meta="offset=0x3a498 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0582_id0593_6x5_f0.png" title="Section 3 0582 record 593" meta="offset=0x3a4d0 flags=0 size=6x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0583_id0594_6x7_f0.png" title="Section 3 0583 record 594" meta="offset=0x3a500 flags=0 size=6x7 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0584_id0595_7x7_f0.png" title="Section 3 0584 record 595" meta="offset=0x3a538 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0585_id0596_7x7_f0.png" title="Section 3 0585 record 596" meta="offset=0x3a578 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0586_id0597_7x7_f0.png" title="Section 3 0586 record 597" meta="offset=0x3a5b8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0587_id0598_7x7_f0.png" title="Section 3 0587 record 598" meta="offset=0x3a5f8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0588_id0599_7x7_f0.png" title="Section 3 0588 record 599" meta="offset=0x3a638 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0589_id0600_7x7_f0.png" title="Section 3 0589 record 600" meta="offset=0x3a678 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0590_id0601_7x7_f0.png" title="Section 3 0590 record 601" meta="offset=0x3a6b8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0591_id0602_7x7_f0.png" title="Section 3 0591 record 602" meta="offset=0x3a6f8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0592_id0603_7x7_f0.png" title="Section 3 0592 record 603" meta="offset=0x3a738 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0593_id0604_7x7_f0.png" title="Section 3 0593 record 604" meta="offset=0x3a778 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0594_id0605_4x7_f0.png" title="Section 3 0594 record 605" meta="offset=0x3a7b8 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0595_id0606_7x7_f0.png" title="Section 3 0595 record 606" meta="offset=0x3a7e8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0596_id0607_7x7_f0.png" title="Section 3 0596 record 607" meta="offset=0x3a828 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0597_id0608_7x7_f0.png" title="Section 3 0597 record 608" meta="offset=0x3a868 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0598_id0609_8x7_f0.png" title="Section 3 0598 record 609" meta="offset=0x3a8a8 flags=0 size=8x7 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0599_id0610_7x7_f0.png" title="Section 3 0599 record 610" meta="offset=0x3a8f0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0600_id0611_7x7_f0.png" title="Section 3 0600 record 611" meta="offset=0x3a930 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0601_id0612_7x7_f0.png" title="Section 3 0601 record 612" meta="offset=0x3a970 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0602_id0613_8x7_f0.png" title="Section 3 0602 record 613" meta="offset=0x3a9b0 flags=0 size=8x7 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0603_id0614_7x7_f0.png" title="Section 3 0603 record 614" meta="offset=0x3a9f8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0604_id0615_7x7_f0.png" title="Section 3 0604 record 615" meta="offset=0x3aa38 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0605_id0616_8x7_f0.png" title="Section 3 0605 record 616" meta="offset=0x3aa78 flags=0 size=8x7 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0606_id0617_7x7_f0.png" title="Section 3 0606 record 617" meta="offset=0x3aac0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0607_id0618_7x7_f0.png" title="Section 3 0607 record 618" meta="offset=0x3ab00 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0608_id0619_8x7_f0.png" title="Section 3 0608 record 619" meta="offset=0x3ab40 flags=0 size=8x7 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0609_id0620_7x7_f0.png" title="Section 3 0609 record 620" meta="offset=0x3ab88 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0610_id0621_7x7_f0.png" title="Section 3 0610 record 621" meta="offset=0x3abc8 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0611_id0622_7x7_f2.png" title="Section 3 0611 record 622" meta="offset=0x3ac08 flags=2 size=7x7 payload=1004 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0612_id0623_2x1_f0.png" title="Section 3 0612 record 623" meta="offset=0x3b000 flags=0 size=2x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0613_id0624_1x7_f0.png" title="Section 3 0613 record 624" meta="offset=0x3b010 flags=0 size=1x7 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0614_id0625_3x2_f0.png" title="Section 3 0614 record 625" meta="offset=0x3b028 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0615_id0626_5x7_f0.png" title="Section 3 0615 record 626" meta="offset=0x3b040 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0616_id0627_3x7_f0.png" title="Section 3 0616 record 627" meta="offset=0x3b070 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0617_id0628_3x7_f0.png" title="Section 3 0617 record 628" meta="offset=0x3b098 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0618_id0629_4x7_f0.png" title="Section 3 0618 record 629" meta="offset=0x3b0c0 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0619_id0630_1x2_f0.png" title="Section 3 0619 record 630" meta="offset=0x3b0f0 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0620_id0631_2x7_f0.png" title="Section 3 0620 record 631" meta="offset=0x3b100 flags=0 size=2x7 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0621_id0632_2x7_f0.png" title="Section 3 0621 record 632" meta="offset=0x3b120 flags=0 size=2x7 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0622_id0633_3x3_f0.png" title="Section 3 0622 record 633" meta="offset=0x3b140 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0623_id0634_3x3_f0.png" title="Section 3 0623 record 634" meta="offset=0x3b158 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0624_id0635_2x3_f0.png" title="Section 3 0624 record 635" meta="offset=0x3b170 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0625_id0636_3x1_f0.png" title="Section 3 0625 record 636" meta="offset=0x3b188 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0626_id0637_1x1_f0.png" title="Section 3 0626 record 637" meta="offset=0x3b198 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0627_id0638_3x7_f0.png" title="Section 3 0627 record 638" meta="offset=0x3b1a8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0628_id0639_3x7_f0.png" title="Section 3 0628 record 639" meta="offset=0x3b1d0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0629_id0640_3x7_f0.png" title="Section 3 0629 record 640" meta="offset=0x3b1f8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0630_id0641_3x7_f0.png" title="Section 3 0630 record 641" meta="offset=0x3b220 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0631_id0642_3x7_f0.png" title="Section 3 0631 record 642" meta="offset=0x3b248 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0632_id0643_3x7_f0.png" title="Section 3 0632 record 643" meta="offset=0x3b270 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0633_id0644_3x7_f0.png" title="Section 3 0633 record 644" meta="offset=0x3b298 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0634_id0645_3x7_f0.png" title="Section 3 0634 record 645" meta="offset=0x3b2c0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0635_id0646_3x7_f0.png" title="Section 3 0635 record 646" meta="offset=0x3b2e8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0636_id0647_3x7_f0.png" title="Section 3 0636 record 647" meta="offset=0x3b310 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0637_id0648_3x7_f0.png" title="Section 3 0637 record 648" meta="offset=0x3b338 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0638_id0649_1x3_f0.png" title="Section 3 0638 record 649" meta="offset=0x3b360 flags=0 size=1x3 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0639_id0650_2x5_f0.png" title="Section 3 0639 record 650" meta="offset=0x3b370 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0640_id0651_3x5_f0.png" title="Section 3 0640 record 651" meta="offset=0x3b388 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0641_id0652_3x3_f0.png" title="Section 3 0641 record 652" meta="offset=0x3b3a8 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0642_id0653_3x5_f0.png" title="Section 3 0642 record 653" meta="offset=0x3b3c0 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0643_id0654_3x7_f0.png" title="Section 3 0643 record 654" meta="offset=0x3b3e0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0644_id0655_3x7_f0.png" title="Section 3 0644 record 655" meta="offset=0x3b408 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0645_id0656_3x7_f0.png" title="Section 3 0645 record 656" meta="offset=0x3b430 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0646_id0657_3x7_f0.png" title="Section 3 0646 record 657" meta="offset=0x3b458 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0647_id0658_3x7_f0.png" title="Section 3 0647 record 658" meta="offset=0x3b480 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0648_id0659_3x7_f0.png" title="Section 3 0648 record 659" meta="offset=0x3b4a8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0649_id0660_3x7_f0.png" title="Section 3 0649 record 660" meta="offset=0x3b4d0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0650_id0661_3x7_f0.png" title="Section 3 0650 record 661" meta="offset=0x3b4f8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0651_id0662_3x7_f0.png" title="Section 3 0651 record 662" meta="offset=0x3b520 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0652_id0663_3x7_f0.png" title="Section 3 0652 record 663" meta="offset=0x3b548 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0653_id0664_3x7_f0.png" title="Section 3 0653 record 664" meta="offset=0x3b570 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0654_id0665_3x7_f0.png" title="Section 3 0654 record 665" meta="offset=0x3b598 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0655_id0666_3x7_f0.png" title="Section 3 0655 record 666" meta="offset=0x3b5c0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0656_id0667_3x7_f0.png" title="Section 3 0656 record 667" meta="offset=0x3b5e8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0657_id0668_5x7_f0.png" title="Section 3 0657 record 668" meta="offset=0x3b610 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0658_id0669_4x7_f0.png" title="Section 3 0658 record 669" meta="offset=0x3b640 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0659_id0670_3x7_f0.png" title="Section 3 0659 record 670" meta="offset=0x3b670 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0660_id0671_3x7_f0.png" title="Section 3 0660 record 671" meta="offset=0x3b698 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0661_id0672_3x7_f0.png" title="Section 3 0661 record 672" meta="offset=0x3b6c0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0662_id0673_3x7_f0.png" title="Section 3 0662 record 673" meta="offset=0x3b6e8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0663_id0674_3x7_f0.png" title="Section 3 0663 record 674" meta="offset=0x3b710 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0664_id0675_3x7_f0.png" title="Section 3 0664 record 675" meta="offset=0x3b738 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0665_id0676_3x7_f0.png" title="Section 3 0665 record 676" meta="offset=0x3b760 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0666_id0677_3x7_f0.png" title="Section 3 0666 record 677" meta="offset=0x3b788 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0667_id0678_5x7_f0.png" title="Section 3 0667 record 678" meta="offset=0x3b7b0 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0668_id0679_3x7_f0.png" title="Section 3 0668 record 679" meta="offset=0x3b7e0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0669_id0680_3x7_f0.png" title="Section 3 0669 record 680" meta="offset=0x3b808 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0670_id0681_3x7_f2.png" title="Section 3 0670 record 681" meta="offset=0x3b830 flags=2 size=3x7 payload=980 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0671_id0682_4x1_f0.png" title="Section 3 0671 record 682" meta="offset=0x3bc10 flags=0 size=4x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0672_id0683_3x9_f0.png" title="Section 3 0672 record 683" meta="offset=0x3bc28 flags=0 size=3x9 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0673_id0684_5x4_f0.png" title="Section 3 0673 record 684" meta="offset=0x3bc50 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0674_id0685_7x9_f0.png" title="Section 3 0674 record 685" meta="offset=0x3bc78 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0675_id0686_5x9_f0.png" title="Section 3 0675 record 686" meta="offset=0x3bcc8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0676_id0687_5x9_f0.png" title="Section 3 0676 record 687" meta="offset=0x3bd08 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0677_id0688_6x9_f0.png" title="Section 3 0677 record 688" meta="offset=0x3bd48 flags=0 size=6x9 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0678_id0689_3x4_f0.png" title="Section 3 0678 record 689" meta="offset=0x3bd90 flags=0 size=3x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0679_id0690_4x9_f0.png" title="Section 3 0679 record 690" meta="offset=0x3bdb0 flags=0 size=4x9 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0680_id0691_4x9_f0.png" title="Section 3 0680 record 691" meta="offset=0x3bde8 flags=0 size=4x9 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0681_id0692_5x5_f0.png" title="Section 3 0681 record 692" meta="offset=0x3be20 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0682_id0693_5x5_f0.png" title="Section 3 0682 record 693" meta="offset=0x3be48 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0683_id0694_4x5_f0.png" title="Section 3 0683 record 694" meta="offset=0x3be70 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0684_id0695_5x3_f0.png" title="Section 3 0684 record 695" meta="offset=0x3be98 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0685_id0696_3x3_f0.png" title="Section 3 0685 record 696" meta="offset=0x3beb8 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0686_id0697_5x9_f0.png" title="Section 3 0686 record 697" meta="offset=0x3bed0 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0687_id0698_5x9_f0.png" title="Section 3 0687 record 698" meta="offset=0x3bf10 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0688_id0699_5x9_f0.png" title="Section 3 0688 record 699" meta="offset=0x3bf50 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0689_id0700_5x9_f0.png" title="Section 3 0689 record 700" meta="offset=0x3bf90 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0690_id0701_5x9_f0.png" title="Section 3 0690 record 701" meta="offset=0x3bfd0 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0691_id0702_5x9_f0.png" title="Section 3 0691 record 702" meta="offset=0x3c010 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0692_id0703_5x9_f0.png" title="Section 3 0692 record 703" meta="offset=0x3c050 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0693_id0704_5x9_f0.png" title="Section 3 0693 record 704" meta="offset=0x3c090 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0694_id0705_5x9_f0.png" title="Section 3 0694 record 705" meta="offset=0x3c0d0 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0695_id0706_5x9_f0.png" title="Section 3 0695 record 706" meta="offset=0x3c110 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0696_id0707_5x9_f0.png" title="Section 3 0696 record 707" meta="offset=0x3c150 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0697_id0708_3x5_f0.png" title="Section 3 0697 record 708" meta="offset=0x3c190 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0698_id0709_4x7_f0.png" title="Section 3 0698 record 709" meta="offset=0x3c1b0 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0699_id0710_5x7_f0.png" title="Section 3 0699 record 710" meta="offset=0x3c1e0 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0700_id0711_5x5_f0.png" title="Section 3 0700 record 711" meta="offset=0x3c210 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0701_id0712_5x7_f0.png" title="Section 3 0701 record 712" meta="offset=0x3c238 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0702_id0713_5x9_f0.png" title="Section 3 0702 record 713" meta="offset=0x3c268 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0703_id0714_5x9_f0.png" title="Section 3 0703 record 714" meta="offset=0x3c2a8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0704_id0715_5x9_f0.png" title="Section 3 0704 record 715" meta="offset=0x3c2e8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0705_id0716_5x9_f0.png" title="Section 3 0705 record 716" meta="offset=0x3c328 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0706_id0717_5x9_f0.png" title="Section 3 0706 record 717" meta="offset=0x3c368 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0707_id0718_5x9_f0.png" title="Section 3 0707 record 718" meta="offset=0x3c3a8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0708_id0719_5x9_f0.png" title="Section 3 0708 record 719" meta="offset=0x3c3e8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0709_id0720_5x9_f0.png" title="Section 3 0709 record 720" meta="offset=0x3c428 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0710_id0721_5x9_f0.png" title="Section 3 0710 record 721" meta="offset=0x3c468 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0711_id0722_5x9_f0.png" title="Section 3 0711 record 722" meta="offset=0x3c4a8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0712_id0723_5x9_f0.png" title="Section 3 0712 record 723" meta="offset=0x3c4e8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0713_id0724_5x9_f0.png" title="Section 3 0713 record 724" meta="offset=0x3c528 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0714_id0725_5x9_f0.png" title="Section 3 0714 record 725" meta="offset=0x3c568 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0715_id0726_5x9_f0.png" title="Section 3 0715 record 726" meta="offset=0x3c5a8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0716_id0727_7x9_f0.png" title="Section 3 0716 record 727" meta="offset=0x3c5e8 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0717_id0728_6x9_f0.png" title="Section 3 0717 record 728" meta="offset=0x3c638 flags=0 size=6x9 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0718_id0729_5x9_f0.png" title="Section 3 0718 record 729" meta="offset=0x3c680 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0719_id0730_5x9_f0.png" title="Section 3 0719 record 730" meta="offset=0x3c6c0 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0720_id0731_5x9_f0.png" title="Section 3 0720 record 731" meta="offset=0x3c700 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0721_id0732_5x9_f0.png" title="Section 3 0721 record 732" meta="offset=0x3c740 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0722_id0733_5x9_f0.png" title="Section 3 0722 record 733" meta="offset=0x3c780 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0723_id0734_5x9_f0.png" title="Section 3 0723 record 734" meta="offset=0x3c7c0 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0724_id0735_5x9_f0.png" title="Section 3 0724 record 735" meta="offset=0x3c800 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0725_id0736_5x9_f0.png" title="Section 3 0725 record 736" meta="offset=0x3c840 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0726_id0737_7x9_f0.png" title="Section 3 0726 record 737" meta="offset=0x3c880 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0727_id0738_5x9_f0.png" title="Section 3 0727 record 738" meta="offset=0x3c8d0 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0728_id0739_5x9_f0.png" title="Section 3 0728 record 739" meta="offset=0x3c910 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0729_id0740_5x9_f2.png" title="Section 3 0729 record 740" meta="offset=0x3c950 flags=2 size=5x9 payload=1004 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0730_id0741_2x1_f0.png" title="Section 3 0730 record 741" meta="offset=0x3cd48 flags=0 size=2x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0731_id0742_1x7_f0.png" title="Section 3 0731 record 742" meta="offset=0x3cd58 flags=0 size=1x7 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0732_id0743_3x2_f0.png" title="Section 3 0732 record 743" meta="offset=0x3cd70 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0733_id0744_5x7_f0.png" title="Section 3 0733 record 744" meta="offset=0x3cd88 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0734_id0745_5x7_f0.png" title="Section 3 0734 record 745" meta="offset=0x3cdb8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0735_id0746_5x7_f0.png" title="Section 3 0735 record 746" meta="offset=0x3cde8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0736_id0747_5x7_f0.png" title="Section 3 0736 record 747" meta="offset=0x3ce18 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0737_id0748_1x2_f0.png" title="Section 3 0737 record 748" meta="offset=0x3ce48 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0738_id0749_3x7_f0.png" title="Section 3 0738 record 749" meta="offset=0x3ce58 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0739_id0750_3x7_f0.png" title="Section 3 0739 record 750" meta="offset=0x3ce80 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0740_id0751_5x5_f0.png" title="Section 3 0740 record 751" meta="offset=0x3cea8 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0741_id0752_5x5_f0.png" title="Section 3 0741 record 752" meta="offset=0x3ced0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0742_id0753_2x3_f0.png" title="Section 3 0742 record 753" meta="offset=0x3cef8 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0743_id0754_3x1_f0.png" title="Section 3 0743 record 754" meta="offset=0x3cf10 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0744_id0755_1x1_f0.png" title="Section 3 0744 record 755" meta="offset=0x3cf20 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0745_id0756_3x7_f0.png" title="Section 3 0745 record 756" meta="offset=0x3cf30 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0746_id0757_5x7_f0.png" title="Section 3 0746 record 757" meta="offset=0x3cf58 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0747_id0758_5x7_f0.png" title="Section 3 0747 record 758" meta="offset=0x3cf88 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmap-gallery-04.md b/radium-section3-bitmap-gallery-04.md new file mode 100644 index 0000000..8de5c9f --- /dev/null +++ b/radium-section3-bitmap-gallery-04.md @@ -0,0 +1,246 @@ +# Radium Section 3 Bitmap Gallery 04 + +Raw-indexed section 3 bitmap previews 721-960 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_0748_id0759_5x7_f0.png" title="Section 3 0748 record 759" meta="offset=0x3cfb8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0749_id0760_5x7_f0.png" title="Section 3 0749 record 760" meta="offset=0x3cfe8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0750_id0761_5x7_f0.png" title="Section 3 0750 record 761" meta="offset=0x3d018 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0751_id0762_5x7_f0.png" title="Section 3 0751 record 762" meta="offset=0x3d048 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0752_id0763_5x7_f0.png" title="Section 3 0752 record 763" meta="offset=0x3d078 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0753_id0764_5x7_f0.png" title="Section 3 0753 record 764" meta="offset=0x3d0a8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0754_id0765_5x7_f0.png" title="Section 3 0754 record 765" meta="offset=0x3d0d8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0755_id0766_5x7_f0.png" title="Section 3 0755 record 766" meta="offset=0x3d108 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0756_id0767_1x3_f0.png" title="Section 3 0756 record 767" meta="offset=0x3d138 flags=0 size=1x3 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0757_id0768_2x5_f0.png" title="Section 3 0757 record 768" meta="offset=0x3d148 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0758_id0769_4x7_f0.png" title="Section 3 0758 record 769" meta="offset=0x3d160 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0759_id0770_3x3_f0.png" title="Section 3 0759 record 770" meta="offset=0x3d190 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0760_id0771_4x7_f0.png" title="Section 3 0760 record 771" meta="offset=0x3d1a8 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0761_id0772_5x7_f0.png" title="Section 3 0761 record 772" meta="offset=0x3d1d8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0762_id0773_5x7_f0.png" title="Section 3 0762 record 773" meta="offset=0x3d208 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0763_id0774_5x7_f0.png" title="Section 3 0763 record 774" meta="offset=0x3d238 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0764_id0775_5x7_f0.png" title="Section 3 0764 record 775" meta="offset=0x3d268 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0765_id0776_5x7_f0.png" title="Section 3 0765 record 776" meta="offset=0x3d298 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0766_id0777_5x7_f0.png" title="Section 3 0766 record 777" meta="offset=0x3d2c8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0767_id0778_5x7_f0.png" title="Section 3 0767 record 778" meta="offset=0x3d2f8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0768_id0779_5x7_f0.png" title="Section 3 0768 record 779" meta="offset=0x3d328 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0769_id0780_5x7_f0.png" title="Section 3 0769 record 780" meta="offset=0x3d358 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0770_id0781_5x7_f0.png" title="Section 3 0770 record 781" meta="offset=0x3d388 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0771_id0782_5x7_f0.png" title="Section 3 0771 record 782" meta="offset=0x3d3b8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0772_id0783_5x7_f0.png" title="Section 3 0772 record 783" meta="offset=0x3d3e8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0773_id0784_5x7_f0.png" title="Section 3 0773 record 784" meta="offset=0x3d418 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0774_id0785_5x7_f0.png" title="Section 3 0774 record 785" meta="offset=0x3d448 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0775_id0786_5x7_f0.png" title="Section 3 0775 record 786" meta="offset=0x3d478 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0776_id0787_5x7_f0.png" title="Section 3 0776 record 787" meta="offset=0x3d4a8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0777_id0788_5x7_f0.png" title="Section 3 0777 record 788" meta="offset=0x3d4d8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0778_id0789_5x7_f0.png" title="Section 3 0778 record 789" meta="offset=0x3d508 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0779_id0790_5x7_f0.png" title="Section 3 0779 record 790" meta="offset=0x3d538 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0780_id0791_5x7_f0.png" title="Section 3 0780 record 791" meta="offset=0x3d568 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0781_id0792_5x7_f0.png" title="Section 3 0781 record 792" meta="offset=0x3d598 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0782_id0793_5x7_f0.png" title="Section 3 0782 record 793" meta="offset=0x3d5c8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0783_id0794_5x7_f0.png" title="Section 3 0783 record 794" meta="offset=0x3d5f8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0784_id0795_5x7_f0.png" title="Section 3 0784 record 795" meta="offset=0x3d628 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0785_id0796_5x7_f0.png" title="Section 3 0785 record 796" meta="offset=0x3d658 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0786_id0797_5x7_f0.png" title="Section 3 0786 record 797" meta="offset=0x3d688 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0787_id0798_5x7_f0.png" title="Section 3 0787 record 798" meta="offset=0x3d6b8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0788_id0799_5x7_f2.png" title="Section 3 0788 record 799" meta="offset=0x3d6e8 flags=2 size=5x7 payload=988 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0789_id0800_4x1_f0.png" title="Section 3 0789 record 800" meta="offset=0x3dad0 flags=0 size=4x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0790_id0801_3x9_f0.png" title="Section 3 0790 record 801" meta="offset=0x3dae8 flags=0 size=3x9 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0791_id0802_5x4_f0.png" title="Section 3 0791 record 802" meta="offset=0x3db10 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0792_id0803_7x9_f0.png" title="Section 3 0792 record 803" meta="offset=0x3db38 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0793_id0804_7x9_f0.png" title="Section 3 0793 record 804" meta="offset=0x3db88 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0794_id0805_7x9_f0.png" title="Section 3 0794 record 805" meta="offset=0x3dbd8 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0795_id0806_7x9_f0.png" title="Section 3 0795 record 806" meta="offset=0x3dc28 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0796_id0807_3x4_f0.png" title="Section 3 0796 record 807" meta="offset=0x3dc78 flags=0 size=3x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0797_id0808_5x9_f0.png" title="Section 3 0797 record 808" meta="offset=0x3dc98 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0798_id0809_5x9_f0.png" title="Section 3 0798 record 809" meta="offset=0x3dcd8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0799_id0810_7x7_f0.png" title="Section 3 0799 record 810" meta="offset=0x3dd18 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0800_id0811_7x7_f0.png" title="Section 3 0800 record 811" meta="offset=0x3dd58 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0801_id0812_4x5_f0.png" title="Section 3 0801 record 812" meta="offset=0x3dd98 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0802_id0813_5x3_f0.png" title="Section 3 0802 record 813" meta="offset=0x3ddc0 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0803_id0814_3x3_f0.png" title="Section 3 0803 record 814" meta="offset=0x3dde0 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0804_id0815_5x9_f0.png" title="Section 3 0804 record 815" meta="offset=0x3ddf8 flags=0 size=5x9 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0805_id0816_7x9_f0.png" title="Section 3 0805 record 816" meta="offset=0x3de38 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0806_id0817_7x9_f0.png" title="Section 3 0806 record 817" meta="offset=0x3de88 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0807_id0818_7x9_f0.png" title="Section 3 0807 record 818" meta="offset=0x3ded8 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0808_id0819_7x9_f0.png" title="Section 3 0808 record 819" meta="offset=0x3df28 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0809_id0820_7x9_f0.png" title="Section 3 0809 record 820" meta="offset=0x3df78 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0810_id0821_7x9_f0.png" title="Section 3 0810 record 821" meta="offset=0x3dfc8 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0811_id0822_7x9_f0.png" title="Section 3 0811 record 822" meta="offset=0x3e018 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0812_id0823_7x9_f0.png" title="Section 3 0812 record 823" meta="offset=0x3e068 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0813_id0824_7x9_f0.png" title="Section 3 0813 record 824" meta="offset=0x3e0b8 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0814_id0825_7x9_f0.png" title="Section 3 0814 record 825" meta="offset=0x3e108 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0815_id0826_3x5_f0.png" title="Section 3 0815 record 826" meta="offset=0x3e158 flags=0 size=3x5 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0816_id0827_4x7_f0.png" title="Section 3 0816 record 827" meta="offset=0x3e178 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0817_id0828_6x9_f0.png" title="Section 3 0817 record 828" meta="offset=0x3e1a8 flags=0 size=6x9 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0818_id0829_5x5_f0.png" title="Section 3 0818 record 829" meta="offset=0x3e1f0 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0819_id0830_6x9_f0.png" title="Section 3 0819 record 830" meta="offset=0x3e218 flags=0 size=6x9 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0820_id0831_7x9_f0.png" title="Section 3 0820 record 831" meta="offset=0x3e260 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0821_id0832_7x9_f0.png" title="Section 3 0821 record 832" meta="offset=0x3e2b0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0822_id0833_7x9_f0.png" title="Section 3 0822 record 833" meta="offset=0x3e300 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0823_id0834_7x9_f0.png" title="Section 3 0823 record 834" meta="offset=0x3e350 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0824_id0835_7x9_f0.png" title="Section 3 0824 record 835" meta="offset=0x3e3a0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0825_id0836_7x9_f0.png" title="Section 3 0825 record 836" meta="offset=0x3e3f0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0826_id0837_7x9_f0.png" title="Section 3 0826 record 837" meta="offset=0x3e440 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0827_id0838_7x9_f0.png" title="Section 3 0827 record 838" meta="offset=0x3e490 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0828_id0839_7x9_f0.png" title="Section 3 0828 record 839" meta="offset=0x3e4e0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0829_id0840_7x9_f0.png" title="Section 3 0829 record 840" meta="offset=0x3e530 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0830_id0841_7x9_f0.png" title="Section 3 0830 record 841" meta="offset=0x3e580 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0831_id0842_7x9_f0.png" title="Section 3 0831 record 842" meta="offset=0x3e5d0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0832_id0843_7x9_f0.png" title="Section 3 0832 record 843" meta="offset=0x3e620 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0833_id0844_7x9_f0.png" title="Section 3 0833 record 844" meta="offset=0x3e670 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0834_id0845_7x9_f0.png" title="Section 3 0834 record 845" meta="offset=0x3e6c0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0835_id0846_7x9_f0.png" title="Section 3 0835 record 846" meta="offset=0x3e710 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0836_id0847_7x9_f0.png" title="Section 3 0836 record 847" meta="offset=0x3e760 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0837_id0848_7x9_f0.png" title="Section 3 0837 record 848" meta="offset=0x3e7b0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0838_id0849_7x9_f0.png" title="Section 3 0838 record 849" meta="offset=0x3e800 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0839_id0850_7x9_f0.png" title="Section 3 0839 record 850" meta="offset=0x3e850 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0840_id0851_7x9_f0.png" title="Section 3 0840 record 851" meta="offset=0x3e8a0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0841_id0852_7x9_f0.png" title="Section 3 0841 record 852" meta="offset=0x3e8f0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0842_id0853_7x9_f0.png" title="Section 3 0842 record 853" meta="offset=0x3e940 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0843_id0854_7x9_f0.png" title="Section 3 0843 record 854" meta="offset=0x3e990 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0844_id0855_7x9_f0.png" title="Section 3 0844 record 855" meta="offset=0x3e9e0 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0845_id0856_7x9_f0.png" title="Section 3 0845 record 856" meta="offset=0x3ea30 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0846_id0857_7x9_f0.png" title="Section 3 0846 record 857" meta="offset=0x3ea80 flags=0 size=7x9 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0847_id0858_7x9_f2.png" title="Section 3 0847 record 858" meta="offset=0x3ead0 flags=2 size=7x9 payload=1020 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0848_id0859_3x1_f0.png" title="Section 3 0848 record 859" meta="offset=0x3eed8 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0849_id0860_2x8_f0.png" title="Section 3 0849 record 860" meta="offset=0x3eee8 flags=0 size=2x8 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0850_id0861_5x3_f0.png" title="Section 3 0850 record 861" meta="offset=0x3ef08 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0851_id0862_5x6_f0.png" title="Section 3 0851 record 862" meta="offset=0x3ef28 flags=0 size=5x6 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0852_id0863_5x8_f0.png" title="Section 3 0852 record 863" meta="offset=0x3ef58 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0853_id0864_5x8_f0.png" title="Section 3 0853 record 864" meta="offset=0x3ef90 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0854_id0865_4x8_f0.png" title="Section 3 0854 record 865" meta="offset=0x3efc8 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0855_id0866_2x3_f0.png" title="Section 3 0855 record 866" meta="offset=0x3eff8 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0856_id0867_4x8_f0.png" title="Section 3 0856 record 867" meta="offset=0x3f010 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0857_id0868_4x8_f0.png" title="Section 3 0857 record 868" meta="offset=0x3f040 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0858_id0869_5x5_f0.png" title="Section 3 0858 record 869" meta="offset=0x3f070 flags=0 size=5x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0859_id0870_6x6_f0.png" title="Section 3 0859 record 870" meta="offset=0x3f098 flags=0 size=6x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0860_id0871_2x3_f0.png" title="Section 3 0860 record 871" meta="offset=0x3f0d0 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0861_id0872_5x2_f0.png" title="Section 3 0861 record 872" meta="offset=0x3f0e8 flags=0 size=5x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0862_id0873_1x1_f0.png" title="Section 3 0862 record 873" meta="offset=0x3f100 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0863_id0874_5x8_f0.png" title="Section 3 0863 record 874" meta="offset=0x3f110 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0864_id0875_5x8_f0.png" title="Section 3 0864 record 875" meta="offset=0x3f148 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0865_id0876_5x8_f0.png" title="Section 3 0865 record 876" meta="offset=0x3f180 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0866_id0877_5x8_f0.png" title="Section 3 0866 record 877" meta="offset=0x3f1b8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0867_id0878_5x8_f0.png" title="Section 3 0867 record 878" meta="offset=0x3f1f0 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0868_id0879_5x8_f0.png" title="Section 3 0868 record 879" meta="offset=0x3f228 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0869_id0880_5x8_f0.png" title="Section 3 0869 record 880" meta="offset=0x3f260 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0870_id0881_5x8_f0.png" title="Section 3 0870 record 881" meta="offset=0x3f298 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0871_id0882_5x8_f0.png" title="Section 3 0871 record 882" meta="offset=0x3f2d0 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0872_id0883_5x8_f0.png" title="Section 3 0872 record 883" meta="offset=0x3f308 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0873_id0884_5x8_f0.png" title="Section 3 0873 record 884" meta="offset=0x3f340 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0874_id0885_1x4_f0.png" title="Section 3 0874 record 885" meta="offset=0x3f378 flags=0 size=1x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0875_id0886_2x5_f0.png" title="Section 3 0875 record 886" meta="offset=0x3f390 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0876_id0887_5x8_f0.png" title="Section 3 0876 record 887" meta="offset=0x3f3a8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0877_id0888_5x4_f0.png" title="Section 3 0877 record 888" meta="offset=0x3f3e0 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0878_id0889_5x8_f0.png" title="Section 3 0878 record 889" meta="offset=0x3f408 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0879_id0890_5x8_f0.png" title="Section 3 0879 record 890" meta="offset=0x3f440 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0880_id0891_5x8_f0.png" title="Section 3 0880 record 891" meta="offset=0x3f478 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0881_id0892_5x8_f0.png" title="Section 3 0881 record 892" meta="offset=0x3f4b0 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0882_id0893_5x8_f0.png" title="Section 3 0882 record 893" meta="offset=0x3f4e8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0883_id0894_5x8_f0.png" title="Section 3 0883 record 894" meta="offset=0x3f520 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0884_id0895_5x8_f0.png" title="Section 3 0884 record 895" meta="offset=0x3f558 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0885_id0896_5x8_f0.png" title="Section 3 0885 record 896" meta="offset=0x3f590 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0886_id0897_5x8_f0.png" title="Section 3 0886 record 897" meta="offset=0x3f5c8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0887_id0898_6x8_f0.png" title="Section 3 0887 record 898" meta="offset=0x3f600 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0888_id0899_5x8_f0.png" title="Section 3 0888 record 899" meta="offset=0x3f640 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0889_id0900_4x8_f0.png" title="Section 3 0889 record 900" meta="offset=0x3f678 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0890_id0901_5x8_f0.png" title="Section 3 0890 record 901" meta="offset=0x3f6a8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0891_id0902_5x8_f0.png" title="Section 3 0891 record 902" meta="offset=0x3f6e0 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0892_id0903_5x8_f0.png" title="Section 3 0892 record 903" meta="offset=0x3f718 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0893_id0904_7x8_f0.png" title="Section 3 0893 record 904" meta="offset=0x3f750 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0894_id0905_6x8_f0.png" title="Section 3 0894 record 905" meta="offset=0x3f798 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0895_id0906_5x8_f0.png" title="Section 3 0895 record 906" meta="offset=0x3f7d8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0896_id0907_5x8_f0.png" title="Section 3 0896 record 907" meta="offset=0x3f810 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0897_id0908_5x8_f0.png" title="Section 3 0897 record 908" meta="offset=0x3f848 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0898_id0909_5x8_f0.png" title="Section 3 0898 record 909" meta="offset=0x3f880 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0899_id0910_5x8_f0.png" title="Section 3 0899 record 910" meta="offset=0x3f8b8 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0900_id0911_4x8_f0.png" title="Section 3 0900 record 911" meta="offset=0x3f8f0 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0901_id0912_5x8_f0.png" title="Section 3 0901 record 912" meta="offset=0x3f920 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0902_id0913_6x8_f0.png" title="Section 3 0902 record 913" meta="offset=0x3f958 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0903_id0914_7x8_f0.png" title="Section 3 0903 record 914" meta="offset=0x3f998 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0904_id0915_6x8_f0.png" title="Section 3 0904 record 915" meta="offset=0x3f9e0 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0905_id0916_6x8_f0.png" title="Section 3 0905 record 916" meta="offset=0x3fa20 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0906_id0917_5x8_f2.png" title="Section 3 0906 record 917" meta="offset=0x3fa60 flags=2 size=5x8 payload=996 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0907_id0918_5x10_f0.png" title="Section 3 0907 record 918" meta="offset=0x3fe50 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0908_id0919_4x10_f0.png" title="Section 3 0908 record 919" meta="offset=0x3fe90 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0909_id0920_7x5_f0.png" title="Section 3 0909 record 920" meta="offset=0x3fec8 flags=0 size=7x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0910_id0921_7x8_f0.png" title="Section 3 0910 record 921" meta="offset=0x3fef8 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0911_id0922_7x10_f0.png" title="Section 3 0911 record 922" meta="offset=0x3ff40 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0912_id0923_7x10_f0.png" title="Section 3 0912 record 923" meta="offset=0x3ff98 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0913_id0924_6x10_f0.png" title="Section 3 0913 record 924" meta="offset=0x3fff0 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0914_id0925_4x5_f0.png" title="Section 3 0914 record 925" meta="offset=0x40040 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0915_id0926_6x10_f0.png" title="Section 3 0915 record 926" meta="offset=0x40068 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0916_id0927_6x10_f0.png" title="Section 3 0916 record 927" meta="offset=0x400b8 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0917_id0928_7x7_f0.png" title="Section 3 0917 record 928" meta="offset=0x40108 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0918_id0929_8x8_f0.png" title="Section 3 0918 record 929" meta="offset=0x40148 flags=0 size=8x8 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0919_id0930_4x5_f0.png" title="Section 3 0919 record 930" meta="offset=0x40198 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0920_id0931_7x4_f0.png" title="Section 3 0920 record 931" meta="offset=0x401c0 flags=0 size=7x4 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0921_id0932_3x3_f0.png" title="Section 3 0921 record 932" meta="offset=0x401f0 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0922_id0933_7x10_f0.png" title="Section 3 0922 record 933" meta="offset=0x40208 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0923_id0934_7x10_f0.png" title="Section 3 0923 record 934" meta="offset=0x40260 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0924_id0935_7x10_f0.png" title="Section 3 0924 record 935" meta="offset=0x402b8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0925_id0936_7x10_f0.png" title="Section 3 0925 record 936" meta="offset=0x40310 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0926_id0937_7x10_f0.png" title="Section 3 0926 record 937" meta="offset=0x40368 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0927_id0938_7x10_f0.png" title="Section 3 0927 record 938" meta="offset=0x403c0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0928_id0939_7x10_f0.png" title="Section 3 0928 record 939" meta="offset=0x40418 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0929_id0940_7x10_f0.png" title="Section 3 0929 record 940" meta="offset=0x40470 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0930_id0941_7x10_f0.png" title="Section 3 0930 record 941" meta="offset=0x404c8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0931_id0942_7x10_f0.png" title="Section 3 0931 record 942" meta="offset=0x40520 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0932_id0943_7x10_f0.png" title="Section 3 0932 record 943" meta="offset=0x40578 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0933_id0944_3x6_f0.png" title="Section 3 0933 record 944" meta="offset=0x405d0 flags=0 size=3x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0934_id0945_3x7_f0.png" title="Section 3 0934 record 945" meta="offset=0x405f0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0935_id0946_7x10_f0.png" title="Section 3 0935 record 946" meta="offset=0x40618 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0936_id0947_7x6_f0.png" title="Section 3 0936 record 947" meta="offset=0x40670 flags=0 size=7x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0937_id0948_7x10_f0.png" title="Section 3 0937 record 948" meta="offset=0x406a8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0938_id0949_7x10_f0.png" title="Section 3 0938 record 949" meta="offset=0x40700 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0939_id0950_7x10_f0.png" title="Section 3 0939 record 950" meta="offset=0x40758 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0940_id0951_7x10_f0.png" title="Section 3 0940 record 951" meta="offset=0x407b0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0941_id0952_7x10_f0.png" title="Section 3 0941 record 952" meta="offset=0x40808 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0942_id0953_7x10_f0.png" title="Section 3 0942 record 953" meta="offset=0x40860 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0943_id0954_7x10_f0.png" title="Section 3 0943 record 954" meta="offset=0x408b8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0944_id0955_7x10_f0.png" title="Section 3 0944 record 955" meta="offset=0x40910 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0945_id0956_7x10_f0.png" title="Section 3 0945 record 956" meta="offset=0x40968 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0946_id0957_8x10_f0.png" title="Section 3 0946 record 957" meta="offset=0x409c0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0947_id0958_7x10_f0.png" title="Section 3 0947 record 958" meta="offset=0x40a20 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0948_id0959_6x10_f0.png" title="Section 3 0948 record 959" meta="offset=0x40a78 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0949_id0960_7x10_f0.png" title="Section 3 0949 record 960" meta="offset=0x40ac8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0950_id0961_7x10_f0.png" title="Section 3 0950 record 961" meta="offset=0x40b20 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0951_id0962_7x10_f0.png" title="Section 3 0951 record 962" meta="offset=0x40b78 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0952_id0963_9x10_f0.png" title="Section 3 0952 record 963" meta="offset=0x40bd0 flags=0 size=9x10 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0953_id0964_8x10_f0.png" title="Section 3 0953 record 964" meta="offset=0x40c38 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0954_id0965_7x10_f0.png" title="Section 3 0954 record 965" meta="offset=0x40c98 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0955_id0966_7x10_f0.png" title="Section 3 0955 record 966" meta="offset=0x40cf0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0956_id0967_7x10_f0.png" title="Section 3 0956 record 967" meta="offset=0x40d48 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0957_id0968_7x10_f0.png" title="Section 3 0957 record 968" meta="offset=0x40da0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0958_id0969_7x10_f0.png" title="Section 3 0958 record 969" meta="offset=0x40df8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0959_id0970_6x10_f0.png" title="Section 3 0959 record 970" meta="offset=0x40e50 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0960_id0971_7x10_f0.png" title="Section 3 0960 record 971" meta="offset=0x40ea0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0961_id0972_8x10_f0.png" title="Section 3 0961 record 972" meta="offset=0x40ef8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0962_id0973_9x10_f0.png" title="Section 3 0962 record 973" meta="offset=0x40f58 flags=0 size=9x10 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0963_id0974_8x10_f0.png" title="Section 3 0963 record 974" meta="offset=0x40fc0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0964_id0975_8x10_f0.png" title="Section 3 0964 record 975" meta="offset=0x41020 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0965_id0976_7x10_f2.png" title="Section 3 0965 record 976" meta="offset=0x41080 flags=2 size=7x10 payload=1028 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0966_id0977_4x1_f0.png" title="Section 3 0966 record 977" meta="offset=0x41490 flags=0 size=4x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0967_id0978_2x8_f0.png" title="Section 3 0967 record 978" meta="offset=0x414a8 flags=0 size=2x8 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0968_id0979_5x3_f0.png" title="Section 3 0968 record 979" meta="offset=0x414c8 flags=0 size=5x3 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0969_id0980_5x6_f0.png" title="Section 3 0969 record 980" meta="offset=0x414e8 flags=0 size=5x6 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0970_id0981_5x8_f0.png" title="Section 3 0970 record 981" meta="offset=0x41518 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0971_id0982_6x8_f0.png" title="Section 3 0971 record 982" meta="offset=0x41550 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0972_id0983_6x8_f0.png" title="Section 3 0972 record 983" meta="offset=0x41590 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0973_id0984_2x3_f0.png" title="Section 3 0973 record 984" meta="offset=0x415d0 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0974_id0985_4x8_f0.png" title="Section 3 0974 record 985" meta="offset=0x415e8 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0975_id0986_4x8_f0.png" title="Section 3 0975 record 986" meta="offset=0x41618 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0976_id0987_7x7_f0.png" title="Section 3 0976 record 987" meta="offset=0x41648 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0977_id0988_6x6_f0.png" title="Section 3 0977 record 988" meta="offset=0x41688 flags=0 size=6x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0978_id0989_2x3_f0.png" title="Section 3 0978 record 989" meta="offset=0x416c0 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0979_id0990_6x2_f0.png" title="Section 3 0979 record 990" meta="offset=0x416d8 flags=0 size=6x2 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0980_id0991_1x1_f0.png" title="Section 3 0980 record 991" meta="offset=0x416f8 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0981_id0992_5x8_f0.png" title="Section 3 0981 record 992" meta="offset=0x41708 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0982_id0993_6x8_f0.png" title="Section 3 0982 record 993" meta="offset=0x41740 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0983_id0994_6x8_f0.png" title="Section 3 0983 record 994" meta="offset=0x41780 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0984_id0995_6x8_f0.png" title="Section 3 0984 record 995" meta="offset=0x417c0 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0985_id0996_6x8_f0.png" title="Section 3 0985 record 996" meta="offset=0x41800 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0986_id0997_6x8_f0.png" title="Section 3 0986 record 997" meta="offset=0x41840 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0987_id0998_6x8_f0.png" title="Section 3 0987 record 998" meta="offset=0x41880 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmap-gallery-05.md b/radium-section3-bitmap-gallery-05.md new file mode 100644 index 0000000..48c75c2 --- /dev/null +++ b/radium-section3-bitmap-gallery-05.md @@ -0,0 +1,246 @@ +# Radium Section 3 Bitmap Gallery 05 + +Raw-indexed section 3 bitmap previews 961-1200 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_0988_id0999_6x8_f0.png" title="Section 3 0988 record 999" meta="offset=0x418c0 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0989_id1000_6x8_f0.png" title="Section 3 0989 record 1000" meta="offset=0x41900 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0990_id1001_6x8_f0.png" title="Section 3 0990 record 1001" meta="offset=0x41940 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0991_id1002_6x8_f0.png" title="Section 3 0991 record 1002" meta="offset=0x41980 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0992_id1003_1x4_f0.png" title="Section 3 0992 record 1003" meta="offset=0x419c0 flags=0 size=1x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0993_id1004_2x5_f0.png" title="Section 3 0993 record 1004" meta="offset=0x419d8 flags=0 size=2x5 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0994_id1005_5x8_f0.png" title="Section 3 0994 record 1005" meta="offset=0x419f0 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0995_id1006_5x4_f0.png" title="Section 3 0995 record 1006" meta="offset=0x41a28 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0996_id1007_5x8_f0.png" title="Section 3 0996 record 1007" meta="offset=0x41a50 flags=0 size=5x8 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0997_id1008_6x8_f0.png" title="Section 3 0997 record 1008" meta="offset=0x41a88 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0998_id1009_6x8_f0.png" title="Section 3 0998 record 1009" meta="offset=0x41ac8 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_0999_id1010_6x8_f0.png" title="Section 3 0999 record 1010" meta="offset=0x41b08 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1000_id1011_6x8_f0.png" title="Section 3 1000 record 1011" meta="offset=0x41b48 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1001_id1012_6x8_f0.png" title="Section 3 1001 record 1012" meta="offset=0x41b88 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1002_id1013_6x8_f0.png" title="Section 3 1002 record 1013" meta="offset=0x41bc8 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1003_id1014_6x8_f0.png" title="Section 3 1003 record 1014" meta="offset=0x41c08 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1004_id1015_6x8_f0.png" title="Section 3 1004 record 1015" meta="offset=0x41c48 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1005_id1016_6x8_f0.png" title="Section 3 1005 record 1016" meta="offset=0x41c88 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1006_id1017_6x8_f0.png" title="Section 3 1006 record 1017" meta="offset=0x41cc8 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1007_id1018_4x8_f0.png" title="Section 3 1007 record 1018" meta="offset=0x41d08 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1008_id1019_6x8_f0.png" title="Section 3 1008 record 1019" meta="offset=0x41d38 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1009_id1020_6x8_f0.png" title="Section 3 1009 record 1020" meta="offset=0x41d78 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1010_id1021_6x8_f0.png" title="Section 3 1010 record 1021" meta="offset=0x41db8 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1011_id1022_7x8_f0.png" title="Section 3 1011 record 1022" meta="offset=0x41df8 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1012_id1023_6x8_f0.png" title="Section 3 1012 record 1023" meta="offset=0x41e40 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1013_id1024_6x8_f0.png" title="Section 3 1013 record 1024" meta="offset=0x41e80 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1014_id1025_6x8_f0.png" title="Section 3 1014 record 1025" meta="offset=0x41ec0 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1015_id1026_6x8_f0.png" title="Section 3 1015 record 1026" meta="offset=0x41f00 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1016_id1027_6x8_f0.png" title="Section 3 1016 record 1027" meta="offset=0x41f40 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1017_id1028_6x8_f0.png" title="Section 3 1017 record 1028" meta="offset=0x41f80 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1018_id1029_6x8_f0.png" title="Section 3 1018 record 1029" meta="offset=0x41fc0 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1019_id1030_6x8_f0.png" title="Section 3 1019 record 1030" meta="offset=0x42000 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1020_id1031_7x8_f0.png" title="Section 3 1020 record 1031" meta="offset=0x42040 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1021_id1032_7x8_f0.png" title="Section 3 1021 record 1032" meta="offset=0x42088 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1022_id1033_7x8_f0.png" title="Section 3 1022 record 1033" meta="offset=0x420d0 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1023_id1034_6x8_f0.png" title="Section 3 1023 record 1034" meta="offset=0x42118 flags=0 size=6x8 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1024_id1035_6x8_f2.png" title="Section 3 1024 record 1035" meta="offset=0x42158 flags=2 size=6x8 payload=1004 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1025_id1036_6x1_f0.png" title="Section 3 1025 record 1036" meta="offset=0x42550 flags=0 size=6x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1026_id1037_4x10_f0.png" title="Section 3 1026 record 1037" meta="offset=0x42568 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1027_id1038_7x5_f0.png" title="Section 3 1027 record 1038" meta="offset=0x425a0 flags=0 size=7x5 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1028_id1039_7x8_f0.png" title="Section 3 1028 record 1039" meta="offset=0x425d0 flags=0 size=7x8 payload=60 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1029_id1040_7x10_f0.png" title="Section 3 1029 record 1040" meta="offset=0x42618 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1030_id1041_8x10_f0.png" title="Section 3 1030 record 1041" meta="offset=0x42670 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1031_id1042_8x10_f0.png" title="Section 3 1031 record 1042" meta="offset=0x426d0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1032_id1043_4x5_f0.png" title="Section 3 1032 record 1043" meta="offset=0x42730 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1033_id1044_6x10_f0.png" title="Section 3 1033 record 1044" meta="offset=0x42758 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1034_id1045_6x10_f0.png" title="Section 3 1034 record 1045" meta="offset=0x427a8 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1035_id1046_9x9_f0.png" title="Section 3 1035 record 1046" meta="offset=0x427f8 flags=0 size=9x9 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1036_id1047_8x8_f0.png" title="Section 3 1036 record 1047" meta="offset=0x42858 flags=0 size=8x8 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1037_id1048_4x5_f0.png" title="Section 3 1037 record 1048" meta="offset=0x428a8 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1038_id1049_8x4_f0.png" title="Section 3 1038 record 1049" meta="offset=0x428d0 flags=0 size=8x4 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1039_id1050_3x3_f0.png" title="Section 3 1039 record 1050" meta="offset=0x42900 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1040_id1051_7x10_f0.png" title="Section 3 1040 record 1051" meta="offset=0x42918 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1041_id1052_8x10_f0.png" title="Section 3 1041 record 1052" meta="offset=0x42970 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1042_id1053_8x10_f0.png" title="Section 3 1042 record 1053" meta="offset=0x429d0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1043_id1054_8x10_f0.png" title="Section 3 1043 record 1054" meta="offset=0x42a30 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1044_id1055_8x10_f0.png" title="Section 3 1044 record 1055" meta="offset=0x42a90 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1045_id1056_8x10_f0.png" title="Section 3 1045 record 1056" meta="offset=0x42af0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1046_id1057_8x10_f0.png" title="Section 3 1046 record 1057" meta="offset=0x42b50 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1047_id1058_8x10_f0.png" title="Section 3 1047 record 1058" meta="offset=0x42bb0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1048_id1059_8x10_f0.png" title="Section 3 1048 record 1059" meta="offset=0x42c10 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1049_id1060_8x10_f0.png" title="Section 3 1049 record 1060" meta="offset=0x42c70 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1050_id1061_8x10_f0.png" title="Section 3 1050 record 1061" meta="offset=0x42cd0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1051_id1062_3x6_f0.png" title="Section 3 1051 record 1062" meta="offset=0x42d30 flags=0 size=3x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1052_id1063_4x7_f0.png" title="Section 3 1052 record 1063" meta="offset=0x42d50 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1053_id1064_7x10_f0.png" title="Section 3 1053 record 1064" meta="offset=0x42d80 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1054_id1065_7x6_f0.png" title="Section 3 1054 record 1065" meta="offset=0x42dd8 flags=0 size=7x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1055_id1066_7x10_f0.png" title="Section 3 1055 record 1066" meta="offset=0x42e10 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1056_id1067_8x10_f0.png" title="Section 3 1056 record 1067" meta="offset=0x42e68 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1057_id1068_8x10_f0.png" title="Section 3 1057 record 1068" meta="offset=0x42ec8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1058_id1069_8x10_f0.png" title="Section 3 1058 record 1069" meta="offset=0x42f28 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1059_id1070_8x10_f0.png" title="Section 3 1059 record 1070" meta="offset=0x42f88 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1060_id1071_8x10_f0.png" title="Section 3 1060 record 1071" meta="offset=0x42fe8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1061_id1072_8x10_f0.png" title="Section 3 1061 record 1072" meta="offset=0x43048 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1062_id1073_8x10_f0.png" title="Section 3 1062 record 1073" meta="offset=0x430a8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1063_id1074_8x10_f0.png" title="Section 3 1063 record 1074" meta="offset=0x43108 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1064_id1075_8x10_f0.png" title="Section 3 1064 record 1075" meta="offset=0x43168 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1065_id1076_8x10_f0.png" title="Section 3 1065 record 1076" meta="offset=0x431c8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1066_id1077_6x10_f0.png" title="Section 3 1066 record 1077" meta="offset=0x43228 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1067_id1078_8x10_f0.png" title="Section 3 1067 record 1078" meta="offset=0x43278 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1068_id1079_8x10_f0.png" title="Section 3 1068 record 1079" meta="offset=0x432d8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1069_id1080_8x10_f0.png" title="Section 3 1069 record 1080" meta="offset=0x43338 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1070_id1081_9x10_f0.png" title="Section 3 1070 record 1081" meta="offset=0x43398 flags=0 size=9x10 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1071_id1082_8x10_f0.png" title="Section 3 1071 record 1082" meta="offset=0x43400 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1072_id1083_8x10_f0.png" title="Section 3 1072 record 1083" meta="offset=0x43460 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1073_id1084_8x10_f0.png" title="Section 3 1073 record 1084" meta="offset=0x434c0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1074_id1085_8x10_f0.png" title="Section 3 1074 record 1085" meta="offset=0x43520 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1075_id1086_8x10_f0.png" title="Section 3 1075 record 1086" meta="offset=0x43580 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1076_id1087_8x10_f0.png" title="Section 3 1076 record 1087" meta="offset=0x435e0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1077_id1088_8x10_f0.png" title="Section 3 1077 record 1088" meta="offset=0x43640 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1078_id1089_8x10_f0.png" title="Section 3 1078 record 1089" meta="offset=0x436a0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1079_id1090_9x10_f0.png" title="Section 3 1079 record 1090" meta="offset=0x43700 flags=0 size=9x10 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1080_id1091_9x10_f0.png" title="Section 3 1080 record 1091" meta="offset=0x43768 flags=0 size=9x10 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1081_id1092_9x10_f0.png" title="Section 3 1081 record 1092" meta="offset=0x437d0 flags=0 size=9x10 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1082_id1093_8x10_f0.png" title="Section 3 1082 record 1093" meta="offset=0x43838 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1083_id1094_8x10_f2.png" title="Section 3 1083 record 1094" meta="offset=0x43898 flags=2 size=8x10 payload=1036 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1084_id1095_3x1_f0.png" title="Section 3 1084 record 1095" meta="offset=0x43cb0 flags=0 size=3x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1085_id1096_2x10_f0.png" title="Section 3 1085 record 1096" meta="offset=0x43cc0 flags=0 size=2x10 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1086_id1097_3x2_f0.png" title="Section 3 1086 record 1097" meta="offset=0x43ce8 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1087_id1098_8x10_f0.png" title="Section 3 1087 record 1098" meta="offset=0x43d00 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1088_id1099_7x10_f0.png" title="Section 3 1088 record 1099" meta="offset=0x43d60 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1089_id1100_6x10_f0.png" title="Section 3 1089 record 1100" meta="offset=0x43db8 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1090_id1101_8x10_f0.png" title="Section 3 1090 record 1101" meta="offset=0x43e08 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1091_id1102_1x2_f0.png" title="Section 3 1091 record 1102" meta="offset=0x43e68 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1092_id1103_4x10_f0.png" title="Section 3 1092 record 1103" meta="offset=0x43e78 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1093_id1104_4x10_f0.png" title="Section 3 1093 record 1104" meta="offset=0x43eb0 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1094_id1105_5x7_f0.png" title="Section 3 1094 record 1105" meta="offset=0x43ee8 flags=0 size=5x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1095_id1106_6x6_f0.png" title="Section 3 1095 record 1106" meta="offset=0x43f18 flags=0 size=6x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1096_id1107_2x3_f0.png" title="Section 3 1096 record 1107" meta="offset=0x43f50 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1097_id1108_6x2_f0.png" title="Section 3 1097 record 1108" meta="offset=0x43f68 flags=0 size=6x2 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1098_id1109_1x1_f0.png" title="Section 3 1098 record 1109" meta="offset=0x43f88 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1099_id1110_6x10_f0.png" title="Section 3 1099 record 1110" meta="offset=0x43f98 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1100_id1111_5x10_f0.png" title="Section 3 1100 record 1111" meta="offset=0x43fe8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1101_id1112_5x10_f0.png" title="Section 3 1101 record 1112" meta="offset=0x44028 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1102_id1113_5x10_f0.png" title="Section 3 1102 record 1113" meta="offset=0x44068 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1103_id1114_5x10_f0.png" title="Section 3 1103 record 1114" meta="offset=0x440a8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1104_id1115_5x10_f0.png" title="Section 3 1104 record 1115" meta="offset=0x440e8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1105_id1116_5x10_f0.png" title="Section 3 1105 record 1116" meta="offset=0x44128 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1106_id1117_5x10_f0.png" title="Section 3 1106 record 1117" meta="offset=0x44168 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1107_id1118_5x10_f0.png" title="Section 3 1107 record 1118" meta="offset=0x441a8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1108_id1119_5x10_f0.png" title="Section 3 1108 record 1119" meta="offset=0x441e8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1109_id1120_5x10_f0.png" title="Section 3 1109 record 1120" meta="offset=0x44228 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1110_id1121_1x4_f0.png" title="Section 3 1110 record 1121" meta="offset=0x44268 flags=0 size=1x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1111_id1122_2x6_f0.png" title="Section 3 1111 record 1122" meta="offset=0x44280 flags=0 size=2x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1112_id1123_6x10_f0.png" title="Section 3 1112 record 1123" meta="offset=0x442a0 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1113_id1124_5x4_f0.png" title="Section 3 1113 record 1124" meta="offset=0x442f0 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1114_id1125_6x10_f0.png" title="Section 3 1114 record 1125" meta="offset=0x44318 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1115_id1126_7x10_f0.png" title="Section 3 1115 record 1126" meta="offset=0x44368 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1116_id1127_7x10_f0.png" title="Section 3 1116 record 1127" meta="offset=0x443c0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1117_id1128_5x10_f0.png" title="Section 3 1117 record 1128" meta="offset=0x44418 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1118_id1129_5x10_f0.png" title="Section 3 1118 record 1129" meta="offset=0x44458 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1119_id1130_5x10_f0.png" title="Section 3 1119 record 1130" meta="offset=0x44498 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1120_id1131_5x10_f0.png" title="Section 3 1120 record 1131" meta="offset=0x444d8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1121_id1132_5x10_f0.png" title="Section 3 1121 record 1132" meta="offset=0x44518 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1122_id1133_5x10_f0.png" title="Section 3 1122 record 1133" meta="offset=0x44558 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1123_id1134_5x10_f0.png" title="Section 3 1123 record 1134" meta="offset=0x44598 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1124_id1135_5x10_f0.png" title="Section 3 1124 record 1135" meta="offset=0x445d8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1125_id1136_5x10_f0.png" title="Section 3 1125 record 1136" meta="offset=0x44618 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1126_id1137_5x10_f0.png" title="Section 3 1126 record 1137" meta="offset=0x44658 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1127_id1138_5x10_f0.png" title="Section 3 1127 record 1138" meta="offset=0x44698 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1128_id1139_5x10_f0.png" title="Section 3 1128 record 1139" meta="offset=0x446d8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1129_id1140_5x10_f0.png" title="Section 3 1129 record 1140" meta="offset=0x44718 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1130_id1141_5x10_f0.png" title="Section 3 1130 record 1141" meta="offset=0x44758 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1131_id1142_5x10_f0.png" title="Section 3 1131 record 1142" meta="offset=0x44798 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1132_id1143_5x10_f0.png" title="Section 3 1132 record 1143" meta="offset=0x447d8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1133_id1144_5x10_f0.png" title="Section 3 1133 record 1144" meta="offset=0x44818 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1134_id1145_5x10_f0.png" title="Section 3 1134 record 1145" meta="offset=0x44858 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1135_id1146_5x10_f0.png" title="Section 3 1135 record 1146" meta="offset=0x44898 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1136_id1147_5x10_f0.png" title="Section 3 1136 record 1147" meta="offset=0x448d8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1137_id1148_5x10_f0.png" title="Section 3 1137 record 1148" meta="offset=0x44918 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1138_id1149_5x10_f0.png" title="Section 3 1138 record 1149" meta="offset=0x44958 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1139_id1150_5x10_f0.png" title="Section 3 1139 record 1150" meta="offset=0x44998 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1140_id1151_5x10_f0.png" title="Section 3 1140 record 1151" meta="offset=0x449d8 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1141_id1152_5x10_f0.png" title="Section 3 1141 record 1152" meta="offset=0x44a18 flags=0 size=5x10 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1142_id1153_5x10_f2.png" title="Section 3 1142 record 1153" meta="offset=0x44a58 flags=2 size=5x10 payload=1004 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1143_id1154_5x1_f0.png" title="Section 3 1143 record 1154" meta="offset=0x44e50 flags=0 size=5x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1144_id1155_2x10_f0.png" title="Section 3 1144 record 1155" meta="offset=0x44e68 flags=0 size=2x10 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1145_id1156_3x2_f0.png" title="Section 3 1145 record 1156" meta="offset=0x44e90 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1146_id1157_8x10_f0.png" title="Section 3 1146 record 1157" meta="offset=0x44ea8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1147_id1158_7x10_f0.png" title="Section 3 1147 record 1158" meta="offset=0x44f08 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1148_id1159_6x10_f0.png" title="Section 3 1148 record 1159" meta="offset=0x44f60 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1149_id1160_8x10_f0.png" title="Section 3 1149 record 1160" meta="offset=0x44fb0 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1150_id1161_1x2_f0.png" title="Section 3 1150 record 1161" meta="offset=0x45010 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1151_id1162_4x10_f0.png" title="Section 3 1151 record 1162" meta="offset=0x45020 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1152_id1163_4x10_f0.png" title="Section 3 1152 record 1163" meta="offset=0x45058 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1153_id1164_7x7_f0.png" title="Section 3 1153 record 1164" meta="offset=0x45090 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1154_id1165_6x6_f0.png" title="Section 3 1154 record 1165" meta="offset=0x450d0 flags=0 size=6x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1155_id1166_2x3_f0.png" title="Section 3 1155 record 1166" meta="offset=0x45108 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1156_id1167_6x2_f0.png" title="Section 3 1156 record 1167" meta="offset=0x45120 flags=0 size=6x2 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1157_id1168_1x1_f0.png" title="Section 3 1157 record 1168" meta="offset=0x45140 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1158_id1169_6x10_f0.png" title="Section 3 1158 record 1169" meta="offset=0x45150 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1159_id1170_7x10_f0.png" title="Section 3 1159 record 1170" meta="offset=0x451a0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1160_id1171_7x10_f0.png" title="Section 3 1160 record 1171" meta="offset=0x451f8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1161_id1172_7x10_f0.png" title="Section 3 1161 record 1172" meta="offset=0x45250 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1162_id1173_7x10_f0.png" title="Section 3 1162 record 1173" meta="offset=0x452a8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1163_id1174_7x10_f0.png" title="Section 3 1163 record 1174" meta="offset=0x45300 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1164_id1175_7x10_f0.png" title="Section 3 1164 record 1175" meta="offset=0x45358 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1165_id1176_7x10_f0.png" title="Section 3 1165 record 1176" meta="offset=0x453b0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1166_id1177_7x10_f0.png" title="Section 3 1166 record 1177" meta="offset=0x45408 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1167_id1178_7x10_f0.png" title="Section 3 1167 record 1178" meta="offset=0x45460 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1168_id1179_7x10_f0.png" title="Section 3 1168 record 1179" meta="offset=0x454b8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1169_id1180_1x4_f0.png" title="Section 3 1169 record 1180" meta="offset=0x45510 flags=0 size=1x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1170_id1181_2x6_f0.png" title="Section 3 1170 record 1181" meta="offset=0x45528 flags=0 size=2x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1171_id1182_6x10_f0.png" title="Section 3 1171 record 1182" meta="offset=0x45548 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1172_id1183_5x4_f0.png" title="Section 3 1172 record 1183" meta="offset=0x45598 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1173_id1184_6x10_f0.png" title="Section 3 1173 record 1184" meta="offset=0x455c0 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1174_id1185_7x10_f0.png" title="Section 3 1174 record 1185" meta="offset=0x45610 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1175_id1186_7x10_f0.png" title="Section 3 1175 record 1186" meta="offset=0x45668 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1176_id1187_7x10_f0.png" title="Section 3 1176 record 1187" meta="offset=0x456c0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1177_id1188_7x10_f0.png" title="Section 3 1177 record 1188" meta="offset=0x45718 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1178_id1189_7x10_f0.png" title="Section 3 1178 record 1189" meta="offset=0x45770 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1179_id1190_7x10_f0.png" title="Section 3 1179 record 1190" meta="offset=0x457c8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1180_id1191_7x10_f0.png" title="Section 3 1180 record 1191" meta="offset=0x45820 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1181_id1192_7x10_f0.png" title="Section 3 1181 record 1192" meta="offset=0x45878 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1182_id1193_7x10_f0.png" title="Section 3 1182 record 1193" meta="offset=0x458d0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1183_id1194_7x10_f0.png" title="Section 3 1183 record 1194" meta="offset=0x45928 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1184_id1195_6x10_f0.png" title="Section 3 1184 record 1195" meta="offset=0x45980 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1185_id1196_7x10_f0.png" title="Section 3 1185 record 1196" meta="offset=0x459d0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1186_id1197_7x10_f0.png" title="Section 3 1186 record 1197" meta="offset=0x45a28 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1187_id1198_7x10_f0.png" title="Section 3 1187 record 1198" meta="offset=0x45a80 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1188_id1199_8x10_f0.png" title="Section 3 1188 record 1199" meta="offset=0x45ad8 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1189_id1200_7x10_f0.png" title="Section 3 1189 record 1200" meta="offset=0x45b38 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1190_id1201_7x10_f0.png" title="Section 3 1190 record 1201" meta="offset=0x45b90 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1191_id1202_7x10_f0.png" title="Section 3 1191 record 1202" meta="offset=0x45be8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1192_id1203_7x10_f0.png" title="Section 3 1192 record 1203" meta="offset=0x45c40 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1193_id1204_7x10_f0.png" title="Section 3 1193 record 1204" meta="offset=0x45c98 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1194_id1205_7x10_f0.png" title="Section 3 1194 record 1205" meta="offset=0x45cf0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1195_id1206_8x10_f0.png" title="Section 3 1195 record 1206" meta="offset=0x45d48 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1196_id1207_7x10_f0.png" title="Section 3 1196 record 1207" meta="offset=0x45da8 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1197_id1208_8x10_f0.png" title="Section 3 1197 record 1208" meta="offset=0x45e00 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1198_id1209_8x10_f0.png" title="Section 3 1198 record 1209" meta="offset=0x45e60 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1199_id1210_7x10_f0.png" title="Section 3 1199 record 1210" meta="offset=0x45ec0 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1200_id1211_8x10_f0.png" title="Section 3 1200 record 1211" meta="offset=0x45f18 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1201_id1212_8x10_f2.png" title="Section 3 1201 record 1212" meta="offset=0x45f78 flags=2 size=8x10 payload=1036 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1202_id1213_7x1_f0.png" title="Section 3 1202 record 1213" meta="offset=0x46390 flags=0 size=7x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1203_id1214_4x12_f0.png" title="Section 3 1203 record 1214" meta="offset=0x463a8 flags=0 size=4x12 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1204_id1215_5x4_f0.png" title="Section 3 1204 record 1215" meta="offset=0x463e8 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1205_id1216_10x12_f0.png" title="Section 3 1205 record 1216" meta="offset=0x46410 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1206_id1217_9x12_f0.png" title="Section 3 1206 record 1217" meta="offset=0x46498 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1207_id1218_8x12_f0.png" title="Section 3 1207 record 1218" meta="offset=0x46518 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1208_id1219_10x12_f0.png" title="Section 3 1208 record 1219" meta="offset=0x46588 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1209_id1220_3x4_f0.png" title="Section 3 1209 record 1220" meta="offset=0x46610 flags=0 size=3x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1210_id1221_6x12_f0.png" title="Section 3 1210 record 1221" meta="offset=0x46630 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1211_id1222_6x12_f0.png" title="Section 3 1211 record 1222" meta="offset=0x46688 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1212_id1223_9x9_f0.png" title="Section 3 1212 record 1223" meta="offset=0x466e0 flags=0 size=9x9 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1213_id1224_8x8_f0.png" title="Section 3 1213 record 1224" meta="offset=0x46740 flags=0 size=8x8 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1214_id1225_4x5_f0.png" title="Section 3 1214 record 1225" meta="offset=0x46790 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1215_id1226_8x4_f0.png" title="Section 3 1215 record 1226" meta="offset=0x467b8 flags=0 size=8x4 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1216_id1227_3x3_f0.png" title="Section 3 1216 record 1227" meta="offset=0x467e8 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1217_id1228_8x12_f0.png" title="Section 3 1217 record 1228" meta="offset=0x46800 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1218_id1229_9x12_f0.png" title="Section 3 1218 record 1229" meta="offset=0x46870 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1219_id1230_9x12_f0.png" title="Section 3 1219 record 1230" meta="offset=0x468f0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1220_id1231_9x12_f0.png" title="Section 3 1220 record 1231" meta="offset=0x46970 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1221_id1232_9x12_f0.png" title="Section 3 1221 record 1232" meta="offset=0x469f0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1222_id1233_9x12_f0.png" title="Section 3 1222 record 1233" meta="offset=0x46a70 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1223_id1234_9x12_f0.png" title="Section 3 1223 record 1234" meta="offset=0x46af0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1224_id1235_9x12_f0.png" title="Section 3 1224 record 1235" meta="offset=0x46b70 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1225_id1236_9x12_f0.png" title="Section 3 1225 record 1236" meta="offset=0x46bf0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1226_id1237_9x12_f0.png" title="Section 3 1226 record 1237" meta="offset=0x46c70 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1227_id1238_9x12_f0.png" title="Section 3 1227 record 1238" meta="offset=0x46cf0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmap-gallery-06.md b/radium-section3-bitmap-gallery-06.md new file mode 100644 index 0000000..c229137 --- /dev/null +++ b/radium-section3-bitmap-gallery-06.md @@ -0,0 +1,246 @@ +# Radium Section 3 Bitmap Gallery 06 + +Raw-indexed section 3 bitmap previews 1201-1440 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_1228_id1239_3x6_f0.png" title="Section 3 1228 record 1239" meta="offset=0x46d70 flags=0 size=3x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1229_id1240_4x8_f0.png" title="Section 3 1229 record 1240" meta="offset=0x46d90 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1230_id1241_8x12_f0.png" title="Section 3 1230 record 1241" meta="offset=0x46dc0 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1231_id1242_7x6_f0.png" title="Section 3 1231 record 1242" meta="offset=0x46e30 flags=0 size=7x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1232_id1243_8x12_f0.png" title="Section 3 1232 record 1243" meta="offset=0x46e68 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1233_id1244_9x12_f0.png" title="Section 3 1233 record 1244" meta="offset=0x46ed8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1234_id1245_9x12_f0.png" title="Section 3 1234 record 1245" meta="offset=0x46f58 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1235_id1246_9x12_f0.png" title="Section 3 1235 record 1246" meta="offset=0x46fd8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1236_id1247_9x12_f0.png" title="Section 3 1236 record 1247" meta="offset=0x47058 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1237_id1248_9x12_f0.png" title="Section 3 1237 record 1248" meta="offset=0x470d8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1238_id1249_9x12_f0.png" title="Section 3 1238 record 1249" meta="offset=0x47158 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1239_id1250_9x12_f0.png" title="Section 3 1239 record 1250" meta="offset=0x471d8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1240_id1251_9x12_f0.png" title="Section 3 1240 record 1251" meta="offset=0x47258 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1241_id1252_9x12_f0.png" title="Section 3 1241 record 1252" meta="offset=0x472d8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1242_id1253_9x12_f0.png" title="Section 3 1242 record 1253" meta="offset=0x47358 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1243_id1254_8x12_f0.png" title="Section 3 1243 record 1254" meta="offset=0x473d8 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1244_id1255_9x12_f0.png" title="Section 3 1244 record 1255" meta="offset=0x47448 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1245_id1256_9x12_f0.png" title="Section 3 1245 record 1256" meta="offset=0x474c8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1246_id1257_9x12_f0.png" title="Section 3 1246 record 1257" meta="offset=0x47548 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1247_id1258_10x12_f0.png" title="Section 3 1247 record 1258" meta="offset=0x475c8 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1248_id1259_9x12_f0.png" title="Section 3 1248 record 1259" meta="offset=0x47650 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1249_id1260_9x12_f0.png" title="Section 3 1249 record 1260" meta="offset=0x476d0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1250_id1261_9x12_f0.png" title="Section 3 1250 record 1261" meta="offset=0x47750 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1251_id1262_9x12_f0.png" title="Section 3 1251 record 1262" meta="offset=0x477d0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1252_id1263_9x12_f0.png" title="Section 3 1252 record 1263" meta="offset=0x47850 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1253_id1264_9x12_f0.png" title="Section 3 1253 record 1264" meta="offset=0x478d0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1254_id1265_10x12_f0.png" title="Section 3 1254 record 1265" meta="offset=0x47950 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1255_id1266_9x12_f0.png" title="Section 3 1255 record 1266" meta="offset=0x479d8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1256_id1267_10x12_f0.png" title="Section 3 1256 record 1267" meta="offset=0x47a58 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1257_id1268_10x12_f0.png" title="Section 3 1257 record 1268" meta="offset=0x47ae0 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1258_id1269_9x12_f0.png" title="Section 3 1258 record 1269" meta="offset=0x47b68 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1259_id1270_10x12_f0.png" title="Section 3 1259 record 1270" meta="offset=0x47be8 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1260_id1271_10x12_f2.png" title="Section 3 1260 record 1271" meta="offset=0x47c70 flags=2 size=10x12 payload=1076 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1261_id1272_5x1_f0.png" title="Section 3 1261 record 1272" meta="offset=0x480b0 flags=0 size=5x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1262_id1273_2x10_f0.png" title="Section 3 1262 record 1273" meta="offset=0x480c8 flags=0 size=2x10 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1263_id1274_3x2_f0.png" title="Section 3 1263 record 1274" meta="offset=0x480f0 flags=0 size=3x2 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1264_id1275_8x10_f0.png" title="Section 3 1264 record 1275" meta="offset=0x48108 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1265_id1276_7x10_f0.png" title="Section 3 1265 record 1276" meta="offset=0x48168 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1266_id1277_6x10_f0.png" title="Section 3 1266 record 1277" meta="offset=0x481c0 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1267_id1278_8x10_f0.png" title="Section 3 1267 record 1278" meta="offset=0x48210 flags=0 size=8x10 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1268_id1279_1x2_f0.png" title="Section 3 1268 record 1279" meta="offset=0x48270 flags=0 size=1x2 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1269_id1280_4x10_f0.png" title="Section 3 1269 record 1280" meta="offset=0x48280 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1270_id1281_4x10_f0.png" title="Section 3 1270 record 1281" meta="offset=0x482b8 flags=0 size=4x10 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1271_id1282_7x7_f0.png" title="Section 3 1271 record 1282" meta="offset=0x482f0 flags=0 size=7x7 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1272_id1283_6x6_f0.png" title="Section 3 1272 record 1283" meta="offset=0x48330 flags=0 size=6x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1273_id1284_2x3_f0.png" title="Section 3 1273 record 1284" meta="offset=0x48368 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1274_id1285_6x2_f0.png" title="Section 3 1274 record 1285" meta="offset=0x48380 flags=0 size=6x2 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1275_id1286_1x1_f0.png" title="Section 3 1275 record 1286" meta="offset=0x483a0 flags=0 size=1x1 payload=4 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1276_id1287_6x10_f0.png" title="Section 3 1276 record 1287" meta="offset=0x483b0 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1277_id1288_9x12_f0.png" title="Section 3 1277 record 1288" meta="offset=0x48400 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1278_id1289_9x12_f0.png" title="Section 3 1278 record 1289" meta="offset=0x48480 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1279_id1290_9x12_f0.png" title="Section 3 1279 record 1290" meta="offset=0x48500 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1280_id1291_9x12_f0.png" title="Section 3 1280 record 1291" meta="offset=0x48580 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1281_id1292_9x12_f0.png" title="Section 3 1281 record 1292" meta="offset=0x48600 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1282_id1293_9x12_f0.png" title="Section 3 1282 record 1293" meta="offset=0x48680 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1283_id1294_9x12_f0.png" title="Section 3 1283 record 1294" meta="offset=0x48700 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1284_id1295_9x12_f0.png" title="Section 3 1284 record 1295" meta="offset=0x48780 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1285_id1296_9x12_f0.png" title="Section 3 1285 record 1296" meta="offset=0x48800 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1286_id1297_9x12_f0.png" title="Section 3 1286 record 1297" meta="offset=0x48880 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1287_id1298_1x4_f0.png" title="Section 3 1287 record 1298" meta="offset=0x48900 flags=0 size=1x4 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1288_id1299_2x6_f0.png" title="Section 3 1288 record 1299" meta="offset=0x48918 flags=0 size=2x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1289_id1300_6x10_f0.png" title="Section 3 1289 record 1300" meta="offset=0x48938 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1290_id1301_5x4_f0.png" title="Section 3 1290 record 1301" meta="offset=0x48988 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1291_id1302_6x10_f0.png" title="Section 3 1291 record 1302" meta="offset=0x489b0 flags=0 size=6x10 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1292_id1303_7x10_f0.png" title="Section 3 1292 record 1303" meta="offset=0x48a00 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1293_id1304_7x10_f0.png" title="Section 3 1293 record 1304" meta="offset=0x48a58 flags=0 size=7x10 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1294_id1305_9x12_f0.png" title="Section 3 1294 record 1305" meta="offset=0x48ab0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1295_id1306_9x12_f0.png" title="Section 3 1295 record 1306" meta="offset=0x48b30 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1296_id1307_9x12_f0.png" title="Section 3 1296 record 1307" meta="offset=0x48bb0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1297_id1308_9x12_f0.png" title="Section 3 1297 record 1308" meta="offset=0x48c30 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1298_id1309_9x12_f0.png" title="Section 3 1298 record 1309" meta="offset=0x48cb0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1299_id1310_9x12_f0.png" title="Section 3 1299 record 1310" meta="offset=0x48d30 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1300_id1311_9x12_f0.png" title="Section 3 1300 record 1311" meta="offset=0x48db0 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1301_id1312_9x12_f0.png" title="Section 3 1301 record 1312" meta="offset=0x48e30 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1302_id1313_7x12_f0.png" title="Section 3 1302 record 1313" meta="offset=0x48eb0 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1303_id1314_9x12_f0.png" title="Section 3 1303 record 1314" meta="offset=0x48f18 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1304_id1315_9x12_f0.png" title="Section 3 1304 record 1315" meta="offset=0x48f98 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1305_id1316_8x12_f0.png" title="Section 3 1305 record 1316" meta="offset=0x49018 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1306_id1317_10x12_f0.png" title="Section 3 1306 record 1317" meta="offset=0x49088 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1307_id1318_9x12_f0.png" title="Section 3 1307 record 1318" meta="offset=0x49110 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1308_id1319_9x12_f0.png" title="Section 3 1308 record 1319" meta="offset=0x49190 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1309_id1320_9x12_f0.png" title="Section 3 1309 record 1320" meta="offset=0x49210 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1310_id1321_9x12_f0.png" title="Section 3 1310 record 1321" meta="offset=0x49290 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1311_id1322_9x12_f0.png" title="Section 3 1311 record 1322" meta="offset=0x49310 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1312_id1323_9x12_f0.png" title="Section 3 1312 record 1323" meta="offset=0x49390 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1313_id1324_9x12_f0.png" title="Section 3 1313 record 1324" meta="offset=0x49410 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1314_id1325_9x12_f0.png" title="Section 3 1314 record 1325" meta="offset=0x49490 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1315_id1326_9x12_f0.png" title="Section 3 1315 record 1326" meta="offset=0x49510 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1316_id1327_10x12_f0.png" title="Section 3 1316 record 1327" meta="offset=0x49590 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1317_id1328_9x12_f0.png" title="Section 3 1317 record 1328" meta="offset=0x49618 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1318_id1329_9x12_f0.png" title="Section 3 1318 record 1329" meta="offset=0x49698 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1319_id1330_9x12_f2.png" title="Section 3 1319 record 1330" meta="offset=0x49718 flags=2 size=9x12 payload=1068 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1320_id1331_7x1_f0.png" title="Section 3 1320 record 1331" meta="offset=0x49b50 flags=0 size=7x1 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1321_id1332_4x12_f0.png" title="Section 3 1321 record 1332" meta="offset=0x49b68 flags=0 size=4x12 payload=52 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1322_id1333_5x4_f0.png" title="Section 3 1322 record 1333" meta="offset=0x49ba8 flags=0 size=5x4 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1323_id1334_10x12_f0.png" title="Section 3 1323 record 1334" meta="offset=0x49bd0 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1324_id1335_9x12_f0.png" title="Section 3 1324 record 1335" meta="offset=0x49c58 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1325_id1336_8x12_f0.png" title="Section 3 1325 record 1336" meta="offset=0x49cd8 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1326_id1337_10x12_f0.png" title="Section 3 1326 record 1337" meta="offset=0x49d48 flags=0 size=10x12 payload=124 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1327_id1338_3x4_f0.png" title="Section 3 1327 record 1338" meta="offset=0x49dd0 flags=0 size=3x4 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1328_id1339_6x12_f0.png" title="Section 3 1328 record 1339" meta="offset=0x49df0 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1329_id1340_6x12_f0.png" title="Section 3 1329 record 1340" meta="offset=0x49e48 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1330_id1341_9x9_f0.png" title="Section 3 1330 record 1341" meta="offset=0x49ea0 flags=0 size=9x9 payload=84 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1331_id1342_8x8_f0.png" title="Section 3 1331 record 1342" meta="offset=0x49f00 flags=0 size=8x8 payload=68 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1332_id1343_4x5_f0.png" title="Section 3 1332 record 1343" meta="offset=0x49f50 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1333_id1344_8x4_f0.png" title="Section 3 1333 record 1344" meta="offset=0x49f78 flags=0 size=8x4 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1334_id1345_3x3_f0.png" title="Section 3 1334 record 1345" meta="offset=0x49fa8 flags=0 size=3x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1335_id1346_8x12_f0.png" title="Section 3 1335 record 1346" meta="offset=0x49fc0 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1336_id1347_11x14_f0.png" title="Section 3 1336 record 1347" meta="offset=0x4a030 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1337_id1348_11x14_f0.png" title="Section 3 1337 record 1348" meta="offset=0x4a0d8 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1338_id1349_11x14_f0.png" title="Section 3 1338 record 1349" meta="offset=0x4a180 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1339_id1350_11x14_f0.png" title="Section 3 1339 record 1350" meta="offset=0x4a228 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1340_id1351_11x14_f0.png" title="Section 3 1340 record 1351" meta="offset=0x4a2d0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1341_id1352_11x14_f0.png" title="Section 3 1341 record 1352" meta="offset=0x4a378 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1342_id1353_11x14_f0.png" title="Section 3 1342 record 1353" meta="offset=0x4a420 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1343_id1354_11x14_f0.png" title="Section 3 1343 record 1354" meta="offset=0x4a4c8 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1344_id1355_11x14_f0.png" title="Section 3 1344 record 1355" meta="offset=0x4a570 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1345_id1356_11x14_f0.png" title="Section 3 1345 record 1356" meta="offset=0x4a618 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1346_id1357_3x6_f0.png" title="Section 3 1346 record 1357" meta="offset=0x4a6c0 flags=0 size=3x6 payload=20 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1347_id1358_4x8_f0.png" title="Section 3 1347 record 1358" meta="offset=0x4a6e0 flags=0 size=4x8 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1348_id1359_8x12_f0.png" title="Section 3 1348 record 1359" meta="offset=0x4a710 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1349_id1360_7x6_f0.png" title="Section 3 1349 record 1360" meta="offset=0x4a780 flags=0 size=7x6 payload=44 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1350_id1361_8x12_f0.png" title="Section 3 1350 record 1361" meta="offset=0x4a7b8 flags=0 size=8x12 payload=100 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1351_id1362_9x12_f0.png" title="Section 3 1351 record 1362" meta="offset=0x4a828 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1352_id1363_9x12_f0.png" title="Section 3 1352 record 1363" meta="offset=0x4a8a8 flags=0 size=9x12 payload=116 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1353_id1364_11x14_f0.png" title="Section 3 1353 record 1364" meta="offset=0x4a928 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1354_id1365_11x14_f0.png" title="Section 3 1354 record 1365" meta="offset=0x4a9d0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1355_id1366_11x14_f0.png" title="Section 3 1355 record 1366" meta="offset=0x4aa78 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1356_id1367_11x14_f0.png" title="Section 3 1356 record 1367" meta="offset=0x4ab20 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1357_id1368_11x14_f0.png" title="Section 3 1357 record 1368" meta="offset=0x4abc8 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1358_id1369_11x14_f0.png" title="Section 3 1358 record 1369" meta="offset=0x4ac70 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1359_id1370_11x14_f0.png" title="Section 3 1359 record 1370" meta="offset=0x4ad18 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1360_id1371_11x14_f0.png" title="Section 3 1360 record 1371" meta="offset=0x4adc0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1361_id1372_9x14_f0.png" title="Section 3 1361 record 1372" meta="offset=0x4ae68 flags=0 size=9x14 payload=132 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1362_id1373_11x14_f0.png" title="Section 3 1362 record 1373" meta="offset=0x4aef8 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1363_id1374_11x14_f0.png" title="Section 3 1363 record 1374" meta="offset=0x4afa0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1364_id1375_10x14_f0.png" title="Section 3 1364 record 1375" meta="offset=0x4b048 flags=0 size=10x14 payload=148 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1365_id1376_12x14_f0.png" title="Section 3 1365 record 1376" meta="offset=0x4b0e8 flags=0 size=12x14 payload=172 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1366_id1377_11x14_f0.png" title="Section 3 1366 record 1377" meta="offset=0x4b1a0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1367_id1378_11x14_f0.png" title="Section 3 1367 record 1378" meta="offset=0x4b248 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1368_id1379_11x14_f0.png" title="Section 3 1368 record 1379" meta="offset=0x4b2f0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1369_id1380_11x14_f0.png" title="Section 3 1369 record 1380" meta="offset=0x4b398 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1370_id1381_11x14_f0.png" title="Section 3 1370 record 1381" meta="offset=0x4b440 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1371_id1382_11x14_f0.png" title="Section 3 1371 record 1382" meta="offset=0x4b4e8 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1372_id1383_11x14_f0.png" title="Section 3 1372 record 1383" meta="offset=0x4b590 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1373_id1384_11x14_f0.png" title="Section 3 1373 record 1384" meta="offset=0x4b638 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1374_id1385_11x14_f0.png" title="Section 3 1374 record 1385" meta="offset=0x4b6e0 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1375_id1386_12x14_f0.png" title="Section 3 1375 record 1386" meta="offset=0x4b788 flags=0 size=12x14 payload=172 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1376_id1387_11x14_f0.png" title="Section 3 1376 record 1387" meta="offset=0x4b840 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1377_id1388_11x14_f0.png" title="Section 3 1377 record 1388" meta="offset=0x4b8e8 flags=0 size=11x14 payload=156 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1378_id1389_11x14_f2.png" title="Section 3 1378 record 1389" meta="offset=0x4b990 flags=2 size=11x14 payload=1108 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1379_id1390_2x3_f0.png" title="Section 3 1379 record 1390" meta="offset=0x4bdf0 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1380_id1391_3x7_f0.png" title="Section 3 1380 record 1391" meta="offset=0x4be08 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1381_id1392_3x7_f0.png" title="Section 3 1381 record 1392" meta="offset=0x4be30 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1382_id1393_3x7_f0.png" title="Section 3 1382 record 1393" meta="offset=0x4be58 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1383_id1394_3x7_f0.png" title="Section 3 1383 record 1394" meta="offset=0x4be80 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1384_id1395_3x7_f0.png" title="Section 3 1384 record 1395" meta="offset=0x4bea8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1385_id1396_3x7_f0.png" title="Section 3 1385 record 1396" meta="offset=0x4bed0 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1386_id1397_3x7_f0.png" title="Section 3 1386 record 1397" meta="offset=0x4bef8 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1387_id1398_3x7_f0.png" title="Section 3 1387 record 1398" meta="offset=0x4bf20 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1388_id1399_3x7_f0.png" title="Section 3 1388 record 1399" meta="offset=0x4bf48 flags=0 size=3x7 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1389_id1400_3x7_f2.png" title="Section 3 1389 record 1400" meta="offset=0x4bf70 flags=2 size=3x7 payload=212 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1390_id1401_2x3_f0.png" title="Section 3 1390 record 1401" meta="offset=0x4c050 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1391_id1402_4x7_f0.png" title="Section 3 1391 record 1402" meta="offset=0x4c068 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1392_id1403_4x7_f0.png" title="Section 3 1392 record 1403" meta="offset=0x4c098 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1393_id1404_4x7_f0.png" title="Section 3 1393 record 1404" meta="offset=0x4c0c8 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1394_id1405_4x7_f0.png" title="Section 3 1394 record 1405" meta="offset=0x4c0f8 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1395_id1406_4x7_f0.png" title="Section 3 1395 record 1406" meta="offset=0x4c128 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1396_id1407_4x7_f0.png" title="Section 3 1396 record 1407" meta="offset=0x4c158 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1397_id1408_4x7_f0.png" title="Section 3 1397 record 1408" meta="offset=0x4c188 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1398_id1409_4x7_f0.png" title="Section 3 1398 record 1409" meta="offset=0x4c1b8 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1399_id1410_4x7_f0.png" title="Section 3 1399 record 1410" meta="offset=0x4c1e8 flags=0 size=4x7 payload=36 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1400_id1411_4x7_f2.png" title="Section 3 1400 record 1411" meta="offset=0x4c218 flags=2 size=4x7 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1401_id1412_2x3_f0.png" title="Section 3 1401 record 1412" meta="offset=0x4c300 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1402_id1413_6x12_f0.png" title="Section 3 1402 record 1413" meta="offset=0x4c318 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1403_id1414_6x12_f0.png" title="Section 3 1403 record 1414" meta="offset=0x4c370 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1404_id1415_6x12_f0.png" title="Section 3 1404 record 1415" meta="offset=0x4c3c8 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1405_id1416_6x12_f0.png" title="Section 3 1405 record 1416" meta="offset=0x4c420 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1406_id1417_6x12_f0.png" title="Section 3 1406 record 1417" meta="offset=0x4c478 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1407_id1418_6x12_f0.png" title="Section 3 1407 record 1418" meta="offset=0x4c4d0 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1408_id1419_6x12_f0.png" title="Section 3 1408 record 1419" meta="offset=0x4c528 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1409_id1420_6x12_f0.png" title="Section 3 1409 record 1420" meta="offset=0x4c580 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1410_id1421_6x12_f0.png" title="Section 3 1410 record 1421" meta="offset=0x4c5d8 flags=0 size=6x12 payload=76 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1411_id1422_6x12_f2.png" title="Section 3 1411 record 1422" meta="offset=0x4c630 flags=2 size=6x12 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1412_id1423_2x3_f0.png" title="Section 3 1412 record 1423" meta="offset=0x4c740 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1413_id1424_7x12_f0.png" title="Section 3 1413 record 1424" meta="offset=0x4c758 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1414_id1425_7x12_f0.png" title="Section 3 1414 record 1425" meta="offset=0x4c7c0 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1415_id1426_7x12_f0.png" title="Section 3 1415 record 1426" meta="offset=0x4c828 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1416_id1427_7x12_f0.png" title="Section 3 1416 record 1427" meta="offset=0x4c890 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1417_id1428_7x12_f0.png" title="Section 3 1417 record 1428" meta="offset=0x4c8f8 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1418_id1429_7x12_f0.png" title="Section 3 1418 record 1429" meta="offset=0x4c960 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1419_id1430_7x12_f0.png" title="Section 3 1419 record 1430" meta="offset=0x4c9c8 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1420_id1431_7x12_f0.png" title="Section 3 1420 record 1431" meta="offset=0x4ca30 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1421_id1432_7x12_f0.png" title="Section 3 1421 record 1432" meta="offset=0x4ca98 flags=0 size=7x12 payload=92 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1422_id1433_7x12_f2.png" title="Section 3 1422 record 1433" meta="offset=0x4cb00 flags=2 size=7x12 payload=276 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1423_id1434_2x3_f0.png" title="Section 3 1423 record 1434" meta="offset=0x4cc20 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1424_id1435_11x18_f0.png" title="Section 3 1424 record 1435" meta="offset=0x4cc38 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1425_id1436_11x18_f0.png" title="Section 3 1425 record 1436" meta="offset=0x4cd10 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1426_id1437_11x18_f0.png" title="Section 3 1426 record 1437" meta="offset=0x4cde8 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1427_id1438_11x18_f0.png" title="Section 3 1427 record 1438" meta="offset=0x4cec0 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1428_id1439_11x18_f0.png" title="Section 3 1428 record 1439" meta="offset=0x4cf98 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1429_id1440_11x18_f0.png" title="Section 3 1429 record 1440" meta="offset=0x4d070 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1430_id1441_11x18_f0.png" title="Section 3 1430 record 1441" meta="offset=0x4d148 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1431_id1442_11x18_f0.png" title="Section 3 1431 record 1442" meta="offset=0x4d220 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1432_id1443_11x18_f0.png" title="Section 3 1432 record 1443" meta="offset=0x4d2f8 flags=0 size=11x18 payload=204 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1433_id1444_11x18_f2.png" title="Section 3 1433 record 1444" meta="offset=0x4d3d0 flags=2 size=11x18 payload=388 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1434_id1445_2x3_f0.png" title="Section 3 1434 record 1445" meta="offset=0x4d560 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1435_id1446_12x18_f0.png" title="Section 3 1435 record 1446" meta="offset=0x4d578 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1436_id1447_12x18_f0.png" title="Section 3 1436 record 1447" meta="offset=0x4d660 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1437_id1448_12x18_f0.png" title="Section 3 1437 record 1448" meta="offset=0x4d748 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1438_id1449_12x18_f0.png" title="Section 3 1438 record 1449" meta="offset=0x4d830 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1439_id1450_12x18_f0.png" title="Section 3 1439 record 1450" meta="offset=0x4d918 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1440_id1451_12x18_f0.png" title="Section 3 1440 record 1451" meta="offset=0x4da00 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1441_id1452_12x18_f0.png" title="Section 3 1441 record 1452" meta="offset=0x4dae8 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1442_id1453_12x18_f0.png" title="Section 3 1442 record 1453" meta="offset=0x4dbd0 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1443_id1454_12x18_f0.png" title="Section 3 1443 record 1454" meta="offset=0x4dcb8 flags=0 size=12x18 payload=220 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1444_id1455_12x18_f2.png" title="Section 3 1444 record 1455" meta="offset=0x4dda0 flags=2 size=12x18 payload=404 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1445_id1456_4x5_f0.png" title="Section 3 1445 record 1456" meta="offset=0x4df40 flags=0 size=4x5 payload=28 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1446_id1457_14x20_f0.png" title="Section 3 1446 record 1457" meta="offset=0x4df68 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1447_id1458_14x20_f0.png" title="Section 3 1447 record 1458" meta="offset=0x4e090 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1448_id1459_14x20_f0.png" title="Section 3 1448 record 1459" meta="offset=0x4e1b8 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1449_id1460_14x20_f0.png" title="Section 3 1449 record 1460" meta="offset=0x4e2e0 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1450_id1461_14x20_f0.png" title="Section 3 1450 record 1461" meta="offset=0x4e408 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1451_id1462_14x20_f0.png" title="Section 3 1451 record 1462" meta="offset=0x4e530 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1452_id1463_14x20_f0.png" title="Section 3 1452 record 1463" meta="offset=0x4e658 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1453_id1464_14x20_f0.png" title="Section 3 1453 record 1464" meta="offset=0x4e780 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1454_id1465_14x20_f0.png" title="Section 3 1454 record 1465" meta="offset=0x4e8a8 flags=0 size=14x20 payload=284 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1455_id1466_14x20_f2.png" title="Section 3 1455 record 1466" meta="offset=0x4e9d0 flags=2 size=14x20 payload=468 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1456_id1467_2x3_f0.png" title="Section 3 1456 record 1467" meta="offset=0x4ebb0 flags=0 size=2x3 payload=12 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1457_id1468_14x18_f0.png" title="Section 3 1457 record 1468" meta="offset=0x4ebc8 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1458_id1469_14x18_f0.png" title="Section 3 1458 record 1469" meta="offset=0x4ecd8 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1459_id1470_14x18_f0.png" title="Section 3 1459 record 1470" meta="offset=0x4ede8 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1460_id1471_14x18_f0.png" title="Section 3 1460 record 1471" meta="offset=0x4eef8 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1461_id1472_14x18_f0.png" title="Section 3 1461 record 1472" meta="offset=0x4f008 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1462_id1473_14x18_f0.png" title="Section 3 1462 record 1473" meta="offset=0x4f118 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1463_id1474_14x18_f0.png" title="Section 3 1463 record 1474" meta="offset=0x4f228 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1464_id1475_14x18_f0.png" title="Section 3 1464 record 1475" meta="offset=0x4f338 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1465_id1476_14x18_f0.png" title="Section 3 1465 record 1476" meta="offset=0x4f448 flags=0 size=14x18 payload=260 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1466_id1477_14x18_f2.png" title="Section 3 1466 record 1477" meta="offset=0x4f558 flags=2 size=14x18 payload=1154499595 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1467_id0256_17x23_f0.png" title="Section 3 1467 record 256" meta="offset=0x34d18 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmap-gallery-07.md b/radium-section3-bitmap-gallery-07.md new file mode 100644 index 0000000..a447429 --- /dev/null +++ b/radium-section3-bitmap-gallery-07.md @@ -0,0 +1,15 @@ +# Radium Section 3 Bitmap Gallery 07 + +Raw-indexed section 3 bitmap previews 1441-1449 of 1449. + +::gallery-start +::image{src="../analysis/radium-image/section3-bitmaps/section3_1468_id0257_17x23_f0.png" title="Section 3 1468 record 257" meta="offset=0x34eb0 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1469_id0258_17x23_f0.png" title="Section 3 1469 record 258" meta="offset=0x35048 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1470_id0259_17x23_f0.png" title="Section 3 1470 record 259" meta="offset=0x351e0 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1471_id0260_17x23_f0.png" title="Section 3 1471 record 260" meta="offset=0x35378 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1472_id0261_17x23_f0.png" title="Section 3 1472 record 261" meta="offset=0x35510 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1473_id0262_17x23_f0.png" title="Section 3 1473 record 262" meta="offset=0x356a8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1474_id0263_17x23_f0.png" title="Section 3 1474 record 263" meta="offset=0x35840 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1475_id0264_17x23_f0.png" title="Section 3 1475 record 264" meta="offset=0x359d8 flags=0 size=17x23 payload=396 status=raw_indexed_preview"} +::image{src="../analysis/radium-image/section3-bitmaps/section3_1476_id0265_17x23_f2.png" title="Section 3 1476 record 265" meta="offset=0x35b70 flags=2 size=17x23 payload=396 status=raw_indexed_preview"} +::gallery-end diff --git a/radium-section3-bitmaps.md b/radium-section3-bitmaps.md new file mode 100644 index 0000000..a3d78b1 --- /dev/null +++ b/radium-section3-bitmaps.md @@ -0,0 +1,24 @@ +# Radium Section 3 Bitmap Previews + +These previews are decoded from `/games/pokemon_pro/image.bin` section 3 pointer-table records. +The current static decoder treats records as `uint32 id`, `uint32 flags`, `uint16 width`, `uint16 height`, followed by raw indexed pixel bytes when the payload is large enough for `width * height` pixels. +Pixel values are rendered as grayscale; `0xff` is rendered transparent. Compact payloads are retained in the manifest as undecoded rather than guessed. + +## Decoder Status Counts + +- `raw_indexed_preview`: `1449` +- `undecoded_compact_payload`: `28` + +## Gallery Pages + +- [Radium Section3 Bitmap Gallery 01](radium-section3-bitmap-gallery-01.md) +- [Radium Section3 Bitmap Gallery 02](radium-section3-bitmap-gallery-02.md) +- [Radium Section3 Bitmap Gallery 03](radium-section3-bitmap-gallery-03.md) +- [Radium Section3 Bitmap Gallery 04](radium-section3-bitmap-gallery-04.md) +- [Radium Section3 Bitmap Gallery 05](radium-section3-bitmap-gallery-05.md) +- [Radium Section3 Bitmap Gallery 06](radium-section3-bitmap-gallery-06.md) +- [Radium Section3 Bitmap Gallery 07](radium-section3-bitmap-gallery-07.md) + +## Manifest + +- `analysis/radium-image/section3_bitmap_manifest.tsv` diff --git a/scripts/build_asr_catalog_sound_labels.py b/scripts/build_asr_catalog_sound_labels.py new file mode 100644 index 0000000..ba9e487 --- /dev/null +++ b/scripts/build_asr_catalog_sound_labels.py @@ -0,0 +1,378 @@ +#!/usr/bin/env python3 +"""Match accepted ASR transcripts to known Godot voice catalog constants. + +This does not prove a native/Radium symbol-to-object map. It is a conservative +triage layer: when a transcript exactly matches a known `SE_PK_VO_*` catalog +phrase or a narrow, documented ASR error variant, the row is promoted from a +free-text ASR slug to a catalog-style inferred name. +""" + +from __future__ import annotations + +import argparse +import csv +import json +import re +import unicodedata +from pathlib import Path + + +FIELDS = [ + "sound_name", + "wav_path", + "section8_index", + "object_id", + "duration_seconds", + "channels", + "catalog_constant", + "match_phrase", + "match_kind", + "transcript", + "transcript_norm", + "avg_logprob", + "no_speech_prob", + "compression_ratio", + "model", +] + + +PHRASE_OVERRIDES = { + "SE_PK_VO_COUNTDOWN": [ + "ten", + "10", + "nine", + "9", + "eight", + "8", + "seven", + "7", + "six", + "6", + "five", + "5", + "four", + "4", + "three", + "3", + "two", + "2", + "one", + "1", + ], + "SE_PK_VO_TIMES_UP": ["time is up", "times up"], + "SE_PK_VO_HIGH_SCORE": ["high score"], + "SE_PK_VO_ENTER_YOUR_INITIALS": ["enter your initials"], + "SE_PK_VO_REPLAY": ["replay"], + "SE_PK_VO_BALL_SAVE": ["ball save"], + "SE_PK_VO_EXTRA_BALL_LIT": ["extra ball is lit", "extra ball lit"], + "SE_PK_VO_EXTRA_BALL": [ + "extra ball", + "extra bow", + "get the extra ball", + "shoot the town scoop to collect the extra ball", + ], + "SE_PK_VO_SHOOT_AGAIN": ["shoot again"], + "SE_PK_VO_SKILL_SHOT": ["skill shot"], + "SE_PK_VO_SUPER_SKILL_SHOT": ["super skill shot"], + "SE_PK_VO_SUPER_SECRET_SKILL_SHOT": ["super secret skill shot"], + "SE_PK_VO_JACKPOT": ["jackpot", "jetpot"], + "SE_PK_VO_DOUBLE_JACKPOT": ["double jackpot"], + "SE_PK_VO_TRIPLE_JACKPOT": ["triple jackpot"], + "SE_PK_VO_SUPER_JACKPOT": ["super jackpot"], + "SE_PK_VO_DOUBLE_SUPER_JACKPOT": ["double super jackpot"], + "SE_PK_VO_DISCOVER_POKEMON_DISCOVERED": ["pokemon discovered"], + "SE_PK_VO_DISCOVER_INSTRUCTIONS": [ + "shoot pokedex to scan pokemon", + "shoot polka decks to scan polka man", + ], + "SE_PK_VO_DISCOVER_POKEMON_SCANNED": ["pokemon scanned"], + "SE_PK_VO_CATCH_INSTRUCTIONS": ["shoot the pokeball to catch the pokemon"], + "SE_PK_VO_CATCH_POKEBALL_LIT_INSTRUCTIONS": ["hit purple shots to light the pokeball"], + "SE_PK_VO_CATCH_POKEMON_CAUGHT": ["pokemon caught"], + "SE_PK_VO_CATCH_POKEMON_ESCAPED": ["pokemon has escaped", "the pokemon has escaped"], + "SE_PK_VO_RIVAL_BATTLE_LIT_INSTRUCTIONS": ["shoot the town scoop to start a rival battle"], + "SE_PK_VO_RIVAL_BATTLE_LIT_SHORT": ["rival battle is lit"], + "SE_PK_VO_WAITING_FOR_PLUNGE": [ + "plunge the ball to play", + "blanche the ball to play", + "plants the ball to play", + ], + "SE_PK_VO_PLAYER_1_UP_FIRST_BALL": ["trainer 1 is up"], + "SE_PK_VO_PLAYER_1_UP_SECOND_BALL_ONWARDS": [ + "trainer ones adventure continues", + "trainer 1s adventure continues", + ], + "SE_PK_VO_PLAYER_2_ADDED": ["trainer 2"], + "SE_PK_VO_PLAYER_2_UP_FIRST_BALL": ["trainer 2 is up"], + "SE_PK_VO_PLAYER_2_UP_SECOND_BALL_ONWARDS": [ + "trainer2s adventure continues", + "trainer 2s adventure continues", + ], + "SE_PK_VO_PLAYER_3_ADDED": ["trainer 3"], + "SE_PK_VO_PLAYER_3_UP_FIRST_BALL": ["trainer 3 is up"], + "SE_PK_VO_PLAYER_3_UP_SECOND_BALL_ONWARDS": ["trainer 3s adventure continues"], + "SE_PK_VO_PLAYER_4_ADDED": ["trainer 4"], + "SE_PK_VO_PLAYER_4_UP_FIRST_BALL": ["trainer 4 is up"], + "SE_PK_VO_PLAYFIELD_X_START": ["all scoring is doubled"], + "SE_PK_VO_GAME_START": [ + "ready set adventure", + "today is no ordinary day today the adventure begins", + ], + "SE_PK_VO_OUTLANE_BALL_SAVE_INSTRUCTIONS": ["hit the town targets to light the outlane ball save"], + "SE_PK_VO_MYSTERY_LIT": ["shoot the town scoop to collect a mystery award"], + "SE_PK_VO_STORY_MODE_GENERIC_OUTRO": [ + "no matter the outcome the trainer and pokemon will stand side by side in the quest to become champion of the arena", + "no matter the outcome the trainer and pokemon will stand side by side in the quest to become the champion of the arena", + "no matter the outcome the trainer and pokemon will stand side by side in the quest to become champion of the arena", + ], + "SE_PK_VO_BULBASAUR_1_INTRO": ["bulbasaur story begins", "bulbasaurs story begins", "bobosaurus story begins"], + "SE_PK_VO_BULBASAUR_1_OUTRO": ["bulbasaur story continues", "bulbasar story continues", "bobosaurus story continues"], + "SE_PK_VO_SQUIRTLE_1_INTRO": [ + "squirtle story begins", + "squirtled starry starts here", + "squirrel story starts here", + "squirtled story starts here", + "time for a squirtle squad adventure", + "time for a squirtle squirted adventure", + ], + "SE_PK_VO_SQUIRTLE_1_OUTRO": [ + "squirtle story continues", + "the squirtle squad has saved the day just in time for the next adventure", + "the squirtled squad has saved the day just in time for the next adventure", + "once again the squirtle squad has saved the day", + "once again the squirtled squad has saved the day", + ], + "SE_PK_VO_CHRMANDER_1_INTRO": ["charmander story begins", "charmanders story begins"], + "SE_PK_VO_CHRMANDER_1_OUTRO": ["charmander story continues"], + "SE_PK_VO_BATTLE_TRAINER_CHOOSES": [ + "trainer 1 chooses", + "trainer 2 chooses", + "trainer 3 chooses", + "trainer 4 chooses", + ], + "SE_PK_VO_BATTLE_COMMENTARY_AMAZED": ["an amazing score"], + "SE_PK_VO_BATTLE_COMMENTARY_AFTER_BATTLE": ["what a showdown", "a real showdown"], + "SE_PK_VO_BATTLE_COMMENTARY_COMEBACK": ["unbelievable comeback", "what a comeback"], + "SE_PK_VO_BATTLE_COMMENTARY_DODGE": ["cant touch this"], + "SE_PK_VO_BATTLE_COMMENTARY_ELECTRIC": ["its electric", "that electric attacks a real shocker"], + "SE_PK_VO_BATTLE_COMMENTARY_FIRE": [ + "is it just me or is it getting hot in here", + "its about to get hot in here", + ], + "SE_PK_VO_BATTLE_COMMENTARY_FLYING": ["air glide", "gliding through the trees"], + "SE_PK_VO_BATTLE_COMMENTARY_GRASS": ["check out that grass attack"], + "SE_PK_VO_BATTLE_COMMENTARY_GENERIC_ATTACK": ["great move"], + "SE_PK_VO_BATTLE_COMMENTARY_GROUND": [ + "earthy shove", + "great tunneling burst", + "that is a clean ground strike", + ], + "SE_PK_VO_BATTLE_COMMENTARY_ICE": ["cool strike", "frost flash", "shilling shift"], + "SE_PK_VO_BATTLE_COMMENTARY_INCOMING": ["incoming"], + "SE_PK_VO_BATTLE_COMMENTARY_LAST_POKEMON": ["looks like the rival is down to only one pokemon"], + "SE_PK_VO_BATTLE_COMMENTARY_ROCK": ["rock solid"], + "SE_PK_VO_BATTLE_COMMENTARY_STEEL": ["iron impact", "metallic blast"], + "SE_PK_VO_BATTLE_COMMENTARY_WATER": ["nice splash", "smooth ripple"], + "SE_PK_VO_ABRA": ["abra", "oh its abra"], + "SE_PK_VO_ABRA_COMMENTARY": [ + "abra blinks across the sand with perfect timing", + "look at that precision flash", + "swift vanish into thin air", + ], + "SE_PK_VO_ABRA_PIKACHU": ["pikachu and abra face off in a fast paced test of spark and sudden psychic shifts"], + "SE_PK_VO_CATERPIE": ["caterpie", "oh its canopy"], + "SE_PK_VO_CATERPIE_COMMENTARY": [ + "caterpies tiny but this moment is huge", + "nice move right through the leaves", + "theres that classic caterpie burst", + ], + "SE_PK_VO_CATERPIE_PIKACHU": [ + "its pikachu vs caterpie speed meets spirit in a classic forest matchup", + "pikachu vs caterpie spark meets spirit beneath the treetops", + ], + "SE_PK_VO_ODDISH": ["oh its irish"], + "SE_PK_VO_ODDISH_COMMENTARY": [ + "great burst from the little leaf star", + "onish getting back to its roots", + "what a move fresh from the forest floor", + ], + "SE_PK_VO_ODDISH_PIKACHU": ["its pikachu and audish electric speed meets fresh forest charm"], + "SE_PK_VO_SCYTHER": ["oh its seifer"], + "SE_PK_VO_SCYTHER_COMMENTARY": [ + "brought smooths with quiet precision", + "blinding speed", + "cypher brings pure forest focus", + "slicing through the air what precision", + "those wings hum with every move", + ], + "SE_PK_VO_SCYTHER_PIKACHU": ["pikachu takes on sither fast sparks versus forest precision"], + "SE_PK_VO_VENONAT": ["oh its venonat"], + "SE_PK_VO_VENONAT_COMMENTARY": [ + "then and that hops in with those big bright eyes ready for action", + "then a nut makes its move", + "then in that smooth sparkle like dioncie", + "what a sparkling move", + ], + "SE_PK_VO_VENONAT_PIKACHU": ["pikachu squares off with venonet lightning focus against big bright energy"], + "SE_PK_VO_FOREST_BATTLE_INTRO": [ + "a rival trainer enters the forest", + "and into the force battle we go", + "deep in the heart of the forest legends are made", + "moving on to the next battle against the forest rival", + "welcome to the forest", + "welcome to the forest where b drill buzz and leafy on lurk", + ], + "SE_PK_VO_FOREST_BATTLE_OUTRO": [ + "and thats a wrap here at the forest battle the trainers pokemon team had something to prove here and prove they did", + "the adrenaline was bouncing off the branches in that forest battle but the trainers got no time to rest on their laurels if they", + "true each match brings them one step closer to the gates of the pokemon arena but are they ready", + ], + "SE_PK_VO_LAKE_BATTLE_INTRO": [ + "a rival trainer approaches the lake", + "its the quake by the lake folks", + "moving on to the next battle against the lake rival", + "that lake quake just happened time to quest on towards the pokemon arena", + "the lake is calm but this battle is anything but the trainer and team are ready to clash with the rival and make some waves", + "welcome to the lake", + "where lakeside where the water shimmers and every ripple cheers on the challenger", + ], + "SE_PK_VO_LAKE_BATTLE_OUTRO": [ + "and thats how you battle at the lake folks one lake battle finished and more adventures to go on the road to the pokemon arena", + "make no mistake for honor for friendship and for loyalty the lake battle goes to the challenger", + "splash down by the lake and white clean and thats how the showdown goes down this trainer team just might be bound for the poke", + "that was a doozy remember match by match our trainer and pokemon in one step closer to the pokemon arena", + ], + "SE_PK_VO_MOUNTAIN_BATTLE_INTRO": [ + "a rival trainer arrives at the mountain", + "all bonds strengthen through struggle as the mountain battle begins", + "buckle up for a wild ride at the majestic mountain its not every day you get to see a trainer and poke him on partner team of su", + "each win brings them closer to the pokemon arena battle prize thats where skills and teamwork really shine where legends are ma", + "its mountain mayhem folks welcome to the peak of competition", + "moving on to the next battle against the mountain rival", + "strategy patience and empathy will all be tested as the mountain battle begins", + "they fought the wins and altitude to get this far", + "welcome to the mountain", + ], + "SE_PK_VO_MOUNTAIN_BATTLE_OUTRO": [ + "merciless day on the mountain folks yes indeed this trainer and team just might be champion material", + "theyre tearing up terrain here at the mountain battle you saw the hillside come alive with your own eyes just another dust up o", + ], + "SE_PK_VO_DESERT_BATTLE_INTRO": [ + "a rival trainer approaches the desert", + "moving on to the next panel against the desert rival", + "the trainer team is about to unleash the heat on the rival in this desert battle", + "time to kick up some hot sand in the desert battle", + "welcome to the desert", + "will the rivals stand their ground or will the trainer team bring the heat", + ], + "SE_PK_VO_DESERT_BATTLE_OUTRO": [ + "with each match they press on to their destiny the pokemon arena", + "and one teen spirits soar while anothers hopes are dashed on the desert floor down in the dirt with dugdrio", + "sand is flying everyones pumped and the desert echoes with the sounds of victory", + "that desert battle was a dustup", + "that desert battle was prettier than a bramble guest", + "these trainer and pokemon teams just get more impressive with every match a few more battles under their belts and they may just", + ], + "SE_PK_VO_TEAM_ROCKET_MULTIBALL_1_START": ["team rocket multiball", "team rocket montyball"], +} + + +def normalize(value: str) -> str: + text = unicodedata.normalize("NFKD", value or "").encode("ascii", "ignore").decode("ascii") + text = re.sub(r"['`]", "", text) + text = re.sub(r"[^a-zA-Z0-9]+", " ", text).lower() + return re.sub(r"\s+", " ", text).strip() + + +def read_tsv(path: Path) -> list[dict[str, str]]: + with path.open(newline="", encoding="utf-8") as f: + return list(csv.DictReader(f, delimiter="\t")) + + +def build_phrase_map(constants: list[str]) -> dict[str, list[tuple[str, str]]]: + phrase_map: dict[str, list[tuple[str, str]]] = {} + for constant in constants: + if not constant.startswith("SE_PK_VO_"): + continue + phrases: list[tuple[str, str]] = [] + for phrase in PHRASE_OVERRIDES.get(constant, []): + phrases.append((normalize(phrase), "override_exact")) + suffix = constant.removeprefix("SE_PK_VO_").replace("CHRMANDER", "CHARMANDER") + generated = normalize(suffix.replace("_", " ")) + if generated: + phrases.append((generated, "suffix_exact")) + deduped: dict[str, str] = {} + for phrase, kind in phrases: + deduped.setdefault(phrase, kind) + phrase_map[constant] = [(phrase, kind) for phrase, kind in deduped.items()] + return phrase_map + + +def best_match(transcript: str, phrase_map: dict[str, list[tuple[str, str]]]) -> tuple[str, str, str] | None: + transcript_norm = normalize(transcript) + matches: list[tuple[str, str, str]] = [] + for constant, phrases in phrase_map.items(): + for phrase, kind in phrases: + if transcript_norm == phrase: + matches.append((constant, phrase, kind)) + if not matches: + return None + return sorted(matches, key=lambda item: (len(item[1].split()), len(item[1])), reverse=True)[0] + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--constant-map", type=Path, default=Path("analysis/godot-introspection/spike_sound_constant_map.json")) + parser.add_argument("--asr-manifest", type=Path, default=Path("analysis/radium-image/asr_draft_sound_labels.tsv")) + parser.add_argument("--best-manifest", type=Path, default=Path("analysis/all-sound-best-name-manifest.tsv")) + parser.add_argument("--out", type=Path, default=Path("analysis/radium-image/asr_catalog_sound_label_candidates.tsv")) + args = parser.parse_args() + + constants = list(json.loads(args.constant_map.read_text(encoding="utf-8")).keys()) + phrase_map = build_phrase_map(constants) + current_best_source_by_wav = { + row["source_wav_path"]: row["name_source"] + for row in read_tsv(args.best_manifest) + if row.get("bank") == "main" + } + rows: list[dict[str, str]] = [] + for row in read_tsv(args.asr_manifest): + if row.get("accepted") != "yes": + continue + if current_best_source_by_wav.get(row["wav_path"]) not in {"asr_draft", "catalog_asr_match"}: + continue + match = best_match(row["transcript"], phrase_map) + if not match: + continue + constant, phrase, kind = match + rows.append( + { + "sound_name": row["sound_name"], + "wav_path": row["wav_path"], + "section8_index": row["section8_index"], + "object_id": row["object_id"], + "duration_seconds": row["duration_seconds"], + "channels": row["channels"], + "catalog_constant": constant, + "match_phrase": phrase, + "match_kind": kind, + "transcript": row["transcript"], + "transcript_norm": normalize(row["transcript"]), + "avg_logprob": row["avg_logprob"], + "no_speech_prob": row["no_speech_prob"], + "compression_ratio": row["compression_ratio"], + "model": row["model"], + } + ) + + args.out.parent.mkdir(parents=True, exist_ok=True) + with args.out.open("w", newline="", encoding="utf-8") as f: + writer = csv.DictWriter(f, fieldnames=FIELDS, delimiter="\t") + writer.writeheader() + writer.writerows(sorted(rows, key=lambda item: int(item["section8_index"]))) + print(f"wrote {args.out} rows={len(rows)}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/build_asr_review_sound_labels.py b/scripts/build_asr_review_sound_labels.py new file mode 100644 index 0000000..7d22f41 --- /dev/null +++ b/scripts/build_asr_review_sound_labels.py @@ -0,0 +1,118 @@ +#!/usr/bin/env python3 +"""Build low-confidence ASR review candidates for still-structural sounds. + +These rows are not native symbols. They are deliberately weaker than accepted +ASR draft labels and are intended to replace otherwise bare object references +only when the transcript passes conservative review filters. +""" + +from __future__ import annotations + +import argparse +import csv +import re +from pathlib import Path + + +FIELDS = [ + "sound_name", + "wav_path", + "section8_index", + "object_id", + "duration_seconds", + "channels", + "transcript", + "review_label", + "avg_logprob", + "no_speech_prob", + "compression_ratio", + "segment_count", + "model", + "review_rule", +] + + +def read_tsv(path: Path) -> list[dict[str, str]]: + if not path.exists(): + return [] + with path.open(newline="", encoding="utf-8") as f: + return list(csv.DictReader(f, delimiter="\t")) + + +def slug(value: str, max_words: int = 8) -> str: + words = re.findall(r"[A-Za-z0-9]+", value.upper()) + return "_".join(words[:max_words]) or "ASR_REVIEW" + + +def repeated_noise(text: str) -> bool: + letters = re.sub(r"[^A-Z]+", "", text.upper()) + if len(letters) > 20 and len(set(letters)) <= 2: + return True + words = re.findall(r"[A-Za-z0-9]+", text.upper()) + return len(words) > 8 and len(set(words)) <= 2 + + +def review_rule(row: dict[str, str]) -> str: + transcript = row["transcript"].strip() + if not transcript or repeated_noise(transcript) or len(transcript) > 80: + return "" + words = re.findall(r"[A-Za-z0-9]+", transcript) + if not words: + return "" + if len(words) == 1 and len(words[0]) == 1 and not words[0].isdigit(): + return "" + avg_logprob = float(row["avg_logprob"]) + no_speech = float(row["no_speech_prob"]) + compression = float(row["compression_ratio"]) + if compression > 2.0: + return "" + if avg_logprob >= -1.0 and no_speech <= 0.12: + return "avg_logprob_ge_-1.0_and_no_speech_le_0.12" + if avg_logprob >= -0.92 and no_speech <= 0.18 and len(words) <= 4: + return "short_transcript_avg_logprob_ge_-0.92_and_no_speech_le_0.18" + return "" + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--asr-manifest", type=Path, default=Path("analysis/radium-image/asr_draft_sound_labels.tsv")) + parser.add_argument("--out", type=Path, default=Path("analysis/radium-image/asr_review_sound_label_candidates.tsv")) + args = parser.parse_args() + + rows: list[dict[str, str]] = [] + for row in read_tsv(args.asr_manifest): + if row.get("accepted") != "no": + continue + rule = review_rule(row) + if not rule: + continue + rows.append( + { + "sound_name": row["sound_name"], + "wav_path": row["wav_path"], + "section8_index": row["section8_index"], + "object_id": row["object_id"], + "duration_seconds": row["duration_seconds"], + "channels": row["channels"], + "transcript": row["transcript"], + "review_label": f"ASR_REVIEW_{slug(row['transcript'])}", + "avg_logprob": row["avg_logprob"], + "no_speech_prob": row["no_speech_prob"], + "compression_ratio": row["compression_ratio"], + "segment_count": row["segment_count"], + "model": row["model"], + "review_rule": rule, + } + ) + + args.out.parent.mkdir(parents=True, exist_ok=True) + with args.out.open("w", newline="", encoding="utf-8") as f: + writer = csv.DictWriter(f, fieldnames=FIELDS, delimiter="\t", extrasaction="ignore") + writer.writeheader() + writer.writerows(sorted(rows, key=lambda item: int(item["section8_index"]))) + print(f"wrote {args.out} rows={len(rows)}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/build_best_named_sound_aliases.py b/scripts/build_best_named_sound_aliases.py new file mode 100644 index 0000000..389e17e --- /dev/null +++ b/scripts/build_best_named_sound_aliases.py @@ -0,0 +1,397 @@ +#!/usr/bin/env python3 +"""Build best-available named aliases for every exported Radium sound.""" + +from __future__ import annotations + +import argparse +import csv +import hashlib +import os +import re +from pathlib import Path + + +FIELDS = [ + "bank", + "name_source", + "confidence", + "canonical_name", + "alias_wav_path", + "source_wav_path", + "source_sound_name", + "section8_index", + "object_id", + "duration_seconds", + "channels", + "sample_rate", + "command_ref_count", + "transcript", + "source_detail", + "link_type", +] + + +def read_tsv(path: Path) -> list[dict[str, str]]: + if not path.exists(): + return [] + with path.open(newline="", encoding="utf-8") as f: + return list(csv.DictReader(f, delimiter="\t")) + + +def slug(value: str, max_len: int = 90) -> str: + text = value.upper().replace("&", " AND ") + text = re.sub(r"[^A-Z0-9]+", "_", text).strip("_") + text = re.sub(r"_+", "_", text) + if not text: + text = "SOUND" + return text[:max_len].rstrip("_") or "SOUND" + + +def ensure_unique(path: Path, used_names: set[str]) -> Path: + if path.name not in used_names: + used_names.add(path.name) + return path + stem = path.stem + suffix = path.suffix + counter = 2 + while True: + candidate = path.with_name(f"{stem}_{counter:02d}{suffix}") + if candidate.name not in used_names: + used_names.add(candidate.name) + return candidate + counter += 1 + + +def link_alias(source_path: Path, alias_path: Path, symlink_target: Path) -> str: + alias_path.parent.mkdir(parents=True, exist_ok=True) + if alias_path.exists() or alias_path.is_symlink(): + try: + if alias_path.samefile(source_path): + return "hardlink" if not alias_path.is_symlink() else "symlink" + except OSError: + pass + return "existing" + try: + os.link(source_path, alias_path) + return "hardlink" + except OSError: + alias_path.symlink_to(symlink_target) + return "symlink" + + +def sha256_file(path: Path) -> str: + digest = hashlib.sha256() + with path.open("rb") as f: + for chunk in iter(lambda: f.read(1024 * 1024), b""): + digest.update(chunk) + return digest.hexdigest() + + +def write_tsv(path: Path, rows: list[dict[str, object]]) -> None: + path.parent.mkdir(parents=True, exist_ok=True) + with path.open("w", newline="", encoding="utf-8") as f: + writer = csv.DictWriter(f, fieldnames=FIELDS, delimiter="\t", extrasaction="ignore") + writer.writeheader() + writer.writerows(rows) + + +def build_main_rows(args: argparse.Namespace, used_names: set[str]) -> list[dict[str, object]]: + sounds = read_tsv(args.sound_manifest) + native_by_source = {row["source_wav_path"]: row for row in read_tsv(args.native_manifest)} + pokedex_by_source = {row["source_wav_path"]: row for row in read_tsv(args.pokedex_manifest)} + asr_by_source = { + row["wav_path"]: row + for row in read_tsv(args.asr_manifest) + if row.get("accepted") == "yes" and row.get("draft_label") + } + asr_review_by_source = { + row["wav_path"]: row + for row in read_tsv(args.asr_review_manifest) + if row.get("review_label") + } + catalog_by_source = {row["wav_path"]: row for row in read_tsv(args.catalog_asr_manifest)} + catalog_offset_by_object = { + int(row["candidate_object_id"]): row + for row in read_tsv(args.catalog_offset_manifest) + if row.get("candidate_status") == "candidate_unpromoted" + and row.get("candidate_object_id", "").isdigit() + } + + decisions: list[dict[str, object]] = [] + for sound in sorted(sounds, key=lambda row: int(row["section8_index"])): + source_wav = sound["wav_path"] + native = native_by_source.get(source_wav) + pokedex = pokedex_by_source.get(source_wav) + catalog = catalog_by_source.get(source_wav) + asr = asr_by_source.get(source_wav) + asr_review = asr_review_by_source.get(source_wav) + object_id = sound["primary_object_local_id"] or "unreferenced" + catalog_offset = ( + catalog_offset_by_object.get(int(object_id)) + if str(object_id).isdigit() + else None + ) + source_detail = "" + transcript = "" + if native: + canonical_name = native["name"] + name_source = "confirmed_native" + confidence = "confirmed" + label = slug(canonical_name) + source_detail = f"register={native['register_call_ghidra']} string={native['string_ghidra']}" + elif pokedex: + role = pokedex["role"] + if role == "description": + role_label = "description" if pokedex["role_variant"] == "1" else f"description alt {pokedex['role_variant']}" + elif role == "category": + role_label = f"{pokedex['csv_category']} category" + else: + role_label = "name" + canonical_name = f"Pokedex {int(pokedex['pokemon_number']):04d} {pokedex['pokemon_name']} {role_label}" + name_source = "pokedex_voice_alignment" + confidence = "aligned" + label = slug(canonical_name) + transcript = pokedex["transcript"] + source_detail = ( + f"pokemon_data={pokedex['pokemon_number']} role={pokedex['role']} " + f"variant={pokedex['role_variant']} action={pokedex['alignment_action']} " + f"score={pokedex['alignment_score']}" + ) + elif catalog: + canonical_name = catalog["catalog_constant"] + name_source = "catalog_asr_match" + confidence = "catalog_inferred" + label = slug(canonical_name) + transcript = catalog["transcript"] + source_detail = ( + f"match_kind={catalog['match_kind']} match_phrase={catalog['match_phrase']} " + f"model={catalog['model']} avg_logprob={catalog['avg_logprob']} " + f"no_speech={catalog['no_speech_prob']}" + ) + elif asr: + canonical_name = asr["transcript"] + name_source = "asr_draft" + confidence = "draft" + label = slug(asr["draft_label"].removeprefix("ASR_")) + transcript = asr["transcript"] + source_detail = ( + f"model={asr['model']} avg_logprob={asr['avg_logprob']} " + f"no_speech={asr['no_speech_prob']}" + ) + elif catalog_offset: + canonical_name = f"Catalog-offset candidate {catalog_offset['catalog_constant']}" + name_source = "catalog_offset_candidate" + confidence = "candidate_unpromoted" + label = slug(catalog_offset["catalog_constant"]) + source_detail = ( + f"block={catalog_offset['block_name']} range={catalog_offset['range_kind']} " + f"catalog_index={catalog_offset['catalog_index']} offset={catalog_offset['offset']} " + "not_native_confirmed" + ) + elif asr_review: + canonical_name = asr_review["transcript"] + name_source = "asr_review_candidate" + confidence = "low_confidence_asr" + label = slug(asr_review["review_label"].removeprefix("ASR_REVIEW_")) + transcript = asr_review["transcript"] + source_detail = ( + f"review_rule={asr_review['review_rule']} model={asr_review['model']} " + f"avg_logprob={asr_review['avg_logprob']} no_speech={asr_review['no_speech_prob']} " + f"compression={asr_review['compression_ratio']}" + ) + else: + canonical_name = f"Object {object_id} section {int(sound['section8_index']):04d}" + name_source = "object_ref" + confidence = "structural" + label = f"OBJ{int(object_id):04d}" if str(object_id).isdigit() else slug(str(object_id)) + source_detail = "section5_object_reference" + + decisions.append( + { + "sound": sound, + "source_wav": source_wav, + "canonical_name": canonical_name, + "name_source": name_source, + "confidence": confidence, + "label": label, + "transcript": transcript, + "source_detail": source_detail, + } + ) + + main_by_hash: dict[str, dict[str, object]] = {} + for decision in decisions: + if decision["name_source"] in {"object_ref", "catalog_offset_candidate", "asr_review_candidate"}: + continue + main_by_hash.setdefault(sha256_file(Path(str(decision["source_wav"]))), decision) + + for decision in decisions: + if decision["name_source"] != "object_ref": + continue + hash_match = main_by_hash.get(sha256_file(Path(str(decision["source_wav"])))) + if not hash_match: + continue + decision["name_source"] = "main_duplicate_hash_match" + decision["confidence"] = f"inherited_{hash_match['confidence']}" + decision["canonical_name"] = f"Duplicate of {hash_match['canonical_name']}" + decision["label"] = slug(str(decision["canonical_name"])) + decision["transcript"] = hash_match["transcript"] + decision["source_detail"] = ( + f"sha256_match_main_object={hash_match['sound']['primary_object_local_id']} " + f"main_source={hash_match['name_source']} main_section8={hash_match['sound']['section8_index']}" + ) + + rows: list[dict[str, object]] = [] + for decision in decisions: + sound = decision["sound"] + source_wav = str(decision["source_wav"]) + canonical_name = str(decision["canonical_name"]) + name_source = str(decision["name_source"]) + confidence = str(decision["confidence"]) + label = str(decision["label"]) + transcript = str(decision["transcript"]) + source_detail = str(decision["source_detail"]) + alias_name = ( + f"main__{name_source}__{label}" + f"__obj{int(sound['primary_object_local_id'] or 0):04d}" + f"__s{int(sound['section8_index']):04d}" + f"__{sound['channels']}ch_{sound['sample_rate']}hz.wav" + ) + alias_path = ensure_unique(args.main_alias_dir / alias_name, used_names) + source_path = Path(source_wav) + link_type = link_alias(source_path, alias_path, Path("..") / "sounds" / source_path.name) + rows.append( + { + "bank": "main", + "name_source": name_source, + "confidence": confidence, + "canonical_name": canonical_name, + "alias_wav_path": alias_path.as_posix(), + "source_wav_path": source_wav, + "source_sound_name": sound["sound_name"], + "section8_index": sound["section8_index"], + "object_id": sound["primary_object_local_id"], + "duration_seconds": sound["duration_seconds"], + "channels": sound["channels"], + "sample_rate": sound["sample_rate"], + "command_ref_count": sound["command_ref_count"], + "transcript": transcript, + "source_detail": source_detail, + "link_type": link_type, + } + ) + return rows + + +def build_menu_rows( + args: argparse.Namespace, used_names: set[str], main_rows: list[dict[str, object]] +) -> list[dict[str, object]]: + rows: list[dict[str, object]] = [] + main_by_hash: dict[str, dict[str, object]] = {} + for row in main_rows: + if row["name_source"] in {"object_ref", "catalog_offset_candidate", "asr_review_candidate"}: + continue + main_by_hash[sha256_file(Path(str(row["source_wav_path"])))] = row + for sound in sorted(read_tsv(args.spike_menu_manifest), key=lambda row: int(row["section8_index"])): + object_id = sound["primary_object_local_id"] or "unreferenced" + source_path = Path(sound["wav_path"]) + main_match = main_by_hash.get(sha256_file(source_path)) + if main_match: + canonical_name = f"SPIKE menu copy of {main_match['canonical_name']}" + name_source = "main_hash_match" + confidence = f"inherited_{main_match['confidence']}" + label = slug(canonical_name) + transcript = main_match["transcript"] + source_detail = ( + f"sha256_match_main_object={main_match['object_id']} " + f"main_source={main_match['name_source']} main_section8={main_match['section8_index']}" + ) + else: + canonical_name = f"SPIKE menu object {object_id} section {int(sound['section8_index']):04d}" + name_source = "spike_menu_object_ref" + confidence = "structural" + label = f"SPIKE_MENU_OBJ{int(object_id):04d}" if str(object_id).isdigit() else slug(str(object_id)) + transcript = "" + source_detail = "spike_menu_section5_object_reference" + alias_name = ( + f"spike_menu__{name_source}__{label}" + f"__s{int(sound['section8_index']):04d}" + f"__{sound['channels']}ch_{sound['sample_rate']}hz.wav" + ) + alias_path = ensure_unique(args.spike_menu_alias_dir / alias_name, used_names) + link_type = link_alias(source_path, alias_path, Path("..") / "sounds" / source_path.name) + rows.append( + { + "bank": "spike_menu", + "name_source": name_source, + "confidence": confidence, + "canonical_name": canonical_name, + "alias_wav_path": alias_path.as_posix(), + "source_wav_path": sound["wav_path"], + "source_sound_name": sound["sound_name"], + "section8_index": sound["section8_index"], + "object_id": object_id, + "duration_seconds": sound["duration_seconds"], + "channels": sound["channels"], + "sample_rate": sound["sample_rate"], + "command_ref_count": sound["command_ref_count"], + "transcript": transcript, + "source_detail": source_detail, + "link_type": link_type, + } + ) + return rows + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--sound-manifest", type=Path, default=Path("analysis/radium-image/sound_export_manifest.tsv")) + parser.add_argument("--native-manifest", type=Path, default=Path("analysis/radium-image/native_named_sound_manifest.tsv")) + parser.add_argument( + "--pokedex-manifest", type=Path, default=Path("analysis/radium-image/pokedex_voice_label_manifest.tsv") + ) + parser.add_argument( + "--sound-test-manifest", type=Path, default=Path("analysis/radium-image/native_sound_test_label_manifest.tsv") + ) + parser.add_argument("--asr-manifest", type=Path, default=Path("analysis/radium-image/asr_draft_sound_labels.tsv")) + parser.add_argument( + "--asr-review-manifest", + type=Path, + default=Path("analysis/radium-image/asr_review_sound_label_candidates.tsv"), + ) + parser.add_argument( + "--catalog-asr-manifest", + type=Path, + default=Path("analysis/radium-image/asr_catalog_sound_label_candidates.tsv"), + ) + parser.add_argument( + "--catalog-offset-manifest", + type=Path, + default=Path("analysis/radium-image/catalog_offset_candidate_labels.tsv"), + ) + parser.add_argument( + "--spike-menu-manifest", type=Path, default=Path("analysis/radium-spike-menu-image/sound_export_manifest.tsv") + ) + parser.add_argument("--main-alias-dir", type=Path, default=Path("analysis/radium-image/sounds-best-named")) + parser.add_argument( + "--spike-menu-alias-dir", type=Path, default=Path("analysis/radium-spike-menu-image/sounds-best-named") + ) + parser.add_argument("--out", type=Path, default=Path("analysis/all-sound-best-name-manifest.tsv")) + args = parser.parse_args() + + used_names: set[str] = set() + main_rows = build_main_rows(args, used_names) + rows = main_rows + build_menu_rows(args, used_names, main_rows) + write_tsv(args.out, rows) + counts: dict[str, int] = {} + for row in rows: + key = f"{row['bank']}:{row['name_source']}" + counts[key] = counts.get(key, 0) + 1 + print(f"wrote {args.out} rows={len(rows)}") + for key in sorted(counts): + print(f"{key}={counts[key]}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/build_catalog_offset_candidate_labels.py b/scripts/build_catalog_offset_candidate_labels.py new file mode 100644 index 0000000..1aa7256 --- /dev/null +++ b/scripts/build_catalog_offset_candidate_labels.py @@ -0,0 +1,214 @@ +#!/usr/bin/env python3 +"""Build candidate Radium object labels from Godot catalog order anchors. + +This is intentionally an audit artifact, not a best-name source. Ghidra confirms +two native registration blocks whose local object IDs are consecutive but use +different offsets from the Godot sound catalog order. Neighboring rows are useful +lead candidates, but they are not native-confirmed. +""" + +from __future__ import annotations + +import argparse +import csv +import json +from pathlib import Path + + +FIELDS = [ + "candidate_status", + "block_name", + "range_kind", + "offset", + "catalog_index", + "catalog_constant", + "candidate_object_id", + "section8_index", + "source_wav_path", + "duration_seconds", + "channels", + "current_best_source", + "current_best_name", + "native_register_call", + "native_string_ghidra", + "sound_test_label", + "notes", +] + + +BLOCKS = [ + { + "block_name": "eob_pokedex_offset_69", + "offset": 69, + "start": 30, + "end": 117, + "anchor_start": 40, + "anchor_end": 46, + "notes": ( + "Native anchors catalog 40-46 to objects 109-115. Neighboring " + "catalog rows are only offset candidates." + ), + }, + { + "block_name": "attack_and_following_fx_offset_78", + "offset": 78, + "start": 118, + "end": 254, + "anchor_start": 118, + "anchor_end": 135, + "notes": ( + "Native anchors catalog 118-135 to objects 196-213. Following " + "FX rows are only offset candidates." + ), + }, +] + + +def read_tsv(path: Path) -> list[dict[str, str]]: + if not path.exists(): + return [] + with path.open(newline="", encoding="utf-8") as f: + return list(csv.DictReader(f, delimiter="\t")) + + +def write_tsv(path: Path, rows: list[dict[str, object]]) -> None: + path.parent.mkdir(parents=True, exist_ok=True) + with path.open("w", newline="", encoding="utf-8") as f: + writer = csv.DictWriter(f, fieldnames=FIELDS, delimiter="\t", extrasaction="ignore") + writer.writeheader() + writer.writerows(rows) + + +def load_catalog(path: Path) -> list[str]: + with path.open(encoding="utf-8") as f: + data = json.load(f) + if isinstance(data, dict): + return list(data.keys()) + if isinstance(data, list): + return [str(item) for item in data] + raise TypeError(f"unsupported catalog format in {path}") + + +def main() -> None: + parser = argparse.ArgumentParser() + parser.add_argument( + "--catalog", + type=Path, + default=Path("analysis/godot-introspection/spike_sound_constant_map.json"), + ) + parser.add_argument( + "--sound-manifest", + type=Path, + default=Path("analysis/radium-image/sound_export_manifest.tsv"), + ) + parser.add_argument( + "--best-manifest", + type=Path, + default=Path("analysis/all-sound-best-name-manifest.tsv"), + ) + parser.add_argument( + "--native-map", + type=Path, + default=Path("analysis/radium-image/native_sound_id_map.tsv"), + ) + parser.add_argument( + "--sound-test", + type=Path, + default=Path("analysis/radium-image/native_sound_test_label_manifest.tsv"), + ) + parser.add_argument( + "--out", + type=Path, + default=Path("analysis/radium-image/catalog_offset_candidate_labels.tsv"), + ) + args = parser.parse_args() + + catalog = load_catalog(args.catalog) + sounds_by_object = { + int(row["primary_object_local_id"]): row + for row in read_tsv(args.sound_manifest) + if row.get("primary_object_local_id", "").isdigit() + } + best_by_object = { + int(row["object_id"]): row + for row in read_tsv(args.best_manifest) + if row.get("bank") == "main" and row.get("object_id", "").isdigit() + } + native_by_object = { + int(row["native_sound_id"]): row + for row in read_tsv(args.native_map) + if row.get("native_sound_id", "").isdigit() + } + sound_test_by_object = { + int(row["sound_id"]): row + for row in read_tsv(args.sound_test) + if row.get("sound_id", "").isdigit() + } + + rows: list[dict[str, object]] = [] + for block in BLOCKS: + offset = int(block["offset"]) + for catalog_index in range(int(block["start"]), int(block["end"]) + 1): + if catalog_index >= len(catalog): + continue + constant = catalog[catalog_index] + object_id = catalog_index + offset + sound = sounds_by_object.get(object_id, {}) + best = best_by_object.get(object_id, {}) + native = native_by_object.get(object_id) + sound_test = sound_test_by_object.get(object_id) + + anchor_start = int(block["anchor_start"]) + anchor_end = int(block["anchor_end"]) + if anchor_start <= catalog_index <= anchor_end: + range_kind = "native_anchor" + elif catalog_index < anchor_start: + range_kind = "pre_anchor_extension" + else: + range_kind = "post_anchor_extension" + + notes = str(block["notes"]) + if native and native["name"] == constant: + status = "confirmed_anchor" + elif native: + status = "conflicts_with_confirmed_native" + notes += f" Native object already maps to {native['name']}." + elif sound_test: + status = "conflicts_with_sound_test_candidate" + notes += " Native sound-test-adjacent row disagrees; that table is audit-only." + else: + status = "candidate_unpromoted" + + rows.append( + { + "candidate_status": status, + "block_name": block["block_name"], + "range_kind": range_kind, + "offset": offset, + "catalog_index": catalog_index, + "catalog_constant": constant, + "candidate_object_id": object_id, + "section8_index": sound.get("section8_index", ""), + "source_wav_path": sound.get("wav_path", ""), + "duration_seconds": sound.get("duration_seconds", ""), + "channels": sound.get("channels", ""), + "current_best_source": best.get("name_source", ""), + "current_best_name": best.get("canonical_name", ""), + "native_register_call": native.get("register_call_ghidra", "") if native else "", + "native_string_ghidra": native.get("string_ghidra", "") if native else "", + "sound_test_label": sound_test.get("label", "") if sound_test else "", + "notes": notes, + } + ) + + write_tsv(args.out, rows) + counts: dict[str, int] = {} + for row in rows: + counts[str(row["candidate_status"])] = counts.get(str(row["candidate_status"]), 0) + 1 + print(f"wrote {len(rows)} rows to {args.out}") + for key in sorted(counts): + print(f"{key}: {counts[key]}") + + +if __name__ == "__main__": + main() diff --git a/scripts/build_godot_editor_reconstruction.py b/scripts/build_godot_editor_reconstruction.py index 83f31a8..d3c7861 100644 --- a/scripts/build_godot_editor_reconstruction.py +++ b/scripts/build_godot_editor_reconstruction.py @@ -36,7 +36,7 @@ config/features=PackedStringArray("4.4", "Forward Plus") PokemonData="*res://scripts/pokemon_data.gd" Spike="*res://scripts/godot_spike_bridge.gd" AsyncLoadUtilV2="*res://scripts/async_load_util_v2.gd" -SpikeGameSoundIds0="*res://scripts/spike_game_sound_ids.gd" +SpikeSoundIds="*res://scripts/spike_game_sound_ids.gd" [display] diff --git a/scripts/build_media_preview_pages.py b/scripts/build_media_preview_pages.py new file mode 100644 index 0000000..160ac06 --- /dev/null +++ b/scripts/build_media_preview_pages.py @@ -0,0 +1,843 @@ +#!/usr/bin/env python3 +"""Generate wiki media preview pages for exported sounds and openable assets.""" + +from __future__ import annotations + +import csv +import json +from pathlib import Path +from urllib.parse import quote + + +WIKI_ROOT = Path(__file__).resolve().parents[1] +WORKSPACE_ROOT = WIKI_ROOT.parent +SOUND_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/sound_export_manifest.tsv" +NATIVE_NAMED_SOUND_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/native_named_sound_manifest.tsv" +NATIVE_SOUND_TEST_LABEL_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/native_sound_test_label_manifest.tsv" +ASR_DRAFT_SOUND_LABEL_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/asr_draft_sound_labels.tsv" +ASR_REVIEW_SOUND_LABEL_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/asr_review_sound_label_candidates.tsv" +ASR_CATALOG_SOUND_LABEL_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/asr_catalog_sound_label_candidates.tsv" +CATALOG_OFFSET_CANDIDATE_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/catalog_offset_candidate_labels.tsv" +POKEDEX_VOICE_LABEL_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/pokedex_voice_label_manifest.tsv" +SPIKE_MENU_SOUND_MANIFEST = WORKSPACE_ROOT / "analysis/radium-spike-menu-image/sound_export_manifest.tsv" +BEST_NAMED_SOUND_MANIFEST = WORKSPACE_ROOT / "analysis/all-sound-best-name-manifest.tsv" +RADIUM_SECTION3_BITMAP_MANIFEST = WORKSPACE_ROOT / "analysis/radium-image/section3_bitmap_manifest.tsv" +ASSET_ROOT = WORKSPACE_ROOT / "assets/openable" +OUT_MANIFEST = WORKSPACE_ROOT / "analysis/media-preview-pages.json" + +SOUND_PAGE_SIZE = 200 +IMAGE_PAGE_SIZE = 200 +VIDEO_PAGE_SIZE = 100 +TEXT_PAGE_SIZE = 200 +RADIUM_BITMAP_PAGE_SIZE = 240 + +IMAGE_EXTS = {".png", ".jpg", ".jpeg", ".webp", ".gif", ".bmp"} +VIDEO_EXTS = {".mp4", ".mov", ".webm", ".m4v"} +TEXT_EXTS = {".txt", ".json", ".csv", ".tsv", ".md", ".import"} +FONT_EXTS = {".ttf", ".otf", ".woff", ".woff2"} + + +def clean_attr(value: object) -> str: + return str(value).replace('"', "'").replace("\n", " ").replace("\r", " ") + + +def wiki_src(path: Path) -> str: + rel = path.relative_to(WIKI_ROOT).as_posix() if path.is_relative_to(WIKI_ROOT) else ("../" + path.relative_to(WORKSPACE_ROOT).as_posix()) + return quote(rel, safe="/._-~:;@!$&'()*+,=") + + +def write_page(name: str, text: str) -> str: + path = WIKI_ROOT / name + path.write_text(text.rstrip() + "\n", encoding="utf-8") + return name + + +def chunks(items: list[dict[str, object]], size: int) -> list[list[dict[str, object]]]: + return [items[i : i + size] for i in range(0, len(items), size)] + + +def sound_rows() -> list[dict[str, str]]: + with SOUND_MANIFEST.open(newline="") as f: + rows = list(csv.DictReader(f, delimiter="\t")) + native_by_source: dict[str, dict[str, str]] = {} + if NATIVE_NAMED_SOUND_MANIFEST.exists(): + with NATIVE_NAMED_SOUND_MANIFEST.open(newline="") as f: + for native in csv.DictReader(f, delimiter="\t"): + native_by_source[native["source_wav_path"]] = native + asr_by_source: dict[str, dict[str, str]] = {} + if ASR_DRAFT_SOUND_LABEL_MANIFEST.exists(): + with ASR_DRAFT_SOUND_LABEL_MANIFEST.open(newline="") as f: + for draft in csv.DictReader(f, delimiter="\t"): + if draft["accepted"] == "yes": + asr_by_source[draft["wav_path"]] = draft + for row in rows: + native = native_by_source.get(row["wav_path"]) + row["confirmed_name"] = native["name"] if native else "" + row["confirmed_alias_wav_path"] = native["alias_wav_path"] if native else "" + row["sound_test_label"] = "" + row["sound_test_alias_wav_path"] = "" + asr = asr_by_source.get(row["wav_path"]) + row["asr_draft_label"] = asr["transcript"] if asr else "" + row["asr_draft_score"] = asr["avg_logprob"] if asr else "" + return sorted(rows, key=lambda row: row["sound_name"]) + + +def native_named_sound_rows() -> list[dict[str, str]]: + if not NATIVE_NAMED_SOUND_MANIFEST.exists(): + return [] + with NATIVE_NAMED_SOUND_MANIFEST.open(newline="") as f: + return sorted(csv.DictReader(f, delimiter="\t"), key=lambda row: int(row["native_sound_id"])) + + +def native_sound_test_label_rows() -> list[dict[str, str]]: + if not NATIVE_SOUND_TEST_LABEL_MANIFEST.exists(): + return [] + with NATIVE_SOUND_TEST_LABEL_MANIFEST.open(newline="") as f: + return sorted(csv.DictReader(f, delimiter="\t"), key=lambda row: int(row["sound_id"])) + + +def asr_draft_sound_label_rows() -> list[dict[str, str]]: + if not ASR_DRAFT_SOUND_LABEL_MANIFEST.exists(): + return [] + with ASR_DRAFT_SOUND_LABEL_MANIFEST.open(newline="") as f: + rows = [row for row in csv.DictReader(f, delimiter="\t") if row["accepted"] == "yes"] + return sorted(rows, key=lambda row: int(row["section8_index"])) + + +def asr_review_sound_label_rows() -> list[dict[str, str]]: + if not ASR_REVIEW_SOUND_LABEL_MANIFEST.exists(): + return [] + with ASR_REVIEW_SOUND_LABEL_MANIFEST.open(newline="", encoding="utf-8") as f: + rows = list(csv.DictReader(f, delimiter="\t")) + return sorted(rows, key=lambda row: int(row["section8_index"])) + + +def asr_catalog_sound_label_rows() -> list[dict[str, str]]: + if not ASR_CATALOG_SOUND_LABEL_MANIFEST.exists(): + return [] + with ASR_CATALOG_SOUND_LABEL_MANIFEST.open(newline="", encoding="utf-8") as f: + rows = list(csv.DictReader(f, delimiter="\t")) + return sorted(rows, key=lambda row: int(row["section8_index"])) + + +def catalog_offset_candidate_rows() -> list[dict[str, str]]: + if not CATALOG_OFFSET_CANDIDATE_MANIFEST.exists(): + return [] + with CATALOG_OFFSET_CANDIDATE_MANIFEST.open(newline="", encoding="utf-8") as f: + rows = list(csv.DictReader(f, delimiter="\t")) + return sorted(rows, key=lambda row: (row["block_name"], int(row["candidate_object_id"]))) + + +def pokedex_voice_label_rows() -> list[dict[str, str]]: + if not POKEDEX_VOICE_LABEL_MANIFEST.exists(): + return [] + with POKEDEX_VOICE_LABEL_MANIFEST.open(newline="", encoding="utf-8") as f: + return sorted(csv.DictReader(f, delimiter="\t"), key=lambda row: int(row["object_id"])) + + +def spike_menu_sound_rows() -> list[dict[str, str]]: + if not SPIKE_MENU_SOUND_MANIFEST.exists(): + return [] + with SPIKE_MENU_SOUND_MANIFEST.open(newline="") as f: + return sorted(csv.DictReader(f, delimiter="\t"), key=lambda row: row["sound_name"]) + + +def best_named_sound_rows() -> list[dict[str, str]]: + if not BEST_NAMED_SOUND_MANIFEST.exists(): + return [] + with BEST_NAMED_SOUND_MANIFEST.open(newline="", encoding="utf-8") as f: + return sorted( + csv.DictReader(f, delimiter="\t"), + key=lambda row: (row["bank"], row["name_source"], int(row["section8_index"])), + ) + + +def unresolved_best_named_rows(best_named_rows: list[dict[str, str]]) -> list[dict[str, str]]: + return sorted( + [ + row + for row in best_named_rows + if row["name_source"] in {"object_ref", "spike_menu_object_ref"} + ], + key=lambda row: (row["bank"], int(row["object_id"]), int(row["section8_index"])), + ) + + +def asset_rows() -> dict[str, list[dict[str, object]]]: + rows = {"images": [], "videos": [], "text": [], "fonts": []} + for path in sorted(ASSET_ROOT.rglob("*")): + if not path.is_file() or path.name == ".DS_Store": + continue + ext = path.suffix.lower() + rel = path.relative_to(WORKSPACE_ROOT).as_posix() + row = {"path": path, "rel": rel, "name": path.name, "size": path.stat().st_size} + if ext in IMAGE_EXTS: + rows["images"].append(row) + elif ext in VIDEO_EXTS: + rows["videos"].append(row) + elif ext in TEXT_EXTS: + rows["text"].append(row) + elif ext in FONT_EXTS: + rows["fonts"].append(row) + return rows + + +def radium_section3_bitmap_rows() -> list[dict[str, str]]: + if not RADIUM_SECTION3_BITMAP_MANIFEST.exists(): + return [] + with RADIUM_SECTION3_BITMAP_MANIFEST.open(newline="", encoding="utf-8") as f: + rows = [ + row + for row in csv.DictReader(f, delimiter="\t") + if row["decoder_status"] == "raw_indexed_preview" and row["png_path"] + ] + return sorted(rows, key=lambda row: int(row["logical_index"])) + + +def page_nav(page_names: list[str]) -> str: + return "\n".join(f"- [{name[:-3].replace('-', ' ').title()}]({name})" for name in page_names) + + +def sound_directive(row: dict[str, str]) -> str: + meta = ( + f"section8={row['section8_index']} object={row['primary_object_local_id'] or 'unreferenced'} " + f"duration={row['duration_seconds']}s channels={row['channels']} refs={row['command_ref_count']}" + ) + title = row["sound_name"] + if row.get("confirmed_name"): + title = f"{row['confirmed_name']} ({row['sound_name']})" + elif row.get("asr_draft_label"): + title = f"ASR draft: {row['asr_draft_label']} ({row['sound_name']})" + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["wav_path"])}" ' + f'title="{clean_attr(title)}" meta="{clean_attr(meta)}"}}' + ) + + +def native_named_sound_directive(row: dict[str, str]) -> str: + meta = ( + f"native_id={row['native_sound_id']} section8={row['section8_index']} " + f"duration={row['duration_seconds']}s channels={row['channels']} " + f"register={row['register_call_ghidra']} string={row['string_ghidra']}" + ) + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["alias_wav_path"])}" ' + f'title="{clean_attr(row["name"])}" meta="{clean_attr(meta)}"}}' + ) + + +def native_sound_test_label_directive(row: dict[str, str]) -> str: + meta = ( + f"sound_id={row['sound_id']} section8={row['section8_index']} " + f"duration={row['duration_seconds']}s channels={row['channels']} " + f"table={row['table_entry_offset']} string={row['label_string_offset']}" + ) + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["alias_wav_path"])}" ' + f'title="{clean_attr(row["label"])}" meta="{clean_attr(meta)}"}}' + ) + + +def asr_draft_sound_label_directive(row: dict[str, str]) -> str: + meta = ( + f"object={row['object_id']} section8={row['section8_index']} " + f"duration={row['duration_seconds']}s channels={row['channels']} " + f"model={row['model']} logprob={row['avg_logprob']} no_speech={row['no_speech_prob']}" + ) + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["wav_path"])}" ' + f'title="ASR draft: {clean_attr(row["transcript"])}" meta="{clean_attr(meta)}"}}' + ) + + +def asr_review_sound_label_directive(row: dict[str, str]) -> str: + meta = ( + f"object={row['object_id']} section8={row['section8_index']} " + f"duration={row['duration_seconds']}s channels={row['channels']} " + f"rule={row['review_rule']} model={row['model']} " + f"logprob={row['avg_logprob']} no_speech={row['no_speech_prob']}" + ) + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["wav_path"])}" ' + f'title="ASR review: {clean_attr(row["transcript"])}" meta="{clean_attr(meta)}"}}' + ) + + +def asr_catalog_sound_label_directive(row: dict[str, str]) -> str: + meta = ( + f"object={row['object_id']} section8={row['section8_index']} " + f"duration={row['duration_seconds']}s channels={row['channels']} " + f"match={row['match_kind']} phrase={row['match_phrase']} " + f"model={row['model']} logprob={row['avg_logprob']}" + ) + title = f"{row['catalog_constant']} (ASR: {row['transcript']})" + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["wav_path"])}" ' + f'title="{clean_attr(title)}" meta="{clean_attr(meta)}"}}' + ) + + +def catalog_offset_candidate_directive(row: dict[str, str]) -> str: + meta = ( + f"status={row['candidate_status']} block={row['block_name']} " + f"range={row['range_kind']} catalog_index={row['catalog_index']} " + f"object={row['candidate_object_id']} section8={row['section8_index']} " + f"offset={row['offset']} current={row['current_best_source']}" + ) + if row.get("sound_test_label"): + meta += f" sound_test={row['sound_test_label']}" + title = f"{row['catalog_constant']} [{row['candidate_status']}]" + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["source_wav_path"])}" ' + f'title="{clean_attr(title)}" meta="{clean_attr(meta)}"}}' + ) + + +def pokedex_voice_label_directive(row: dict[str, str]) -> str: + role = row["role"] + if role == "description" and row["role_variant"] != "1": + role = f"description alt {row['role_variant']}" + meta = ( + f"pokemon={int(row['pokemon_number']):04d} role={role} object={row['object_id']} " + f"section8={row['section8_index']} duration={row['duration_seconds']}s " + f"score={row['alignment_score']} action={row['alignment_action']}" + ) + title = f"Pokedex {int(row['pokemon_number']):04d} {row['pokemon_name']} {role}" + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["alias_wav_path"])}" ' + f'title="{clean_attr(title)}" meta="{clean_attr(meta)}"}}' + ) + + +def spike_menu_sound_directive(row: dict[str, str]) -> str: + meta = ( + f"section8={row['section8_index']} object={row['primary_object_local_id']} " + f"duration={row['duration_seconds']}s channels={row['channels']} refs={row['command_ref_count']}" + ) + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["wav_path"])}" ' + f'title="SPIKE menu: {clean_attr(row["sound_name"])}" meta="{clean_attr(meta)}"}}' + ) + + +def best_named_sound_directive(row: dict[str, str]) -> str: + meta = ( + f"bank={row['bank']} source={row['name_source']} confidence={row['confidence']} " + f"section8={row['section8_index']} object={row['object_id']} " + f"duration={row['duration_seconds']}s channels={row['channels']} refs={row['command_ref_count']}" + ) + title = f"{row['canonical_name']} [{row['name_source']}]" + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["alias_wav_path"])}" ' + f'title="{clean_attr(title)}" meta="{clean_attr(meta)}"}}' + ) + + +def unresolved_sound_review_kind(row: dict[str, str]) -> str: + duration = float(row["duration_seconds"]) + channels = int(row["channels"]) + if channels == 2 and duration >= 30: + return "long_stereo_music_candidate" + if channels == 2 and duration >= 10: + return "mid_stereo_music_or_ambience_candidate" + if duration < 0.25: + return "very_short_fx_candidate" + if channels == 1: + return "mono_fx_or_voice_reject" + return "stereo_fx_candidate" + + +def unresolved_sound_directive(row: dict[str, str]) -> str: + review_kind = unresolved_sound_review_kind(row) + meta = ( + f"bank={row['bank']} review={review_kind} section8={row['section8_index']} " + f"object={row['object_id']} duration={row['duration_seconds']}s " + f"channels={row['channels']} refs={row['command_ref_count']}" + ) + title = f"{row['canonical_name']} [{review_kind}]" + return ( + f'::audio{{src="{wiki_src(WORKSPACE_ROOT / row["alias_wav_path"])}" ' + f'title="{clean_attr(title)}" meta="{clean_attr(meta)}"}}' + ) + + +def asset_directive(kind: str, row: dict[str, object], index: int) -> str: + path = row["path"] + title = row["rel"] + meta = f"{row['size']} bytes" + if kind == "images": + directive = "image" + elif kind == "videos": + directive = "video" + elif kind == "fonts": + directive = "font" + else: + directive = "textasset" + extra = f' family="asset_font_{index:03d}"' if directive == "font" else "" + return ( + f'::{directive}{{src="{wiki_src(path)}" title="{clean_attr(title)}" ' + f'meta="{clean_attr(meta)}"{extra}}}' + ) + + +def radium_section3_bitmap_directive(row: dict[str, str]) -> str: + path = WORKSPACE_ROOT / row["png_path"] + title = f"Section 3 {int(row['logical_index']):04d} record {row['record_id']}" + meta = ( + f"offset={row['record_offset']} flags={row['flags']} " + f"size={row['width']}x{row['height']} payload={row['pixel_payload_length']} " + f"status={row['decoder_status']}" + ) + return ( + f'::image{{src="{wiki_src(path)}" title="{clean_attr(title)}" ' + f'meta="{clean_attr(meta)}"}}' + ) + + +def build_sound_pages( + rows: list[dict[str, str]], + native_rows: list[dict[str, str]], + sound_test_rows: list[dict[str, str]], + asr_rows: list[dict[str, str]], + asr_review_rows: list[dict[str, str]], + asr_catalog_rows: list[dict[str, str]], + catalog_offset_rows: list[dict[str, str]], + pokedex_rows: list[dict[str, str]], + spike_menu_rows: list[dict[str, str]], + best_named_rows: list[dict[str, str]], +) -> list[str]: + page_names: list[str] = [] + for page_number, page_rows in enumerate(chunks(rows, SOUND_PAGE_SIZE), start=1): + name = f"sound-gallery-{page_number:02d}.md" + first = (page_number - 1) * SOUND_PAGE_SIZE + 1 + last = first + len(page_rows) - 1 + lines = [ + f"# Sound Gallery {page_number:02d}", + "", + f"Exported Radium PCM sounds {first}-{last} of {len(rows)}.", + "", + "::gallery-start", + *[sound_directive(row) for row in page_rows], + "::gallery-end", + ] + page_names.append(write_page(name, "\n".join(lines))) + best_named_pages: list[str] = [] + if best_named_rows: + for page_number, page_rows in enumerate(chunks(best_named_rows, SOUND_PAGE_SIZE), start=1): + name = f"sound-best-named-gallery-{page_number:02d}.md" + first = (page_number - 1) * SOUND_PAGE_SIZE + 1 + last = first + len(page_rows) - 1 + lines = [ + f"# Best-Named Sound Export {page_number:02d}", + "", + f"Best-available named aliases {first}-{last} of {len(best_named_rows)}.", + "Name provenance is preserved in the `source` metadata: confirmed native, Pokedex voice alignment, catalog-matched ASR, draft ASR, catalog-offset candidate, low-confidence ASR review candidate, main-image hash match, or structural object reference.", + "", + "::gallery-start", + *[best_named_sound_directive(row) for row in page_rows], + "::gallery-end", + ] + best_named_pages.append(write_page(name, "\n".join(lines))) + source_counts: dict[str, int] = {} + for row in best_named_rows: + source_counts[row["name_source"]] = source_counts.get(row["name_source"], 0) + 1 + source_lines = [f"- `{source}`: `{count}`" for source, count in sorted(source_counts.items())] + best_named_index = write_page( + "sound-best-named-export.md", + "\n".join( + [ + "# Best-Named Sound Export", + "", + f"Generated best-available named alias previews for `{len(best_named_rows)}` total sounds across the main game and SPIKE menu images.", + "", + "The canonical WAV exports remain unchanged. These aliases are generated under `analysis/radium-image/sounds-best-named/` and `analysis/radium-spike-menu-image/sounds-best-named/` so every sound has one stable, traceable, previewable filename using the best current evidence.", + "", + "## Name Sources", + "", + *source_lines, + "", + "Confirmed native names are preferred first. Pokedex voice alignment, catalog-matched ASR names, accepted raw ASR labels, and catalog-offset candidates are used before low-confidence ASR review candidates. Catalog ASR names are inferred from exact transcript-to-catalog phrase matches; raw ASR names are marked draft. Catalog-offset names are marked candidate_unpromoted and remain below direct content evidence. Low-confidence ASR review candidates are only used when no stronger semantic label exists. Object-reference names are structural fallbacks for sounds that still lack semantic labels.", + "", + "## Gallery Pages", + "", + page_nav(best_named_pages), + "", + "## Manifest", + "", + "- `analysis/all-sound-best-name-manifest.tsv`", + ] + ), + ) + else: + best_named_index = "" + unresolved_page = "" + unresolved_rows = unresolved_best_named_rows(best_named_rows) + if unresolved_rows: + review_counts: dict[str, int] = {} + bank_counts: dict[str, int] = {} + for row in unresolved_rows: + review_kind = unresolved_sound_review_kind(row) + review_counts[review_kind] = review_counts.get(review_kind, 0) + 1 + bank_counts[row["bank"]] = bank_counts.get(row["bank"], 0) + 1 + review_lines = [f"- `{kind}`: `{count}`" for kind, count in sorted(review_counts.items())] + bank_lines = [f"- `{bank}`: `{count}`" for bank, count in sorted(bank_counts.items())] + unresolved_lines = [ + "# Unresolved Structural Sound Review", + "", + "These are the remaining best-name rows whose current labels are structural object references rather than semantic names.", + "The `review` metadata is a duration/channel triage hint only; it is not a recovered native or Godot symbol.", + "", + "## Bank Counts", + "", + *bank_lines, + "", + "## Review Buckets", + "", + *review_lines, + "", + "::gallery-start", + *[unresolved_sound_directive(row) for row in unresolved_rows], + "::gallery-end", + ] + unresolved_page = write_page("sound-unresolved-review.md", "\n".join(unresolved_lines)) + named_page = "" + if native_rows: + named_lines = [ + "# Confirmed Native Sound Names", + "", + "These names are confirmed from native `GodotSpikeBridge` registration calls in `/games/pokemon_pro/game`.", + "The alias WAVs are hardlinks or symlinks under `analysis/radium-image/sounds-native-named/` that point back to the full export.", + "", + "::gallery-start", + *[native_named_sound_directive(row) for row in native_rows], + "::gallery-end", + ] + named_page = write_page("sound-native-names.md", "\n".join(named_lines)) + sound_test_page = "" + if sound_test_rows: + sound_test_lines = [ + "# Native Sound Test Labels", + "", + "These labels are raw candidate rows from a native sound-test-adjacent table in `/games/pokemon_pro/game`.", + "Follow-up checks showed the table's numeric field is not a reliable direct Radium local sound ID for every row, so these labels are not promoted into the best-name export.", + "The alias WAVs are retained under `analysis/radium-image/sounds-native-sound-test/` for audit only.", + "", + "::gallery-start", + *[native_sound_test_label_directive(row) for row in sound_test_rows], + "::gallery-end", + ] + sound_test_page = write_page("sound-native-sound-test.md", "\n".join(sound_test_lines)) + asr_page = "" + if asr_rows: + asr_lines = [ + "# Draft ASR Sound Labels", + "", + "These labels are draft content transcripts generated locally with Whisper from exported WAVs.", + "They are useful for triage and preview search, but they are not native symbols and may contain recognition errors.", + "", + "::gallery-start", + *[asr_draft_sound_label_directive(row) for row in asr_rows], + "::gallery-end", + ] + asr_page = write_page("sound-asr-draft-labels.md", "\n".join(asr_lines)) + asr_review_page = "" + if asr_review_rows: + asr_review_lines = [ + "# Low-Confidence ASR Review Candidates", + "", + "These labels are lower-confidence ASR transcripts for sounds that would otherwise be structural object references.", + "They are weaker than accepted draft ASR labels and are not native symbols; the `rule`, `logprob`, and `no_speech` metadata are included so candidates can be audited while listening.", + "", + "::gallery-start", + *[asr_review_sound_label_directive(row) for row in asr_review_rows], + "::gallery-end", + ] + asr_review_page = write_page("sound-asr-review-candidates.md", "\n".join(asr_review_lines)) + asr_catalog_page = "" + if asr_catalog_rows: + asr_catalog_lines = [ + "# Catalog-Matched ASR Sound Labels", + "", + "These labels are accepted ASR transcripts that exactly match known `SE_PK_VO_*` Godot catalog constants or narrow documented ASR error variants.", + "They are stronger than raw transcript slugs for browsing, but remain inferred because no general native/Radium symbol-to-object map has been recovered.", + "", + "::gallery-start", + *[asr_catalog_sound_label_directive(row) for row in asr_catalog_rows], + "::gallery-end", + ] + asr_catalog_page = write_page("sound-asr-catalog-labels.md", "\n".join(asr_catalog_lines)) + catalog_offset_page = "" + if catalog_offset_rows: + status_counts: dict[str, int] = {} + for row in catalog_offset_rows: + status_counts[row["candidate_status"]] = status_counts.get(row["candidate_status"], 0) + 1 + status_lines = [f"- `{status}`: `{count}`" for status, count in sorted(status_counts.items())] + catalog_offset_lines = [ + "# Catalog-Offset Candidate Sound Labels", + "", + "These previews are audit-only candidate labels from comparing Godot sound-catalog order against the two Ghidra-confirmed native registration anchor blocks.", + "Non-conflicting rows that previously had only structural object names are used in the best-name export as `catalog_offset_candidate` aliases with `candidate_unpromoted` confidence; the sound-test disagreement row and rows with stronger content evidence are not promoted from this table.", + "", + "## Candidate Status Counts", + "", + *status_lines, + "", + "::gallery-start", + *[catalog_offset_candidate_directive(row) for row in catalog_offset_rows], + "::gallery-end", + ] + catalog_offset_page = write_page("sound-catalog-offset-candidates.md", "\n".join(catalog_offset_lines)) + pokedex_page = "" + if pokedex_rows: + duplicate_count = sum(1 for row in pokedex_rows if row["alignment_action"] == "duplicate_description") + pokedex_lines = [ + "# Pokedex Voice Alignment", + "", + "These labels are aligned from the Radium object stream, `assets/godot_raw/data/pokemon_data.txt`, and local ASR transcripts.", + f"The stream covers `{len(pokedex_rows)}` clips from Radium objects `409` through `1545`, including `{duplicate_count}` duplicate description variants.", + "The alias WAVs are hardlinks or symlinks under `analysis/radium-image/sounds-pokedex-voice/` that point back to the full export.", + "", + "::gallery-start", + *[pokedex_voice_label_directive(row) for row in pokedex_rows], + "::gallery-end", + ] + pokedex_page = write_page("sound-pokedex-voice.md", "\n".join(pokedex_lines)) + spike_menu_page = "" + if spike_menu_rows: + spike_menu_lines = [ + "# SPIKE Menu Sound Export", + "", + "These WAVs are exported from `/games/pokemon_pro/spike3/spike_menu/image.bin`.", + "The parser uses the same section 8 PCM table format and a SPIKE-menu-specific opcode-size table at `0x410ce8` to resolve section 5 command references.", + "", + "::gallery-start", + *[spike_menu_sound_directive(row) for row in spike_menu_rows], + "::gallery-end", + ] + spike_menu_page = write_page("sound-spike-menu.md", "\n".join(spike_menu_lines)) + confirmed_count = sum(1 for row in rows if row.get("confirmed_name")) + asr_count = sum(1 for row in rows if row.get("asr_draft_label")) + index_lines = [ + "# Full Sound Export", + "", + f"Generated preview pages for `{len(rows)}` exported WAV files under `analysis/radium-image/sounds/`.", + f"`{confirmed_count}` exported sounds currently have Ghidra-confirmed native names and aliases under " + "`analysis/radium-image/sounds-native-named/`.", + f"`{len(sound_test_rows)}` raw sound-test-adjacent table rows are documented under " + "`analysis/radium-image/native_sound_test_label_manifest.tsv`; they are not treated as confirmed best-name labels.", + f"`{asr_count}` exported sounds currently have accepted draft ASR transcript labels in " + "`analysis/radium-image/asr_draft_sound_labels.tsv`.", + f"`{len(asr_review_rows)}` rejected ASR rows pass conservative review-candidate filters in " + "`analysis/radium-image/asr_review_sound_label_candidates.tsv`; only rows without stronger names are used as low-confidence best-name aliases.", + f"`{len(asr_catalog_rows)}` ASR-labeled sounds also match known Godot voice catalog constants in " + "`analysis/radium-image/asr_catalog_sound_label_candidates.tsv`.", + f"`{len(catalog_offset_rows)}` catalog-order offset candidate rows are previewable in " + "`analysis/radium-image/catalog_offset_candidate_labels.tsv`; these are audit-only and are not promoted.", + f"`{len(pokedex_rows)}` Pokedex voice clips have aligned semantic labels in " + "`analysis/radium-image/pokedex_voice_label_manifest.tsv`.", + f"`{len(spike_menu_rows)}` SPIKE menu sounds are exported under `analysis/radium-spike-menu-image/sounds/`.", + f"`{len(best_named_rows)}` sounds have complete best-available named aliases under " + "`analysis/radium-image/sounds-best-named/` and `analysis/radium-spike-menu-image/sounds-best-named/`.", + f"`{len(unresolved_rows)}` best-name rows still have structural object-reference labels and are grouped for review in `sound-unresolved-review.md`.", + "", + "Names are deterministic static names based on the best resolved Radium command reference: " + "`objNNNN_vV_cmdC_sSSSS_channels_rate.wav`.", + "", + "Confirmed native names come from `GodotSpikeBridge` registration calls recovered from `/games/pokemon_pro/game`. " + "Raw sound-test-adjacent labels are preserved for audit but are not promoted as confirmed names. " + "ASR draft and review labels are content-derived transcripts and are not treated as confirmed symbols. " + "The remaining sounds keep object/chunk names until a broader native or bytecode symbol-to-object map is recovered.", + "", + "## Gallery Pages", + "", + f"- [Confirmed Native Sound Names]({named_page})" if named_page else "", + f"- [Native Sound Test Labels]({sound_test_page})" if sound_test_page else "", + f"- [Draft ASR Sound Labels]({asr_page})" if asr_page else "", + f"- [Low-Confidence ASR Review Candidates]({asr_review_page})" if asr_review_page else "", + f"- [Catalog-Matched ASR Sound Labels]({asr_catalog_page})" if asr_catalog_page else "", + f"- [Catalog-Offset Candidate Sound Labels]({catalog_offset_page})" if catalog_offset_page else "", + f"- [Pokedex Voice Alignment]({pokedex_page})" if pokedex_page else "", + f"- [SPIKE Menu Sound Export]({spike_menu_page})" if spike_menu_page else "", + f"- [Best-Named Sound Export]({best_named_index})" if best_named_index else "", + f"- [Unresolved Structural Sound Review]({unresolved_page})" if unresolved_page else "", + page_nav(page_names), + "", + "## Manifests", + "", + "- `analysis/radium-image/sound_export_manifest.tsv`", + "- `analysis/radium-image/sound_export_manifest.json`", + "- `analysis/radium-image/command_sound_refs.tsv`", + "- `analysis/radium-image/native_sound_id_map.tsv`", + "- `analysis/radium-image/native_named_sound_manifest.tsv`", + "- `analysis/radium-image/native_sound_test_label_manifest.tsv`", + "- `analysis/radium-image/asr_draft_sound_labels.tsv`", + "- `analysis/radium-image/asr_review_sound_label_candidates.tsv`", + "- `analysis/radium-image/asr_catalog_sound_label_candidates.tsv`", + "- `analysis/radium-image/catalog_offset_candidate_labels.tsv`", + "- `analysis/radium-image/pokedex_voice_label_manifest.tsv`", + "- `analysis/radium-spike-menu-image/sound_export_manifest.tsv`", + "- `analysis/all-sound-best-name-manifest.tsv`", + ] + write_page("sound-export.md", "\n".join(index_lines)) + return [ + "sound-export.md", + *([named_page] if named_page else []), + *([sound_test_page] if sound_test_page else []), + *([asr_page] if asr_page else []), + *([asr_review_page] if asr_review_page else []), + *([asr_catalog_page] if asr_catalog_page else []), + *([catalog_offset_page] if catalog_offset_page else []), + *([pokedex_page] if pokedex_page else []), + *([spike_menu_page] if spike_menu_page else []), + *([best_named_index] if best_named_index else []), + *([unresolved_page] if unresolved_page else []), + *best_named_pages, + *page_names, + ] + + +def build_asset_pages(rows_by_kind: dict[str, list[dict[str, object]]]) -> list[str]: + settings = { + "images": ("Asset Image Gallery", IMAGE_PAGE_SIZE), + "videos": ("Asset Video Gallery", VIDEO_PAGE_SIZE), + "text": ("Asset Text Gallery", TEXT_PAGE_SIZE), + "fonts": ("Asset Font Gallery", TEXT_PAGE_SIZE), + } + page_names: list[str] = [] + grouped_pages: dict[str, list[str]] = {} + for kind, rows in rows_by_kind.items(): + title, page_size = settings[kind] + grouped_pages[kind] = [] + for page_number, page_rows in enumerate(chunks(rows, page_size), start=1): + name = f"asset-{kind}-gallery-{page_number:02d}.md" + first = (page_number - 1) * page_size + 1 + last = first + len(page_rows) - 1 + lines = [ + f"# {title} {page_number:02d}", + "", + f"Openable {kind} assets {first}-{last} of {len(rows)}.", + "", + "::gallery-start", + *[asset_directive(kind, row, first + idx) for idx, row in enumerate(page_rows)], + "::gallery-end", + ] + grouped_pages[kind].append(write_page(name, "\n".join(lines))) + page_names.extend(grouped_pages[kind]) + + index_lines = [ + "# Asset Previews", + "", + "Generated preview pages for openable reconstructed assets under `assets/openable/`.", + "", + "| Type | Count | Pages |", + "| --- | ---: | --- |", + ] + for kind in ["images", "videos", "text", "fonts"]: + pages = grouped_pages[kind] + links = ", ".join(f"[{i + 1}]({name})" for i, name in enumerate(pages)) + index_lines.append(f"| {kind} | `{len(rows_by_kind[kind])}` | {links} |") + write_page("asset-previews.md", "\n".join(index_lines)) + return ["asset-previews.md", *page_names] + + +def build_radium_section3_bitmap_pages(rows: list[dict[str, str]]) -> list[str]: + if not RADIUM_SECTION3_BITMAP_MANIFEST.exists(): + return [] + with RADIUM_SECTION3_BITMAP_MANIFEST.open(newline="", encoding="utf-8") as f: + all_rows = list(csv.DictReader(f, delimiter="\t")) + status_counts: dict[str, int] = {} + for row in all_rows: + status_counts[row["decoder_status"]] = status_counts.get(row["decoder_status"], 0) + 1 + status_lines = [f"- `{status}`: `{count}`" for status, count in sorted(status_counts.items())] + + gallery_pages: list[str] = [] + for page_number, page_rows in enumerate(chunks(rows, RADIUM_BITMAP_PAGE_SIZE), start=1): + name = f"radium-section3-bitmap-gallery-{page_number:02d}.md" + first = (page_number - 1) * RADIUM_BITMAP_PAGE_SIZE + 1 + last = first + len(page_rows) - 1 + lines = [ + f"# Radium Section 3 Bitmap Gallery {page_number:02d}", + "", + f"Raw-indexed section 3 bitmap previews {first}-{last} of {len(rows)}.", + "", + "::gallery-start", + *[radium_section3_bitmap_directive(row) for row in page_rows], + "::gallery-end", + ] + gallery_pages.append(write_page(name, "\n".join(lines))) + + index_lines = [ + "# Radium Section 3 Bitmap Previews", + "", + "These previews are decoded from `/games/pokemon_pro/image.bin` section 3 pointer-table records.", + "The current static decoder treats records as `uint32 id`, `uint32 flags`, `uint16 width`, `uint16 height`, followed by raw indexed pixel bytes when the payload is large enough for `width * height` pixels.", + "Pixel values are rendered as grayscale; `0xff` is rendered transparent. Compact payloads are retained in the manifest as undecoded rather than guessed.", + "", + "## Decoder Status Counts", + "", + *status_lines, + "", + "## Gallery Pages", + "", + page_nav(gallery_pages), + "", + "## Manifest", + "", + "- `analysis/radium-image/section3_bitmap_manifest.tsv`", + ] + return [write_page("radium-section3-bitmaps.md", "\n".join(index_lines)), *gallery_pages] + + +def main() -> int: + sounds = sound_rows() + native_sounds = native_named_sound_rows() + sound_test_labels = native_sound_test_label_rows() + asr_draft_labels = asr_draft_sound_label_rows() + asr_review_labels = asr_review_sound_label_rows() + asr_catalog_labels = asr_catalog_sound_label_rows() + catalog_offset_candidates = catalog_offset_candidate_rows() + pokedex_voice_labels = pokedex_voice_label_rows() + spike_menu_sounds = spike_menu_sound_rows() + best_named_sounds = best_named_sound_rows() + assets = asset_rows() + radium_bitmaps = radium_section3_bitmap_rows() + pages = build_sound_pages( + sounds, + native_sounds, + sound_test_labels, + asr_draft_labels, + asr_review_labels, + asr_catalog_labels, + catalog_offset_candidates, + pokedex_voice_labels, + spike_menu_sounds, + best_named_sounds, + ) + build_asset_pages(assets) + build_radium_section3_bitmap_pages(radium_bitmaps) + best_named_source_counts: dict[str, int] = {} + for row in best_named_sounds: + best_named_source_counts[row["name_source"]] = best_named_source_counts.get(row["name_source"], 0) + 1 + summary = { + "sound_count": len(sounds), + "native_named_sound_count": len(native_sounds), + "native_sound_test_label_count": len(sound_test_labels), + "asr_draft_sound_label_count": len(asr_draft_labels), + "asr_review_sound_label_count": len(asr_review_labels), + "asr_catalog_sound_label_count": len(asr_catalog_labels), + "catalog_offset_candidate_count": len(catalog_offset_candidates), + "pokedex_voice_label_count": len(pokedex_voice_labels), + "spike_menu_sound_count": len(spike_menu_sounds), + "best_named_sound_count": len(best_named_sounds), + "unresolved_structural_sound_count": len(unresolved_best_named_rows(best_named_sounds)), + "best_named_source_counts": best_named_source_counts, + "asset_counts": {kind: len(rows) for kind, rows in assets.items()}, + "radium_section3_bitmap_preview_count": len(radium_bitmaps), + "pages": pages, + } + OUT_MANIFEST.write_text(json.dumps(summary, indent=2) + "\n", encoding="utf-8") + print(f"wrote {len(pages)} media preview pages") + print(json.dumps(summary, indent=2)) + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/build_native_named_sound_aliases.py b/scripts/build_native_named_sound_aliases.py new file mode 100644 index 0000000..97c6f24 --- /dev/null +++ b/scripts/build_native_named_sound_aliases.py @@ -0,0 +1,93 @@ +#!/usr/bin/env python3 +"""Build confirmed-name aliases for native GodotSpikeBridge sound registrations.""" + +from __future__ import annotations + +import argparse +import csv +import os +import re +from pathlib import Path + + +def slug(value: str) -> str: + return re.sub(r"[^A-Za-z0-9_]+", "_", value).strip("_") or "sound" + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--sound-manifest", type=Path, default=Path("analysis/radium-image/sound_export_manifest.tsv")) + parser.add_argument("--native-map", type=Path, default=Path("analysis/radium-image/native_sound_id_map.tsv")) + parser.add_argument("--alias-dir", type=Path, default=Path("analysis/radium-image/sounds-native-named")) + parser.add_argument("--out", type=Path, default=Path("analysis/radium-image/native_named_sound_manifest.tsv")) + args = parser.parse_args() + + manifest = list(csv.DictReader(args.sound_manifest.open(newline=""), delimiter="\t")) + by_object = {int(row["primary_object_local_id"]): row for row in manifest if row["primary_object_local_id"]} + native_rows = list(csv.DictReader(args.native_map.open(newline=""), delimiter="\t")) + + args.alias_dir.mkdir(parents=True, exist_ok=True) + output_rows: list[dict[str, object]] = [] + for native in native_rows: + sound_id = int(native["native_sound_id"]) + source = by_object.get(sound_id) + if source is None: + continue + source_path = Path(source["wav_path"]) + alias_name = ( + f"{slug(native['name'])}" + f"__obj{sound_id:04d}" + f"_s{int(source['section8_index']):04d}" + f"_{source['channels']}ch_{source['sample_rate']}hz.wav" + ) + alias_path = args.alias_dir / alias_name + if not alias_path.exists(): + try: + os.link(source_path, alias_path) + link_type = "hardlink" + except OSError: + alias_path.symlink_to(Path("..") / "sounds" / source_path.name) + link_type = "symlink" + else: + link_type = "existing" + output_rows.append( + { + "name": native["name"], + "native_sound_id": sound_id, + "alias_wav_path": alias_path.as_posix(), + "source_wav_path": source_path.as_posix(), + "section8_index": source["section8_index"], + "duration_seconds": source["duration_seconds"], + "channels": source["channels"], + "sample_rate": source["sample_rate"], + "command_ref_count": source["command_ref_count"], + "register_call_ghidra": native["register_call_ghidra"], + "string_ghidra": native["string_ghidra"], + "link_type": link_type, + } + ) + + fields = [ + "name", + "native_sound_id", + "alias_wav_path", + "source_wav_path", + "section8_index", + "duration_seconds", + "channels", + "sample_rate", + "command_ref_count", + "register_call_ghidra", + "string_ghidra", + "link_type", + ] + with args.out.open("w", newline="") as f: + writer = csv.DictWriter(f, fieldnames=fields, delimiter="\t") + writer.writeheader() + writer.writerows(output_rows) + print(f"wrote {args.out} rows={len(output_rows)} alias_dir={args.alias_dir}") + return 0 if len(output_rows) == len(native_rows) else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/build_pokedex_voice_aliases.py b/scripts/build_pokedex_voice_aliases.py new file mode 100644 index 0000000..ac7b22a --- /dev/null +++ b/scripts/build_pokedex_voice_aliases.py @@ -0,0 +1,242 @@ +#!/usr/bin/env python3 +"""Align and alias the Pokedex voice stream inside the Radium sound export.""" + +from __future__ import annotations + +import argparse +import csv +import difflib +import os +import re +import unicodedata +from pathlib import Path + + +FIELDS = [ + "pokemon_number", + "pokemon_name", + "role", + "role_variant", + "object_id", + "section8_index", + "source_wav_path", + "alias_wav_path", + "duration_seconds", + "channels", + "sample_rate", + "command_ref_count", + "alignment_action", + "alignment_score", + "transcript", + "csv_category", + "csv_text", + "link_type", +] + + +def read_tsv(path: Path) -> list[dict[str, str]]: + with path.open(newline="", encoding="utf-8") as f: + return list(csv.DictReader(f, delimiter="\t")) + + +def read_pokemon_rows(path: Path) -> list[dict[str, str]]: + with path.open(newline="", encoding="utf-8", errors="replace") as f: + rows = list(csv.DictReader(f)) + return sorted( + [row for row in rows if row.get("in_game") == "TRUE" and row.get("name") != "Blank"], + key=lambda row: int(row["number"]), + ) + + +def normalize(value: str) -> str: + text = unicodedata.normalize("NFKD", value or "").encode("ascii", "ignore").decode("ascii") + text = re.sub(r"[^a-zA-Z0-9]+", " ", text).lower() + return re.sub(r"\s+", " ", text).strip() + + +def similarity(transcript: str, expected: str, role: str) -> float: + got = normalize(transcript) + want = normalize(expected) + if not got or not want: + return 0.0 + if role == "name": + return difflib.SequenceMatcher(None, got.replace(" ", ""), want.replace(" ", "")).ratio() + if role == "category": + got = got.replace("the ", "").replace("pokemon", "").strip() + want = want.replace("pokemon", "").strip() + return difflib.SequenceMatcher(None, got[:180], want[:180]).ratio() + + +def slug(value: str, max_len: int = 72) -> str: + text = unicodedata.normalize("NFKD", value).encode("ascii", "ignore").decode("ascii") + text = text.upper().replace("&", " AND ") + text = re.sub(r"[^A-Z0-9]+", "_", text).strip("_") + text = re.sub(r"_+", "_", text) + return (text[:max_len].rstrip("_") or "SOUND") + + +def link_alias(source_path: Path, alias_path: Path) -> str: + alias_path.parent.mkdir(parents=True, exist_ok=True) + if alias_path.exists() or alias_path.is_symlink(): + try: + if alias_path.samefile(source_path): + return "hardlink" if not alias_path.is_symlink() else "symlink" + except OSError: + pass + return "existing" + try: + os.link(source_path, alias_path) + return "hardlink" + except OSError: + alias_path.symlink_to(Path("..") / "sounds" / source_path.name) + return "symlink" + + +def build_field_stream(pokemon_rows: list[dict[str, str]]) -> list[tuple[dict[str, str], str, str]]: + fields: list[tuple[dict[str, str], str, str]] = [] + for row in pokemon_rows: + fields.append((row, "description", row["description"])) + fields.append((row, "name", row["name"])) + fields.append((row, "category", row["category"])) + return fields + + +def transition_cost(transcript: str, duration: float, text: str, role: str, duplicate: bool = False) -> tuple[float, float]: + score = similarity(transcript, text, role) + penalty = 0.0 + if role == "description" and duration < 2.0: + penalty += 0.25 + if role == "name" and duration > 2.5: + penalty += 0.45 + if role == "category" and duration > 3.5: + penalty += 0.35 + if duplicate: + penalty += 0.08 + return (1.0 - score) + penalty, score + + +def align_stream( + object_ids: list[int], + fields: list[tuple[dict[str, str], str, str]], + asr_by_object: dict[int, dict[str, str]], +) -> list[tuple[int, int, str, float]]: + states: dict[int, tuple[float, list[tuple[int, int, str, float]]]] = {0: (0.0, [])} + for index, object_id in enumerate(object_ids): + asr = asr_by_object[object_id] + transcript = asr.get("transcript", "") + duration = float(asr["duration_seconds"]) + next_states: dict[int, tuple[float, list[tuple[int, int, str, float]]]] = {} + for field_index, (cost, path) in states.items(): + if field_index < len(fields): + _, role, text = fields[field_index] + delta, score = transition_cost(transcript, duration, text, role) + new_index = field_index + 1 + candidate = (cost + delta, path + [(object_id, field_index, "match", score)]) + if new_index not in next_states or candidate[0] < next_states[new_index][0]: + next_states[new_index] = candidate + if field_index > 0 and fields[field_index - 1][1] == "description": + _, role, text = fields[field_index - 1] + delta, score = transition_cost(transcript, duration, text, role, duplicate=True) + candidate = (cost + delta, path + [(object_id, field_index - 1, "duplicate_description", score)]) + if field_index not in next_states or candidate[0] < next_states[field_index][0]: + next_states[field_index] = candidate + + min_index = max(0, index - 10) + max_index = min(len(fields), index + 2) + next_states = {key: value for key, value in next_states.items() if min_index <= key <= max_index} + if len(next_states) > 50: + next_states = dict(sorted(next_states.items(), key=lambda item: item[1][0])[:50]) + states = next_states + + final_index = len(fields) + if final_index not in states: + raise RuntimeError(f"alignment did not reach final field index {final_index}; candidates={sorted(states)}") + return states[final_index][1] + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--pokemon-data", type=Path, default=Path("assets/godot_raw/data/pokemon_data.txt")) + parser.add_argument("--sound-manifest", type=Path, default=Path("analysis/radium-image/sound_export_manifest.tsv")) + parser.add_argument("--asr-manifest", type=Path, default=Path("analysis/radium-image/asr_draft_sound_labels.tsv")) + parser.add_argument("--alias-dir", type=Path, default=Path("analysis/radium-image/sounds-pokedex-voice")) + parser.add_argument("--out", type=Path, default=Path("analysis/radium-image/pokedex_voice_label_manifest.tsv")) + parser.add_argument("--start-object", type=int, default=409) + parser.add_argument("--end-object", type=int, default=1545) + args = parser.parse_args() + + pokemon_rows = read_pokemon_rows(args.pokemon_data) + fields = build_field_stream(pokemon_rows) + sounds_by_object = { + int(row["primary_object_local_id"]): row + for row in read_tsv(args.sound_manifest) + if row.get("primary_object_local_id", "").isdigit() + } + asr_by_object = {int(row["object_id"]): row for row in read_tsv(args.asr_manifest) if row["object_id"].isdigit()} + object_ids = list(range(args.start_object, args.end_object + 1)) + missing = [object_id for object_id in object_ids if object_id not in sounds_by_object or object_id not in asr_by_object] + if missing: + raise RuntimeError(f"missing sound/ASR rows for objects: {missing[:20]}") + + path = align_stream(object_ids, fields, asr_by_object) + variant_counts: dict[tuple[str, str], int] = {} + rows: list[dict[str, object]] = [] + for object_id, field_index, action, score in path: + pokemon, role, text = fields[field_index] + key = (pokemon["number"], role) + variant_counts[key] = variant_counts.get(key, 0) + 1 + role_variant = variant_counts[key] + sound = sounds_by_object[object_id] + asr = asr_by_object[object_id] + role_label = role.upper() + if role == "category": + role_label = f"CATEGORY_{slug(pokemon['category'], 36)}" + elif action == "duplicate_description" or role_variant > 1: + role_label = f"DESCRIPTION_ALT{role_variant}" + alias_name = ( + f"POKEDEX_{int(pokemon['number']):04d}_{slug(pokemon['name'], 36)}_{role_label}" + f"__obj{object_id:04d}_s{int(sound['section8_index']):04d}" + f"_{sound['channels']}ch_{sound['sample_rate']}hz.wav" + ) + alias_path = args.alias_dir / alias_name + source_path = Path(sound["wav_path"]) + rows.append( + { + "pokemon_number": pokemon["number"], + "pokemon_name": pokemon["name"], + "role": role, + "role_variant": role_variant, + "object_id": object_id, + "section8_index": sound["section8_index"], + "source_wav_path": sound["wav_path"], + "alias_wav_path": alias_path.as_posix(), + "duration_seconds": sound["duration_seconds"], + "channels": sound["channels"], + "sample_rate": sound["sample_rate"], + "command_ref_count": sound["command_ref_count"], + "alignment_action": action, + "alignment_score": f"{score:.6f}", + "transcript": asr.get("transcript", ""), + "csv_category": pokemon["category"], + "csv_text": text, + "link_type": link_alias(source_path, alias_path), + } + ) + + args.out.parent.mkdir(parents=True, exist_ok=True) + with args.out.open("w", newline="", encoding="utf-8") as f: + writer = csv.DictWriter(f, fieldnames=FIELDS, delimiter="\t") + writer.writeheader() + writer.writerows(rows) + duplicate_rows = [row for row in rows if row["alignment_action"] == "duplicate_description"] + print( + f"wrote {args.out} rows={len(rows)} pokemon={len(pokemon_rows)} " + f"duplicates={len(duplicate_rows)} alias_dir={args.alias_dir}" + ) + for row in duplicate_rows: + print(f"duplicate_description obj={row['object_id']} pokemon={row['pokemon_number']} {row['pokemon_name']}") + return 0 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/build_viewer.py b/scripts/build_viewer.py index 7b22e6d..e93dd64 100644 --- a/scripts/build_viewer.py +++ b/scripts/build_viewer.py @@ -67,19 +67,22 @@ HTML_TEMPLATE = r""" Pokemon Spike 3 Rootfs Triage Wiki -
-