mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-07-27 22:59:04 -04:00
fa108e5ecd
Former-commit-id: 4b8038bbf6bc54c1ec7aa1c76f071ff0ab9096a9 [formerly 4bcc92b1ea95efbacfa09d9e6774b39f172fc776] [formerly 3d2058c4b4cd3656cc870add84930a257434d142 [formerly d2ac6ee1d67bb72e78c66e00e806b5e3219ceca5]] Former-commit-id: 62f9c49666283417a3f67cf73a939b1e207e9ed3 [formerly 60a956a14d061e1753bebc172737dc4a38c365de] Former-commit-id: fd507ee42f2cea3c213c4aaae538169700e2c46d
18 lines
593 B
ArmAsm
18 lines
593 B
ArmAsm
.section .font
|
|
|
|
font_first_font_table_controller_small:
|
|
.incbin "font/font_first_font_table_controller_small.bin"
|
|
font_first_font_table_controller_small_end:
|
|
|
|
font_second_font_table_controller_small:
|
|
.incbin "font/font_second_font_table_controller_small.bin"
|
|
font_second_font_table_controller_small_end:
|
|
|
|
font_first_font_table_controller_large:
|
|
.incbin "font/font_first_font_table_controller_large.bin"
|
|
font_first_font_table_controller_large_end:
|
|
|
|
font_second_font_table_controller_large:
|
|
.incbin "font/font_second_font_table_controller_large.bin"
|
|
font_second_font_table_controller_large_end:
|