Work Life (Visual Novel / Game)
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Notes: Miscellaneous
  • start button menu ** menu container ** global settings
  • scene presets (bg, audio, sprite, text)
  • text wrapping / packing (?)
  • dialog choice

debugging: https://felixjones.co.uk/mgba_gdb/vscode.html

web emulator: https://github.com/simon-paris/gba.ninja

inspect object file: C:\devkitPro\devkitARM\arm-none-eabi\bin\objdump.exe

C:\devkitPro\devkitARM\arm-none-eabi\bin\nm.exe --print-size --size-sort ./build/story.o

line length

note: I've found 80 chars to not be comfortable. 50 seems ok.

  • fixed width: 144 px / 8px width = 18 chars.
  • variable width: 144 px / 5px width = ~28 chars.