You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move events/ to engine/events/
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
; StdScripts indexes (see events/std_scripts.asm)
|
; StdScripts indexes (see engine/events/std_scripts.asm)
|
||||||
; also used in TileCollisionStdScripts (see data/collision_stdscripts.asm)
|
; also used in TileCollisionStdScripts (see data/collision_stdscripts.asm)
|
||||||
enum_start
|
enum_start
|
||||||
enum pokecenternurse
|
enum pokecenternurse
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
BuenaPrizeItems: ; 8b15e
|
BuenaPrizeItems: ; 8b15e
|
||||||
; there are NUM_BUENA_PRIZES items (see events/buena.asm)
|
; there are NUM_BUENA_PRIZES items (see engine/events/buena.asm)
|
||||||
db ULTRA_BALL, 2
|
db ULTRA_BALL, 2
|
||||||
db FULL_RESTORE, 2
|
db FULL_RESTORE, 2
|
||||||
db NUGGET, 3
|
db NUGGET, 3
|
||||||
|
@@ -678,7 +678,7 @@ This is a bug with `ItemAttributes` in [items/item_attributes.asm](/items/item_a
|
|||||||
|
|
||||||
## Daisy's grooming doesn't always increase happiness
|
## Daisy's grooming doesn't always increase happiness
|
||||||
|
|
||||||
This is a bug with `MassageOrHaircut` in [events/special.asm](/events/special.asm):
|
This is a bug with `MassageOrHaircut` in [engine/events/special.asm](/engine/events/special.asm):
|
||||||
|
|
||||||
```asm
|
```asm
|
||||||
; Bug: Subtracting $ff from $ff fails to set c.
|
; Bug: Subtracting $ff from $ff fails to set c.
|
||||||
@@ -753,7 +753,7 @@ This is a bug with `LoadEnemyMon.CheckMagikarpArea` in [engine/battle/core.asm](
|
|||||||
|
|
||||||
## Magikarp lengths can be miscalculated
|
## Magikarp lengths can be miscalculated
|
||||||
|
|
||||||
This is a bug with `CalcMagikarpLength.BCLessThanDE` in [events/magikarp.asm](/events/magikarp.asm):
|
This is a bug with `CalcMagikarpLength.BCLessThanDE` in [engine/events/magikarp.asm](/engine/events/magikarp.asm):
|
||||||
|
|
||||||
```asm
|
```asm
|
||||||
.BCLessThanDE: ; fbc9a
|
.BCLessThanDE: ; fbc9a
|
||||||
@@ -1348,7 +1348,7 @@ In [engine/events.asm](/engine/events.asm):
|
|||||||
|
|
||||||
## `Special_CheckBugContestContestantFlag` can read beyond its data table
|
## `Special_CheckBugContestContestantFlag` can read beyond its data table
|
||||||
|
|
||||||
In [events/bug_contest/contest_2.asm](/events/bug_contest/contest_2.asm):
|
In [engine/events/bug_contest/contest_2.asm](/engine/events/bug_contest/contest_2.asm):
|
||||||
|
|
||||||
```asm
|
```asm
|
||||||
Special_CheckBugContestContestantFlag: ; 139ed
|
Special_CheckBugContestContestantFlag: ; 139ed
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user