#include "cli/service/resources/command_handler.h"

Go to the source code of this file.
Classes | |
| class | yaze::cli::handlers::DungeonPlaceSpriteCommandHandler |
| Place a sprite in a dungeon room and optionally write to ROM. More... | |
| class | yaze::cli::handlers::DungeonRemoveSpriteCommandHandler |
| Remove a sprite from a dungeon room by index or position. More... | |
| class | yaze::cli::handlers::DungeonPlaceObjectCommandHandler |
| Place a dungeon object (track segment, door, etc.) in a room. More... | |
| class | yaze::cli::handlers::DungeonGetPaletteCommandHandler |
| Resolve and inspect the shared dungeon palette used by one room. More... | |
| class | yaze::cli::handlers::DungeonSetPaletteColorCommandHandler |
| Change one color in a room's resolved shared dungeon palette. More... | |
| class | yaze::cli::handlers::DungeonSetDoorTypeCommandHandler |
| Change one existing dungeon door's fixed-width type byte. More... | |
| class | yaze::cli::handlers::DungeonListPotItemsCommandHandler |
| List existing pot-item entries and their exact ROM addresses. More... | |
| class | yaze::cli::handlers::DungeonSetPotItemCommandHandler |
| Change one existing pot item's fixed-width item byte. More... | |
| class | yaze::cli::handlers::DungeonSetCollisionTileCommandHandler |
| Set individual custom collision tiles in a dungeon room. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::handlers |