mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
12 lines
288 B
TypeScript
12 lines
288 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\mapscenes.json'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type mapscenes = {
|
|
sprite_id?: number | null
|
|
unknown_2?: number | null
|
|
unknown_3?: true | null
|
|
unknown_4?: true | null
|
|
unknown_5?: true | null
|
|
};
|