diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-04-06 14:28:33 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-04-06 14:48:14 -0400 |
| commit | 07a5cc60d0c3e37699ad5e45366cb9b093d6b7e7 (patch) | |
| tree | d24dd2f6ac9f79f3247415d136b290a17766df3a /engine/events | |
| parent | d46fcef6bc2c8054f873d238e020d43b6f1774f2 (diff) | |
Add unnamed.py and update for rgbds v0.4.x before continuing.
Diffstat (limited to 'engine/events')
| -rwxr-xr-x | engine/events/overworld.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm index 2ec6d857..086587b2 100755 --- a/engine/events/overworld.asm +++ b/engine/events/overworld.asm @@ -721,7 +721,7 @@ EscapeRopeFunction: DigFunction: call FieldMoveBufferReset ld a, $2 -asm_cbaa +asm_cbaa: ld [wBuffer2], a .asm_cbad ld hl, .Jumptable @@ -943,11 +943,11 @@ Text_AlreadyUsingStrength: text_far Text_AlreadyUsingStrength_ db "@" -asm_cd09 +asm_cd09: ld a, $80 ret -asm_cd0c +asm_cd0c: ld hl, Script_StrengthFromMenu call QueueScript ld a, $81 |
