2 # Copyright (C) 2010 gonzoj
4 # Please check the CREDITS file for further information.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
22 # assembly stubs for hooking
24 .globl draw_ingame_STUB
26 .globl draw_automap_STUB
28 .globl draw_message_log_STUB
30 .globl view_inventory_patch_1
31 .globl view_inventory_patch_2
32 .globl view_inventory_patch_3
34 .globl item_name_patch_STUB
36 .type draw_ingame_STUB, @function
45 .type draw_automap_STUB, @function
53 .type draw_message_log_STUB, @function
54 draw_message_log_STUB:
56 # call draw_message_log
63 .type view_inventory_patch_1, @function
64 view_inventory_patch_1:
67 call view_inventory_patch
72 .type view_inventory_patch_2, @function
73 view_inventory_patch_2:
81 .type view_inventory_patch_3, @function
82 view_inventory_patch_3:
101 .type item_name_patch_STUB, @function
102 item_name_patch_STUB: