Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove GS ball save file checks.
Allows the GS ball events to be triggered through normal gameplay.
  • Loading branch information
CrossVR committed Jul 5, 2014
1 parent 58a0a76 commit cf38b54
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions maps/GoldenrodPokeCenter1F.asm
Expand Up @@ -13,11 +13,6 @@ NurseScript_0x60f91: ; 0x60f91
UnknownScript_0x60f94: ; 0x60f94
writebyte $b
special $0086
if_equal $b, UnknownScript_0x60f9e
end
; 0x60f9e

UnknownScript_0x60f9e: ; 0x60f9e
checkevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
iftrue UnknownScript_0x60fd8
playsound SFX_EXIT_BUILDING
Expand Down Expand Up @@ -47,11 +42,6 @@ UnknownScript_0x60fd8: ; 0x60fd8
UnknownScript_0x60fd9: ; 0x60fd9
writebyte $b
special $0086
if_equal $b, UnknownScript_0x60fe3
end
; 0x60fe3

UnknownScript_0x60fe3: ; 0x60fe3
checkevent EVENT_GOT_GS_BALL_FROM_POKECOM_CENTER
iftrue UnknownScript_0x6101d
playsound SFX_EXIT_BUILDING
Expand Down

0 comments on commit cf38b54

Please sign in to comment.