-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from wendelscardua/5-items
Items
- Loading branch information
Showing
18 changed files
with
245 additions
and
70 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
#pragma rodata-name(push, "BANK1") | ||
|
||
extern char dialog_beginning[]; | ||
extern char dialog_no_dlls[]; | ||
extern char dialog_gpu_dll[]; | ||
extern char dialog_disk_dll[]; | ||
extern char dialog_io_dll[]; | ||
extern char dialog_ram_dll[]; | ||
extern char dialog_the_end[]; | ||
|
||
#pragma rodata-name(pop) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
#ifndef _CASTLE_H_ | ||
#define _CASTLE_H_ | ||
|
||
#include "lib/farcall.h" | ||
|
||
#pragma wrapped-call (push, farcallax, bank) | ||
#pragma code-name (push, "BANK1") | ||
void __fastcall__ init_castle_cutscene(void); | ||
void __fastcall__ draw_castle_sprites(void); | ||
void __fastcall__ castle_handler(void); | ||
#pragma code-name (pop) | ||
#pragma wrapped-call (pop) | ||
void __fastcall__ draw_castle_sprites(void); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.