FZ-UL-FW-CV-Assets

Asset swap for Unleashed firmware inspired by a 90's portable cartridge game console rom hack of "battle monsters" red.
https://archive.org/download/PokemonCockVersion/Pokemon%20-%20Cock%20Version%20%28Bootleg%29.zip
size=375378 (366.6 KiB)
md5=6ad910a77b3c6a753a46af51a8efefd2
crc32=480b1bf4
sha1=218dedd4f38e25fc871053e5bdbbc9bfe5d7957a

Instructions to build/maintain your own CV FW

  1. git clone https://github.com/FalsePhilosopher/CE-FW-assets
  2. For OFW git clone --recursive https://github.com/flipperdevices/flipperzero-firmware
    for UL git clone --recursive https://github.com/DarkFlippers/unleashed-firmware.git
  3. Overwrite the dolphin meta assets located FW root folder>assets>dolphin using the ones provided in this repo.
  4. Build the FW(refer to fbt.md for more info on how here) ./fbt COMPACT=1 DEBUG=0 updater_package
  5. For updates
  • go to FW folder and pull updates git pull
  • clear build files ./fbt COMPACT=1 DEBUG=0 updater_package -c
  • build fw ./fbt COMPACT=1 DEBUG=0 updater_package