If My Heart Had Wings
=====================
Developed by: Pulltop
Published by: MoeNovel

Ripped and Tagged by: Naram "CyberBotX" Qashat

Ripped from the Steam version, files extracted from BGM.arc with custom C# program

Format of the game's arc files is:
* Number of files as a 32-bit unsigned integer, little endian
* Base offset (from after this is read, so 0x08 must be added to it) where file contents start as a 32-bit unsigned integer, little endian
* Metadata for each file as such:
  - Size of the file as a 32-bit unsigned integer, little endian
  - Offset from the base offset where the file is located as a 32-bit unsigned integer, little endian
  - Filename as UTF-16 characters (2 bytes each) with a terminating NUL (double 0x00 bytes)
* File contents are after all this, positioned based on what was read from the metadata
