Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgray committed Aug 21, 2024
1 parent e7b841a commit 4d925c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YI Practice Hack 0.4.4
# YI Practice Hack 1.0.0
Practice hack for Yoshi's Island designed to be used on a SNES console

Features:
Expand All @@ -24,7 +24,9 @@ Supports J1.0 and U1.0 versions.
# How to patch
Acquire a Yoshi's Island `J1.0` and/or `U1.0` ROM.

Then, check the latest [**Releases**](https://github.com/Arnethegreat/yoshisisland-practice-hack/releases) for `.bps` patches, which you can apply to your clean ROMs with a patcher such as [**flips**](https://github.com/Alcaro/Flips/releases) or [**beat**](https://www.romhacking.net/utilities/893).
Then, visit [**https://cbrgray.github.io/yoshisisland-practice-hack**](https://cbrgray.github.io/yoshisisland-practice-hack/) to use an online patcher for the latest release.

Alternatively, check the latest [**Releases**](https://github.com/Arnethegreat/yoshisisland-practice-hack/releases) for `.bps` patches, which you can apply to your clean ROMs with a patcher such as [**flips**](https://github.com/Alcaro/Flips/releases) or [**beat**](https://www.romhacking.net/utilities/893).


# How to use
Expand Down
2 changes: 1 addition & 1 deletion assemble.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ check bankcross half

arch 65816

print "YI Practice Hack 0.4.2"
print "YI Practice Hack 1.0.0"
;=================================
incsrc region_check.asm
incsrc misc/macros.asm
Expand Down
2 changes: 1 addition & 1 deletion menu/debug_tilemap_data.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title_tilemap:
incsrc "../resources/string_font_map.asm"
; CuteShrug
dw $0040, $0041, $0042
dw "PRACTICE HACK 0.4.4"
dw "PRACTICE HACK 1.0.0"
; CuteShrug
dw $0040, $0041, $0042

Expand Down

0 comments on commit 4d925c8

Please sign in to comment.