Skip to content

Commit

Permalink
Remove now unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
RPGHacker committed Jun 30, 2018
1 parent 02e8fe8 commit 0063f80
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions patches/hp_counter_patch/hpconfig.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@

!SRAMBlock = $700360 ; SRAM block to store new data in (27 bytes)

!SRAM_HP = $700360 ; SRAM address for saving HP (6 bytes)
!SRAM_MaxHP = $700366 ; SRAM address for saving max HP (6 bytes)
!SRAM_MP = $70036C ; SRAM address for saving MP (3 bytes)
!SRAM_MaxMP = $70036F ; SRAM address for saving max MP (3 bytes)
!SRAM_Item = $700372 ; SRAM address for saving item (3 bytes)
!SRAM_Powerup = $700375 ; SRAM address for saving power-up (3 bytes)
!SRAM_Lives = $700378 ; SRAM address for saving lives (3 bytes)


; Same as above, but for SA-1 ROMs only.
; When applying the patch to an SA-1-enabled ROM, these defines are used instead of the ones above.
Expand All @@ -143,11 +135,3 @@
!MaxMP_SA1 = $3145

!BWRAMBlock = $41C360

!BWRAM_HP = $41C360
!BWRAM_MaxHP = $41C366
!BWRAM_MP = $41C36C
!BWRAM_MaxMP = $41C36F
!BWRAM_Item = $41C372
!BWRAM_Powerup = $41C375
!BWRAM_Lives = $41C378

0 comments on commit 0063f80

Please sign in to comment.