mirror of https://github.com/pret/pokecrystal.git
Every diff line starts with +, -, or space
This commit is contained in:
parent
366330e981
commit
e346cc7b41
|
@ -175,7 +175,7 @@ Modify `GetFrontpicPointer`:
|
||||||
|
|
||||||
And `GetMonBackpic`:
|
And `GetMonBackpic`:
|
||||||
|
|
||||||
```asm
|
```diff
|
||||||
- ; These are assumed to be at the same address in their respective banks.
|
- ; These are assumed to be at the same address in their respective banks.
|
||||||
- ld hl, PokemonPicPointers ; UnownPicPointers
|
- ld hl, PokemonPicPointers ; UnownPicPointers
|
||||||
ld a, b
|
ld a, b
|
||||||
|
|
Loading…
Reference in New Issue