yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::PcToSnes Class Reference

Convert a PC address to a SNES address. More...

#include <command.h>

Inheritance diagram for yaze::cli::PcToSnes:
Collaboration diagram for yaze::cli::PcToSnes:

Public Member Functions

absl::Status handle (const std::vector< std::string > &arg_vec) override
 
- Public Member Functions inherited from yaze::cli::CommandHandler
 CommandHandler ()=default
 
virtual ~CommandHandler ()=default
 

Additional Inherited Members

- Public Attributes inherited from yaze::cli::CommandHandler
app::Rom rom_
 

Detailed Description

Convert a PC address to a SNES address.

Parameters
arg_vec-p <address>
Returns
absl::Status

Definition at line 154 of file command.h.

Member Function Documentation

◆ handle()

absl::Status yaze::cli::PcToSnes::handle ( const std::vector< std::string > & arg_vec)
inlineoverridevirtual

Implements yaze::cli::CommandHandler.

Definition at line 156 of file command.h.

References yaze::cli::FG_BLUE, and yaze::app::core::PcToSnes().

Here is the call graph for this function:

The documentation for this class was generated from the following file: