Skip to content

Commit

Permalink
move text tables to a included binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
sporchia committed Jul 4, 2017
1 parent 413967e commit 0ecc1fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 203 deletions.
4 changes: 3 additions & 1 deletion LTTP_RND_GeneralBugfixes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ incsrc compasses.asm
incsrc hashalphabet.asm ; <- TAKE OUT THE EXTRA ORGS IN HERE - THIS IS WHY WE COULDN'T ADD MORE FILES EARLIER
warnpc $A18000

incsrc translations.asm
org $1C8000 ; text tables for translation
incbin i18n_en.bin
warnpc $1CF356

org $A18000 ; static mapping area
incsrc framehook.asm
Expand Down
Binary file added i18n_en.bin
Binary file not shown.
Loading

0 comments on commit 0ecc1fb

Please sign in to comment.