diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 11:10:29 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 11:10:29 -0400 |
| commit | 45ed05decf330faab4503fe8fecadc54698c9724 (patch) | |
| tree | add3eeda2d09334209abe4e55341b674e64dd117 /home.asm | |
| parent | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) (diff) | |
| download | pokeyellow-45ed05decf330faab4503fe8fecadc54698c9724.tar.gz pokeyellow-45ed05decf330faab4503fe8fecadc54698c9724.tar.xz pokeyellow-45ed05decf330faab4503fe8fecadc54698c9724.zip | |
Use HIGH() and LOW()
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1242,7 +1242,7 @@ StringCmp:: ; c = X coordinate of upper left corner of sprite ; de = base address of 4 tile number and attribute pairs WriteOAMBlock:: - ld h, wOAMBuffer / $100 + ld h, HIGH(wOAMBuffer) swap a ; multiply by 16 ld l, a call .writeOneEntry ; upper left |
