Fix triple newlines left over from removing address comments
This commit is contained in:
4
wram.asm
4
wram.asm
@@ -1,4 +1,5 @@
|
||||
INCLUDE "constants.asm"
|
||||
|
||||
INCLUDE "macros/wram.asm"
|
||||
|
||||
|
||||
@@ -2111,7 +2112,6 @@ wEnemyMonCatchRate:: db ; d22b
|
||||
wEnemyMonBaseExp:: db ; d22c
|
||||
wEnemyMonEnd::
|
||||
|
||||
|
||||
wBattleMode:: ; d22d
|
||||
; 0: overworld
|
||||
; 1: wild battle
|
||||
@@ -2471,7 +2471,6 @@ wBadges::
|
||||
wJohtoBadges:: flag_array NUM_JOHTO_BADGES ; d857
|
||||
wKantoBadges:: flag_array NUM_KANTO_BADGES ; d858
|
||||
|
||||
|
||||
wTMsHMs:: ds NUM_TMS + NUM_HMS ; d859
|
||||
wTMsHMsEnd::
|
||||
|
||||
@@ -2750,7 +2749,6 @@ wKurtApricornQuantity:: db
|
||||
|
||||
wPlayerDataEnd::
|
||||
|
||||
|
||||
wCurrMapData::
|
||||
|
||||
wVisitedSpawns:: flag_array NUM_SPAWNS ; dca5
|
||||
|
Reference in New Issue
Block a user