diff options
| author | libjet <libj3t@gmail.com> | 2019-12-11 21:50:49 +0000 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2019-12-12 20:43:24 +0000 |
| commit | 7acf2ec917864acaa267411ffff96f60f50ce703 (patch) | |
| tree | 9f26694b1d26ff0514d05f379567effa9021652b /engine/events | |
| parent | 93872e920e9c82e1299a7f674cba5b56397b359d (diff) | |
Update predef_pointers and wram, and correct typo's caused by search + replace
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/daycare.asm | 2 | ||||
| -rwxr-xr-x | engine/events/misc_scripts_2.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm index 46cf62b8..4cd12087 100644 --- a/engine/events/daycare.asm +++ b/engine/events/daycare.asm @@ -522,7 +522,7 @@ DayCare_GiveEgg: pop hl push bc ld b, FALSE - predef CalcPkmnStats + predef CalcMonStats pop bc ld hl, MON_HP add hl, bc diff --git a/engine/events/misc_scripts_2.asm b/engine/events/misc_scripts_2.asm index c86d3420..ac0f7e31 100755 --- a/engine/events/misc_scripts_2.asm +++ b/engine/events/misc_scripts_2.asm @@ -45,4 +45,4 @@ SetMemEvent: ld e, a ld b, SET_FLAG call EventFlagAction - ret
\ No newline at end of file + ret |
