mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fix Blue's movement when picking Bulbasaur
lol no one reported this for 8 months
This commit is contained in:
parent
847c52be9d
commit
ad4567e691
BIN
3DS Border/Pokemon_beta_border_expanded.png
Normal file
BIN
3DS Border/Pokemon_beta_border_expanded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
|
@ -9,3 +9,4 @@ Download the software [here](https://www.gamebrew.org/wiki/New_Super_Ultimate_In
|
|||
* Shawesome (Initial suggestion)
|
||||
* Gecko557 (Information & [Template](https://cdn.discordapp.com/attachments/1014321591657709569/1147616605166108744/3DSVCBorderForGBandGBC.png))
|
||||
* Plague von Karma (KEP OG Dimensions Border)
|
||||
* Mephistopheles (Prototype RG Expanded Border)
|
||||
|
|
|
@ -276,6 +276,7 @@ OaksLabScript8:
|
|||
jp .moveBlue
|
||||
|
||||
.LeftBallMovement ; with the new layout, LeftBallMovement2 seems unnecessary and can merely be proc'd twice.
|
||||
db NPC_MOVEMENT_RIGHT ; if he picks bulbasaur
|
||||
db NPC_MOVEMENT_RIGHT
|
||||
db -1 ; end
|
||||
|
||||
|
|
Loading…
Reference in a new issue