diff options
Diffstat (limited to 'scripts/redshouse1f.asm')
-rwxr-xr-x | scripts/redshouse1f.asm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/redshouse1f.asm b/scripts/redshouse1f.asm deleted file mode 100755 index c302462d..00000000 --- a/scripts/redshouse1f.asm +++ /dev/null @@ -1,17 +0,0 @@ -RedsHouse1FScript: - call EnableAutoTextBoxDrawing - ret - -RedsHouse1FTextPointers: - dw RedsHouse1FText1 - dw RedsHouse1FText2 - -RedsHouse1FText1: ; Mom - TX_ASM - callab Func_f1b73 - jp TextScriptEnd - -RedsHouse1FText2: ; TV - TX_ASM - callab Func_f1bc4 - jp TextScriptEnd |