diff options
| author | dannye <33dannye@gmail.com> | 2024-09-29 10:50:46 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2024-09-29 10:50:46 -0500 |
| commit | 716f8608c13fbee20b8fb71118e0691344098591 (patch) | |
| tree | a69f3805e6e8e372a8fe9c064aa77d76efbed3a3 /ram | |
| parent | Identify more bit flags (#119) (diff) | |
| download | pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.tar.gz pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.tar.xz pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.zip | |
Rename off-by-one wram labels
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index a28d3c39..c72329fb 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -1986,11 +1986,11 @@ wDestinationWarpID:: db wPikachuOverworldStateFlags:: db wPikachuSpawnState:: db +wd431:: db wd432:: db wd433:: db wd434:: db wd435:: db -wd436:: db wPikachuFollowCommandBufferSize:: db wPikachuFollowCommandBuffer:: ds 16 @@ -2044,12 +2044,12 @@ ENDU wPikachuHappiness:: db wPikachuMood:: db +wd471:: db wd472:: db -wd473:: db ds 1 -wd475:: db +wd474:: db ds 4 -wd47a:: db +wd479:: db ds 24 wd492:: db ds 1 @@ -2059,7 +2059,7 @@ wPrinterSettings:: db wUnknownSerialFlag_d499:: db wPrinterConnectionOpen:: db wPrinterOpcode:: db -wd49c:: db +wd49b:: db ds 19 @@ -2492,7 +2492,7 @@ wGBCPal:: ds PALETTE_SIZE wLastBGP:: db wLastOBP0:: db wLastOBP1:: db -wdef5:: db +wdef4:: db wBGPPalsBuffer:: ds NUM_ACTIVE_PALS * PALETTE_SIZE |
