Skip to content

Commit

Permalink
spacing aligment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvpr committed Feb 26, 2024
1 parent 8cac558 commit 888e398
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/hacks.asm
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ extern _g_module_base_addr
; --------------------------------------------------------------------------- ;

section .data
game_world_base: dd 0x00A0DFEC
game_world_offsets: dw 0x78,0x5E4

primary_weapons_base: dd 0x00A0F434
primary_weapons_offsets: dw 0x84,0x6E0,0x434

main_ammo_base: dd 0x002F9E4A
shotgun_ammo_base: dd 0x002FCFF0
sniper_ammo_base: dd 0x002FBC58
rapid_fire_base: dd 0x00178FA2

recoil_base_1: dd 0x002F83BE
recoil_base_2: dd 0x002F8409
recoil_base_3: dd 0x002F845B
recoil_base_4: dd 0x002F855E
recoil_base_5: dd 0x002F84D5
recoil_base_6: dd 0x002F8578
game_world_base: dd 0x00A0DFEC
game_world_offsets: dw 0x78,0x5E4

primary_weapons_base: dd 0x00A0F434
primary_weapons_offsets: dw 0x84,0x6E0,0x434

main_ammo_base: dd 0x002F9E4A
shotgun_ammo_base: dd 0x002FCFF0
sniper_ammo_base: dd 0x002FBC58
rapid_fire_base: dd 0x00178FA2

recoil_base_1: dd 0x002F83BE
recoil_base_2: dd 0x002F8409
recoil_base_3: dd 0x002F845B
recoil_base_4: dd 0x002F855E
recoil_base_5: dd 0x002F84D5
recoil_base_6: dd 0x002F8578

; --------------------------------------------------------------------------- ;
; Local Executable Code ;
Expand Down

0 comments on commit 888e398

Please sign in to comment.