No description
  • Assembly 97.3%
  • Python 2.3%
  • Makefile 0.4%
Find a file
2026-06-18 15:11:45 +02:00
assets buildings: Add factory 2026-06-17 07:29:55 +02:00
gen buildings: Add factory 2026-06-17 07:29:55 +02:00
src actionmenu: add header text 2026-06-18 15:11:45 +02:00
tools map: Add initial resources to map header 2026-05-28 13:39:10 +02:00
.gitattributes Initial commit 2026-04-10 16:55:05 +02:00
.gitignore Initial commit 2026-04-10 16:55:05 +02:00
BUGS.md actor: fixed bug that caused all unhandeled building types to give 2026-05-31 10:39:44 +02:00
LICENSE Initial commit 2026-04-10 16:55:05 +02:00
makefile maps: Added second test map 2026-04-17 08:05:58 +02:00
README.md README: updated contributing section 2026-05-04 08:56:40 +02:00
STORY.md actor rework: 2026-05-21 14:28:15 +02:00
TODO.md actor: added worker stub 2026-06-04 16:46:17 +02:00

pocket quest

Table of content

Installation

To compile this game you will need a copy of ulas. Then simply run make to build the rom.

Usage

This game is compatible with any gameboy emulator.

Building assets

Directory structure

  • src: all source files
  • gen/gen.s: include file for all generated files
  • gen: generated source files based on assets

Module names

  • w_: wram section
  • h_: hram section
  • d_: typedefs

License

This program is distributed under the terms of the MIT License.

Contributing

Patches can be submitted via email to lukas@krickl.dev.