summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-30 11:27:32 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-30 11:27:32 -0400
commit20464d1bfbc9934ccf7e98f3d2cb6ebe1c310480 (patch)
treefe6a45af47293264d55fb36e08c5065d73f43abe /engine/gfx
parent38cdad798dbae4a2820f4d4e61bc5b782e70ef47 (diff)
Miscellaneous updates
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`) - `$0` -> `PLAYER` (standard person ID) - Fix some whitespace formatting
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/sgb_layouts.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/sgb_layouts.asm b/engine/gfx/sgb_layouts.asm
index a0727c939..8b6c218f4 100644
--- a/engine/gfx/sgb_layouts.asm
+++ b/engine/gfx/sgb_layouts.asm
@@ -547,7 +547,7 @@ endr
ret
.route
- ld a, PREDEFPAL_00
+ ld a, PREDEFPAL_ROUTES
ret
.cave