You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
fix-various-little-things
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
This commit is contained in:
@@ -6451,7 +6451,7 @@ LoadEnemyMon: ; 3e8eb
|
||||
|
||||
.InitRoamHP:
|
||||
; HP only uses the lo byte in the RoamMon struct since
|
||||
; Raikou/Entei/Suicune will have < 256 hp at level 40
|
||||
; Raikou and Entei will have < 256 hp at level 40
|
||||
ld a, [wEnemyMonHP + 1]
|
||||
ld [hl], a
|
||||
jr .Moves
|
||||
|
Reference in New Issue
Block a user