#include "room.h"#include <yaze.h>#include <cstdint>#include <vector>#include "absl/strings/str_cat.h"#include "app/gfx/resource/arena.h"#include "app/gfx/types/snes_palette.h"#include "app/rom.h"#include "app/snes.h"#include "zelda3/dungeon/object_drawer.h"#include "zelda3/dungeon/room_object.h"#include "zelda3/sprite/sprite.h"#include "util/log.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::zelda3 |
| Zelda 3 specific classes and functions. | |
Functions | |
| RoomSize | yaze::zelda3::CalculateRoomSize (Rom *rom, int room_id) |
| Room | yaze::zelda3::LoadRoomFromRom (Rom *rom, int room_id) |
Variables | |
| constexpr int | yaze::zelda3::kGfxBufferOffset = 92 * 2048 |
| constexpr int | yaze::zelda3::kGfxBufferStride = 512 |
| constexpr int | yaze::zelda3::kGfxBufferAnimatedFrameOffset = 7 * 2048 |
| constexpr int | yaze::zelda3::kGfxBufferAnimatedFrameStride = 512 |
| constexpr int | yaze::zelda3::kGfxBufferRoomOffset = 2048 |
| constexpr int | yaze::zelda3::kGfxBufferRoomSpriteOffset = 512 |
| constexpr int | yaze::zelda3::kGfxBufferRoomSpriteStride = 2048 |
| constexpr int | yaze::zelda3::kGfxBufferRoomSpriteLastLineOffset = 0x88 |