Jump to content

Invisible PCs: Difference between revisions

no edit summary
>Torchickens
No edit summary
>Torchickens
No edit summary
Line 18:
 
==Safari Zone rest house invisible PCs==
Safari Zone rest houses 2, 3 and 4 have invisible PCs in the same coordinates as the Celadon Hotel invisible PC, but they are actually out of bounds and can only be accessed through cheating or possibly [[arbitrary code execution]]. ([https://www.youtube.com/watch?v=bGN01mU5as0 Video)]
 
These invisible PCs were documented by Stag019.
Line 42:
File:RB rest house 4.png|Rest house 4 (map E1), in area 2.
</gallery>
 
This [http://bulbapedia.bulbagarden.net/wiki/Kanto_Safari_Zone#Layout gallery on Bulbapedia] is useful for making your way around the Safari Zone.
 
====8F method====
The code described below requires the player to go to one of the rest houses shown above, face up, and then use 8F with an appropriate payload.
 
After using it, the player's coordinates will be altered and all they have to do is press A to use the code. This code will leave the player trapped in the rest house and no exit may be accessible, however, running out of time in the Safari Zone will allow the player to escape.
 
To be safe, using 8F on the bottom left chair of any of the rest houses will ensure that the player is unable to step on a 'freeze tile'; a tile that loads map 255 that is located at a map boundary.
 
<gallery position="center" widths="160" heights="144">
File:8F rest house 2.png|Safe rest house 2 location.
File:8F rest house 3.png|Safe rest house 3 location.
File:8F rest house 4.png|Safe rest house 4 location.
</gallery>
 
The player can use 8F in another location within the rest house, but they have to be careful not to cause a freeze. Not walking too far away from where the player used 8F will ensure safety.
 
This code is for [http://forums.glitchcity.info/index.php/topic,6638.msg194471.html#msg194471 pigdevil2010]'s or [http://forums.glitchcity.info/index.php?topic=6638.0 TheZZAZZGlitch]'s 8F payloads.
 
As such, the code is spelled out from item 3.
 
=====Items list=====
 
{| border="1"
!Position
!Item
!Quantity
|-
|3
|Lemonade
|×4
|-
|4
|Carbos
|×211
|-
|5
|X Accuracy
|×97
|-
|6
|Water Stone
|×62
|-
|7
|Ice Heal
|×34
|-
|8
|Lemonade
|×1
|-
|9
|Soda Pop
|×34
|-
|10
|Fresh Water
|×34
|-
|11
|TM01
|×ANYTHING
|}
 
=====ASM=====
 
{| border="1"
!Identifiers
!ASM
|-
|3E 04
|ld a, 04
|-
|26 D3
|ld h, D3
|-
|2E 61
|ld l, 61
|-
|22
|ldi (hl),a
|-
|3E 0D
|ld a,0D
|-
|22
|ldi (hl),a
|-
|3E 01
|ld a,01
|-
|3D
|dec a
|-
|22
|ldi (hl),a
|-
|3C
|inc a
|-
|22
|ldi (hl),a
|-
|C9
|ret
|}
 
[[Category:Generation I glitches]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.