mirror of
https://github.com/RenegadeRaven/PKMG5DC.git
synced 2026-04-26 07:46:57 -05:00
Fixed Username stuff
This commit is contained in:
parent
d58164aab1
commit
ebb03d3d2f
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
|
@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
|
||||||
liberapay: # Replace with a single Liberapay username
|
liberapay: # Replace with a single Liberapay username
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
otechie: # Replace with a single Otechie username
|
otechie: # Replace with a single Otechie username
|
||||||
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UGSCC5VGSGN3E # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
custom: https://paypal.me/RenegadeRainbowRaven # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||||
|
|
@ -15,6 +15,6 @@
|
||||||
Process.Start("https://gbatemp.net/threads/pokemon-duodecuple-distribution-hack.285080/")
|
Process.Start("https://gbatemp.net/threads/pokemon-duodecuple-distribution-hack.285080/")
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub LinkLabel4_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lklb_Source.LinkClicked
|
Private Sub LinkLabel4_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lklb_Source.LinkClicked
|
||||||
Process.Start("https://github.com/PlasticJustice/PKMG5DC")
|
Process.Start("https://github.com/RenegadeRaven/PKMG5DC")
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
||||||
|
|
@ -122,7 +122,7 @@ del arm9.bin arm7.bin banner.bin header.bin"}} ', {"\tools\silent_extract.vbs",
|
||||||
Private Sub Pb_Donate_Click(sender As Object, e As EventArgs) Handles pb_Donate.Click
|
Private Sub Pb_Donate_Click(sender As Object, e As EventArgs) Handles pb_Donate.Click
|
||||||
System.Threading.Thread.Sleep(200)
|
System.Threading.Thread.Sleep(200)
|
||||||
If My.Computer.Network.IsAvailable Then
|
If My.Computer.Network.IsAvailable Then
|
||||||
Process.Start("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UGSCC5VGSGN3E")
|
Process.Start("https://paypal.me/RenegadeRainbowRaven")
|
||||||
Else
|
Else
|
||||||
MsgBox("No Internet connection!" & "
|
MsgBox("No Internet connection!" & "
|
||||||
" & "I appreciate the gesture.", 1, "OK",,, "Error" & " 404")
|
" & "I appreciate the gesture.", 1, "OK",,, "Error" & " 404")
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# PKMG5DC  
|
# PKMG5DC  
|
||||||
|
|
||||||
This program can build custom Gen 5 Pokémon Distribution ROMs from a .pgf event file and a clean copy of the Liberty Ticket distribution ROM (both not included).
|
This program can build custom Gen 5 Pokémon Distribution ROMs from a .pgf event file and a clean copy of the Liberty Ticket distribution ROM (both not included).
|
||||||
|
|
||||||
|
|
@ -21,4 +21,4 @@ This program can build custom Gen 5 Pokémon Distribution ROMs from a .pgf event
|
||||||
* [Professor Oak](https://digiex.net/members/professor-oak.50286/) for everything <sup>so far</sup> Gen 6 & 7 distro related
|
* [Professor Oak](https://digiex.net/members/professor-oak.50286/) for everything <sup>so far</sup> Gen 6 & 7 distro related
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UGSCC5VGSGN3E)
|
[](https://paypal.me/RenegadeRainbowRaven)
|
||||||
Loading…
Reference in New Issue
Block a user